Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to ^20.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 16623de commit 113678d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@ryoppippi/unplugin-typia": "workspace:*",
"@types/node": "^20.14.15",
"@types/node": "^20.16.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"ts-patch": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "webpack-minimal",
"private": true,
"devDependencies": {
"@types/node": "^20.14.15",
"@types/node": "^20.16.5",
"@webpack-cli/generators": "^3.0.7",
"html-webpack-plugin": "^5.6.0",
"prettier": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin-typia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@std/collections": "npm:@jsr/std__collections@1.0.5",
"@types/bun": "^1.1.8",
"@types/diff-match-patch": "^1.0.36",
"@types/node": "^20.14.15",
"@types/node": "^20.16.5",
"@vue-macros/test-utils": "^1.6.0",
"bumpp": "^9.5.1",
"dax-sh": "^0.41.0",
Expand Down

0 comments on commit 113678d

Please sign in to comment.