Skip to content

Commit

Permalink
fix(deps): update dependency @types/node to v20.16.9 (#4283)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 706e39a commit e0cdf46
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 83 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.25.2",
"@types/node": "20.16.7",
"@types/node": "20.16.9",
"@types/react": "18.3.8",
"@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 @@ -30,7 +30,7 @@
},
"devDependencies": {
"@babel/core": "7.25.2",
"@types/node": "20.16.7",
"@types/node": "20.16.9",
"@types/react": "18.3.8",
"@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 @@ -28,7 +28,7 @@
},
"devDependencies": {
"@babel/core": "7.25.2",
"@types/node": "20.16.7",
"@types/node": "20.16.9",
"@types/react": "18.3.8",
"@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 @@ -126,7 +126,7 @@
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/node": "20.16.7",
"@types/node": "20.16.9",
"@types/react": "18.3.8",
"@types/react-datepicker": "6.2.0",
"@types/react-dom": "18.3.0",
Expand Down
Loading

0 comments on commit e0cdf46

Please sign in to comment.