Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to ^20.14.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 1010c89 commit b3ee0aa
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 @@ -14,7 +14,7 @@
"next": "14.2.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/node": "^20.14.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"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.2",
"@types/node": "^20.14.11",
"@webpack-cli/generators": "^3.0.7",
"html-webpack-plugin": "^5.6.0",
"prettier": "^3.3.1",
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 @@ -99,7 +99,7 @@
"@ryoppippi/eslint-config": "npm:@jsr/ryoppippi__eslint-config",
"@std/assert": "npm:@jsr/std__assert",
"@types/bun": "^1.1.6",
"@types/node": "^20.10.3",
"@types/node": "^20.14.11",
"consola": "^3.2.3",
"defu": "^6.1.4",
"eslint": "^9.5.0",
Expand Down

0 comments on commit b3ee0aa

Please sign in to comment.