Skip to content

Commit

Permalink
chore(deps): bump react and @types/react
Browse files Browse the repository at this point in the history
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

Updates `@types/react` from 18.2.48 to 18.3.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent b23b4b3 commit 59825f1
Show file tree
Hide file tree
Showing 7 changed files with 10,784 additions and 8,129 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.2.0",
"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.2.18",
"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.2.0",
"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.2.18",
"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.2.18",
"eslint": "8.56.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.2.0"
}
}
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.2.0",
"ethers": "^5.7.2"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/react": "^18.2.48",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.2.18",
"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.2.18",
"eslint": "8.56.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.2.0",
"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.2.0"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/react": "^18.2.48",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.2.18",
"react-scripts": "^5.0.1"
},
Expand Down
Loading

0 comments on commit 59825f1

Please sign in to comment.