Skip to content

Commit

Permalink
chore(deps): bump react-dom and @types/react-dom (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Sep 3, 2024
2 parents 342011b + 66e93be commit d512464
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 55 deletions.
4 changes: 2 additions & 2 deletions demos/taco-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"file-loader": "^6.2.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.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-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.18",
"@types/react-dom": "^18.3.0",
"copy-webpack-plugin": "^12.0.2",
"crypto-browserify": "^3.12.0",
"esbuild-loader": "^2.20.0",
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 @@ -19,14 +19,14 @@
"file-loader": "^6.2.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.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-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.18",
"@types/react-dom": "^18.3.0",
"copy-webpack-plugin": "^12.0.2",
"esbuild-loader": "^2.20.0",
"html-webpack-plugin": "^5.5.0",
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 @@ -13,12 +13,12 @@
"@nucypher/pre": "workspace:*",
"@types/node": "20.11.30",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@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-dom": "18.2.0"
"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 @@ -25,13 +25,13 @@
"dependencies": {
"@nucypher/pre": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"ethers": "^5.7.2"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-dom": "^18.3.0",
"react-scripts": "^5.0.1"
}
}
4 changes: 2 additions & 2 deletions examples/taco/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"@nucypher/taco-auth": "workspace:*",
"@types/node": "20.11.30",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@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-dom": "18.2.0",
"react-dom": "18.3.1",
"typescript": "5.2.2"
}
}
4 changes: 2 additions & 2 deletions examples/taco/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"@nucypher/taco": "workspace:*",
"@nucypher/taco-auth": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-dom": "^18.3.0",
"react-scripts": "^5.0.1"
},
"peerDependencies": {
Expand Down
86 changes: 43 additions & 43 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 d512464

Please sign in to comment.