Skip to content

Commit

Permalink
chore(devdeps): update dependency @types/node
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent cc6440d commit 509aab4
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 55 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.22.5",
"@types/node": "18.16.16",
"@types/node": "18.17.14",
"@types/react": "18.2.21",
"next-transpile-modules": "10.0.0",
"@types/react-syntax-highlighter": "15.5.7"
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.22.5",
"@types/node": "18.16.16",
"@types/node": "18.17.14",
"@types/react": "18.2.21",
"next-transpile-modules": "10.0.0",
"@types/react-syntax-highlighter": "15.5.7"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"@testing-library/jest-dom": "6.1.3",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/node": "18.17.14",
"@types/node": "18.17.15",
"@types/prop-types": "15.7.5",
"@types/react": "18.2.21",
"@types/react-datepicker": "4.15.0",
Expand Down
Loading

0 comments on commit 509aab4

Please sign in to comment.