Skip to content

Commit

Permalink
Updating react deps
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed May 23, 2024
1 parent 0133933 commit 1a4f710
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 145 deletions.
10 changes: 5 additions & 5 deletions examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@0xsequence/network": "^1.9.27",
"@tanstack/react-query": "^5.37.1",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"viem": "^2.12.0",
"wagmi": "^2.9.5"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
Expand Down
10 changes: 5 additions & 5 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"@0xsequence/network": "^1.9.27",
"@tanstack/react-query": "^5.37.1",
"framer-motion": "^8.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.4.5",
"viem": "^2.12.0",
"wagmi": "^2.9.5"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.10",
"vite-plugin-node-polyfills": "^0.21.0",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.25.2",
"@preconstruct/cli": "^2.8.3",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vanilla-extract/css": "^1.14.2",
Expand All @@ -50,8 +50,8 @@
"eslint-plugin-prettier": "^4.2.1",
"ethers": "^5.7.2",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.5",
"typescript": "~5.4.5",
"wagmi": "^2.9.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"babel-plugin-module-resolver": "^5.0.2",
"ethers": "^5.7.2",
"framer-motion": "^8.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"wagmi": "^2.9.5"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"babel-plugin-module-resolver": "^5.0.2",
"ethers": "^5.7.2",
"framer-motion": "^8.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"wagmi": "^2.9.5"
},
"files": [
Expand Down
149 changes: 23 additions & 126 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a4f710

Please sign in to comment.