Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to ~22.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent a2afd4c commit 59c9a4a
Show file tree
Hide file tree
Showing 7 changed files with 160 additions and 160 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": "~22.8.0",
"@types/node": "~22.9.0",
"@babel/core": "~7.26.0",
"@babel/plugin-syntax-flow": "~7.26.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": "~22.8.0",
"@types/node": "~22.9.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": "~22.8.0",
"@types/node": "~22.9.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": "~22.8.0",
"@types/node": "~22.9.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": "~12.1.0",
"@types/node": "~22.8.0",
"@types/node": "~22.9.0",
"rimraf": "~6.0.0",
"rollup": "~4.24.0",
"tslib": "~2.8.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": "~22.8.0",
"@types/node": "~22.9.0",
"ts-node": "~10.9.0",
"tsconfig-paths": "~4.2.0",
"typescript": "~4.9.0"
Expand Down
308 changes: 154 additions & 154 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 59c9a4a

Please sign in to comment.