Skip to content

Commit

Permalink
chore: upgrade next, react, react-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair committed Aug 30, 2024
1 parent 92175b6 commit 59f1166
Show file tree
Hide file tree
Showing 19 changed files with 77 additions and 100 deletions.
6 changes: 3 additions & 3 deletions examples/with-create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.8",
"@types/react": "^18.3.0",
"react-dom": "^18.3.0",
"@types/react": "^18.3.5",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"react": "^18.3.0",
"react": "^18.3.1",
"typescript": "5.5.2",
"util": "0.12.5",
"viem": "2.17.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/with-next-app-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
},
"dependencies": {
"@rainbow-me/rainbowkit": "workspace:*",
"next": "^14.2.3",
"next": "^14.2.7",
"next-intl": "^3.9.4",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.8",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/react": "^18.3.0",
"next": "^14.2.3",
"@types/react": "^18.3.5",
"next": "^14.2.7",
"typescript": "5.5.2"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions examples/with-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
},
"dependencies": {
"@rainbow-me/rainbowkit": "workspace:*",
"next": "^14.2.3",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"next": "^14.2.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.8",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/react": "^18.3.0",
"next": "^14.2.3",
"@types/react": "^18.3.5",
"next": "^14.2.7",
"typescript": "5.5.2"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions examples/with-next-custom-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
"dependencies": {
"@rainbow-me/rainbowkit": "workspace:*",
"next": "^14.2.3",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"next": "^14.2.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.8",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/react": "^18.3.0",
"@types/react": "^18.3.5",
"typescript": "5.5.2"
}
}
8 changes: 4 additions & 4 deletions examples/with-next-mint-nft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"dependencies": {
"@rainbow-me/rainbowkit": "workspace:*",
"framer-motion": "^6.3.3",
"next": "^14.2.3",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"next": "^14.2.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.8",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/react": "^18.3.0",
"@types/react": "^18.3.5",
"typescript": "5.5.2"
}
}
8 changes: 4 additions & 4 deletions examples/with-next-rainbow-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
"dependencies": {
"@rainbow-me/rainbow-button": "workspace:*",
"next": "^14.2.3",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"next": "^14.2.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.8",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/react": "^18.3.0",
"@types/react": "^18.3.5",
"typescript": "5.5.2"
}
}
8 changes: 4 additions & 4 deletions examples/with-next-siwe-iron-session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"@rainbow-me/rainbowkit": "workspace:*",
"ethers": "^5.6.8",
"iron-session": "^6.3.1",
"next": "^14.2.3",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"next": "^14.2.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"siwe": "^2.1.4",
"viem": "2.17.0",
"wagmi": "^2.12.8",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/react": "^18.3.0",
"@types/react": "^18.3.5",
"typescript": "5.5.2"
}
}
8 changes: 4 additions & 4 deletions examples/with-next-siwe-next-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"@rainbow-me/rainbowkit": "workspace:*",
"@rainbow-me/rainbowkit-siwe-next-auth": "workspace:*",
"ethers": "^5.6.8",
"next": "^14.2.3",
"next": "^14.2.7",
"next-auth": "4.24.5",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"siwe": "^2.1.4",
"viem": "2.17.0",
"wagmi": "^2.12.8",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/react": "^18.3.0",
"@types/react": "^18.3.5",
"typescript": "5.5.2"
}
}
8 changes: 4 additions & 4 deletions examples/with-next-wallet-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
"dependencies": {
"@rainbow-me/rainbowkit": "workspace:*",
"next": "^14.2.3",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"next": "^14.2.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.8",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/react": "^18.3.0",
"@types/react": "^18.3.5",
"typescript": "5.5.2"
}
}
8 changes: 4 additions & 4 deletions examples/with-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
"dependencies": {
"@rainbow-me/rainbowkit": "workspace:*",
"next": "^14.2.3",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"next": "^14.2.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.8",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/react": "^18.3.0",
"@types/react": "^18.3.5",
"typescript": "5.5.2"
}
}
6 changes: 3 additions & 3 deletions examples/with-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"@remix-run/node": "^2.9.2",
"@remix-run/react": "^2.9.2",
"@remix-run/serve": "^2.9.2",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.8",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
"@remix-run/dev": "^2.9.2",
"@types/react": "^18.3.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"typescript": "5.5.2"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/with-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"@rainbow-me/rainbowkit": "workspace:*",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.8",
"@tanstack/react-query": "^5.51.11"
},
"devDependencies": {
"@types/react": "^18.3.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "5.5.2",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.14.8",
"@types/react": "^18.3.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vanilla-extract/esbuild-plugin": "^2.3.5",
"@vanilla-extract/vite-plugin": "^4.0.9",
Expand All @@ -63,12 +63,12 @@
"husky": "^9.1.5",
"jsdom": "^25.0.0",
"lokijs": "^1.5.12",
"next": "^14.2.3",
"next": "^14.2.7",
"next-auth": "4.24.5",
"postcss": "^8.4.32",
"postcss-prefix-selector": "^1.16.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recursive-readdir-files": "^2.3.1",
"typescript": "5.5.2",
"viem": "2.17.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/create-rainbowkit/generated-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"dependencies": {
"@rainbow-me/rainbowkit": "workspace:*",
"@tanstack/react-query": "^5.51.11",
"next": "^14.2.3",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"next": "^14.2.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.8"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/react": "^18.3.0",
"@types/react": "^18.3.5",
"typescript": "5.5.2"
}
}
8 changes: 4 additions & 4 deletions packages/create-rainbowkit/templates/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"dependencies": {
"@rainbow-me/rainbowkit": "workspace:*",
"@tanstack/react-query": "^5.51.11",
"next": "^14.2.3",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"next": "^14.2.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "2.17.0",
"wagmi": "^2.12.8"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/react": "^18.3.0",
"@types/react": "^18.3.5",
"typescript": "5.5.2"
}
}
6 changes: 3 additions & 3 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"@rainbow-me/rainbow-button": "workspace:*",
"@tanstack/react-query": "^5.51.11",
"ethers": "^5.6.8",
"next": "^14.2.3",
"next": "^14.2.7",
"next-auth": "4.24.5",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"siwe": "^2.1.4",
"viem": "2.17.0",
"wagmi": "^2.12.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/rainbowkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"jsdom": "^25.0.0",
"nock": "^13.4.0",
"postcss": "^8.4.32",
"react": "^18.3.0",
"react": "^18.3.1",
"vitest": "2.0.5",
"dotenv": "^16.4.5"
},
Expand Down
Loading

0 comments on commit 59f1166

Please sign in to comment.