Skip to content

Commit

Permalink
chore(deps): bump react and @types/react (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Sep 4, 2024
2 parents 0567f46 + a8f191a commit 2852961
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 83 deletions.
4 changes: 2 additions & 2 deletions demos/taco-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"buffer": "^6.0.3",
"ethers": "^5.7.1",
"file-loader": "^6.2.0",
"react": "^18.2.0",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-spinners": "^0.14.1"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@types/react": "^18.2.48",
"@types/react": "^18.3.5",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.0",
"copy-webpack-plugin": "^12.0.2",
Expand Down
4 changes: 2 additions & 2 deletions demos/taco-nft-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"buffer": "^6.0.3",
"ethers": "^5.7.1",
"file-loader": "^6.2.0",
"react": "^18.2.0",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-spinners": "^0.14.1"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@types/react": "^18.2.48",
"@types/react": "^18.3.5",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.0",
"copy-webpack-plugin": "^12.0.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/pre/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"dependencies": {
"@nucypher/pre": "workspace:*",
"@types/node": "20.11.30",
"@types/react": "18.2.48",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.0.4",
"ethers": "^5.7.2",
"next": "14.1.1",
"react": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/pre/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
},
"dependencies": {
"@nucypher/pre": "workspace:*",
"react": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ethers": "^5.7.2"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/react": "^18.2.48",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"react-scripts": "^5.0.1"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/taco/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@nucypher/taco": "workspace:*",
"@nucypher/taco-auth": "workspace:*",
"@types/node": "20.11.30",
"@types/react": "18.2.48",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.0.4",
"ethers": "^5.7.2",
"next": "14.1.1",
"react": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.2.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/taco/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@nucypher/shared": "workspace:*",
"@nucypher/taco": "workspace:*",
"@nucypher/taco-auth": "workspace:*",
"react": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/react": "^18.2.48",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"react-scripts": "^5.0.1"
},
Expand Down
Loading

0 comments on commit 2852961

Please sign in to comment.