Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to ~20.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2024
1 parent d59f093 commit 493533d
Show file tree
Hide file tree
Showing 7 changed files with 164 additions and 164 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.3.0"
},
"devDependencies": {
"@types/node": "~20.15.0",
"@types/node": "~20.16.0",
"@babel/core": "~7.25.0",
"@babel/plugin-syntax-flow": "~7.24.0",
"@babel/plugin-transform-react-jsx": "~7.25.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.15.0",
"@types/node": "~20.16.0",
"jest": "~29.7.0",
"ts-jest": "~29.2.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.4.0",
"@types/express": "~4.17.11",
"@types/node": "~20.15.0",
"@types/node": "~20.16.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.15.0",
"@types/node": "~20.16.0",
"@types/react": "~18.3.0",
"@types/react-dom": "~18.3.0",
"rimraf": "~6.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.15.0",
"@types/node": "~20.16.0",
"rimraf": "~6.0.0",
"rollup": "~4.21.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.15.0",
"@types/node": "~20.16.0",
"ts-node": "~10.9.0",
"tsconfig-paths": "~4.2.0",
"typescript": "~4.9.0"
Expand Down
316 changes: 158 additions & 158 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 493533d

Please sign in to comment.