Skip to content

Commit

Permalink
Bump @types/node from 20.14.7 to 20.14.8 in the definitely-typed group (
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 24, 2024
1 parent 05a02aa commit c8aac14
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion apps/cache-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/eslint": "8.56.7",
"@types/node": "20.14.7",
"@types/node": "20.14.8",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"axios": "1.7.2",
Expand Down
2 changes: 1 addition & 1 deletion docs/cache-handler-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@types/eslint": "8.56.7",
"@types/node": "20.14.7",
"@types/node": "20.14.8",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion internal/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@repo/typescript-config": "*",
"@types/node": "20.14.7",
"@types/node": "20.14.8",
"pino-pretty": "11.2.1",
"rimraf": "5.0.7",
"tsx": "4.15.7",
Expand Down
2 changes: 1 addition & 1 deletion internal/next-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@repo/typescript-config": "*",
"@types/node": "20.14.7",
"@types/node": "20.14.8",
"rimraf": "5.0.7",
"typescript": "5.5.2"
}
Expand Down
2 changes: 1 addition & 1 deletion internal/next-lru-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@neshca/next-common": "*",
"@repo/typescript-config": "*",
"@types/node": "20.14.7",
"@types/node": "20.14.8",
"rimraf": "5.0.7",
"typescript": "5.5.2"
}
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cache-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@neshca/next-common": "*",
"@neshca/next-lru-cache": "*",
"@repo/typescript-config": "*",
"@types/node": "20.14.7",
"@types/node": "20.14.8",
"rimraf": "5.0.7",
"tsup": "8.1.0",
"tsx": "4.15.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/diffscribe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@repo/typescript-config": "*",
"@types/node": "20.14.7",
"@types/node": "20.14.8",
"rimraf": "5.0.7",
"tsup": "8.1.0",
"typescript": "5.5.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/json-replacer-reviver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@repo/typescript-config": "*",
"@types/node": "20.14.7",
"@types/node": "20.14.8",
"rimraf": "5.0.7",
"tsup": "8.1.0",
"tsx": "4.15.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@neshca/next-common": "*",
"@neshca/next-lru-cache": "*",
"@repo/typescript-config": "*",
"@types/node": "20.14.7",
"@types/node": "20.14.8",
"rimraf": "5.0.7",
"tsup": "8.1.0",
"tsx": "4.15.7",
Expand Down

0 comments on commit c8aac14

Please sign in to comment.