Skip to content

Commit

Permalink
chore(deps): bump @types/react from 18.2.37 to 18.2.45 (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec authored Dec 21, 2023
2 parents 6914cee + ec14df8 commit 1a8c590
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion demos/taco-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@types/react": "^18.2.37",
"@types/react": "^18.2.45",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.14",
"copy-webpack-plugin": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion demos/taco-nft-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@types/react": "^18.2.37",
"@types/react": "^18.2.45",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.14",
"copy-webpack-plugin": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/pre/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@nucypher/pre": "workspace:*",
"@types/node": "20.10.0",
"@types/react": "18.2.37",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.14",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/pre/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/react": "^18.2.37",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.14",
"react-scripts": "^5.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/taco/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@nucypher/shared": "workspace:*",
"@nucypher/taco": "workspace:*",
"@types/node": "20.10.0",
"@types/react": "18.2.37",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.14",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/taco/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/react": "^18.2.37",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.14",
"react-scripts": "^5.0.1"
},
Expand Down
32 changes: 16 additions & 16 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 1a8c590

Please sign in to comment.