Skip to content

Commit

Permalink
chore(deps): bump @types/node from 20.11.5 to 20.11.30 (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec authored Mar 25, 2024
2 parents 55e747d + 1430931 commit 811cced
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion examples/pre/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@nucypher/pre": "workspace:*",
"@types/node": "20.11.5",
"@types/node": "20.11.30",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"eslint": "8.56.0",
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 @@ -29,7 +29,7 @@
"ethers": "^5.7.2"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/node": "^20.11.30",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"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 @@
"dependencies": {
"@nucypher/shared": "workspace:*",
"@nucypher/taco": "workspace:*",
"@types/node": "20.11.5",
"@types/node": "20.11.30",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"eslint": "8.56.0",
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 @@ -29,7 +29,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/node": "^20.11.30",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"react-scripts": "^5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@skypack/package-check": "^0.2.2",
"@types/node": "^20.11.5",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitest/coverage-v8": "^1.3.1",
Expand Down
Loading

0 comments on commit 811cced

Please sign in to comment.