We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35df25 commit 983a0b6Copy full SHA for 983a0b6
examples/create-app/public/aave.svg
pnpm-workspace.yaml
@@ -1,2 +1,4 @@
1
packages:
2
- 'packages/*'
3
+ - 'examples/*'
4
+
templates/example-react/package.json
@@ -8,15 +8,13 @@
8
"dev": "vite"
9
},
10
"dependencies": {
11
- "@aave/client": "file:../../packages/client",
12
- "@aave/env": "file:../../packages/env",
13
- "@aave/react": "file:../../packages/react",
14
- "react": "^18.3.1",
15
- "react-dom": "^18.3.1"
+ "@aave/react": "workspace:*",
+ "react": "^19.1.0",
+ "react-dom": "^19.1.0"
16
17
"devDependencies": {
18
- "@types/react": "^18.3.12",
19
- "@types/react-dom": "^18.3.1",
+ "@types/react": "^19.1.8",
+ "@types/react-dom": "^19.1.6",
20
"@vitejs/plugin-react-swc": "^3.7.2",
21
"typescript": "^5.6.3",
22
"vite": "^5.4.9"
0 commit comments