Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to ~20.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2024
1 parent 8ff26a2 commit 008146d
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 115 deletions.
2 changes: 1 addition & 1 deletion apps/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react-dom": "~18.2.0"
},
"devDependencies": {
"@types/node": "~20.10.0",
"@types/node": "~20.11.0",
"@babel/core": "~7.23.0",
"@babel/plugin-syntax-flow": "~7.23.0",
"@babel/plugin-transform-react-jsx": "~7.23.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/jest-tsjest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@types/jest": "~29.5.0",
"@jest/types": "~29.6.0",
"@types/node": "~20.10.0",
"@types/node": "~20.11.0",
"jest": "~29.7.0",
"ts-jest": "~29.1.0",
"ts-node": "~10.9.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@nestjs/cli": "~10.3.0",
"@types/express": "~4.17.11",
"@types/node": "~20.10.0",
"@types/node": "~20.11.0",
"ts-node": "~10.9.0",
"tsconfig-paths": "~4.2.0",
"typescript": "~4.9.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@nighttrax/components": "workspace:*"
},
"devDependencies": {
"@types/node": "~20.10.0",
"@types/node": "~20.11.0",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"rimraf": "~5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@rollup/plugin-typescript": "~11.1.5",
"@types/node": "~20.10.0",
"@types/node": "~20.11.0",
"rimraf": "~5.0.0",
"rollup": "~4.9.0",
"tslib": "~2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/ts-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@nighttrax/foo": "workspace:*"
},
"devDependencies": {
"@types/node": "~20.10.0",
"@types/node": "~20.11.0",
"ts-node": "~10.9.0",
"tsconfig-paths": "~4.2.0",
"typescript": "~4.9.0"
Expand Down
Loading

0 comments on commit 008146d

Please sign in to comment.