Skip to content

Commit

Permalink
chore(devdeps): update dependency @types/node to v22.10.5 (#4641)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2025
1 parent d8c3416 commit 1618099
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion examples/next-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@babel/core": "7.26.0",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/react": "19.0.2",
"@types/react-syntax-highlighter": "15.5.13",
"next-transpile-modules": "10.0.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/next-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@babel/core": "7.26.0",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/react": "19.0.2",
"@types/react-syntax-highlighter": "15.5.13",
"next-transpile-modules": "10.0.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/next-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@babel/core": "7.26.0",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/react": "19.0.2",
"@types/react-syntax-highlighter": "15.5.13",
"next-transpile-modules": "10.0.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@types/react": "19.0.2",
"@types/react-datepicker": "6.2.0",
"@types/react-dom": "19.0.2",
Expand Down
Loading

0 comments on commit 1618099

Please sign in to comment.