Skip to content

Commit

Permalink
chore(deps): update definitelytyped (#18147)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 5, 2023
1 parent 5acfc52 commit d117706
Show file tree
Hide file tree
Showing 10 changed files with 87 additions and 179 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@types/fs-extra": "9.0.13",
"@types/glob": "8.1.0",
"@types/graphviz": "0.0.35",
"@types/node": "14.18.36",
"@types/node-fetch": "2.6.2",
"@types/node": "14.18.42",
"@types/node-fetch": "2.6.3",
"@types/redis": "2.8.32",
"@types/resolve": "1.20.2",
"@typescript-eslint/eslint-plugin": "5.50.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@types/jest": "29.4.0",
"@types/js-levenshtein": "1.1.1",
"@types/mssql": "8.1.2",
"@types/node": "14.18.36",
"@types/node": "14.18.42",
"@types/pg": "8.6.6",
"@types/yeoman-generator": "5.2.11",
"arg": "5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@swc/core": "1.3.32",
"@swc/jest": "0.2.24",
"@types/jest": "29.4.0",
"@types/node": "16.18.12",
"@types/node": "16.18.23",
"esbuild": "0.15.13",
"jest": "29.4.3",
"jest-junit": "15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/engines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@swc/core": "1.3.32",
"@swc/jest": "0.2.24",
"@types/jest": "29.4.0",
"@types/node": "16.18.12",
"@types/node": "16.18.23",
"execa": "5.1.1",
"jest": "29.4.3",
"typescript": "4.9.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/fetch-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@swc/core": "1.3.32",
"@swc/jest": "0.2.24",
"@types/jest": "29.4.0",
"@types/node": "16.18.12",
"@types/node-fetch": "2.6.2",
"@types/node": "16.18.23",
"@types/node-fetch": "2.6.3",
"@types/progress": "2.0.5",
"del": "6.1.1",
"jest": "29.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/get-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@swc/core": "1.3.32",
"@swc/jest": "0.2.24",
"@types/jest": "29.4.0",
"@types/node": "16.18.12",
"@types/node": "16.18.23",
"jest": "29.4.3",
"jest-junit": "15.0.0",
"typescript": "4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/instrumentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"bugs": "https://github.com/prisma/prisma/issues",
"devDependencies": {
"@swc/core": "1.3.32",
"@types/node": "16.18.12",
"@types/node": "16.18.23",
"typescript": "4.9.5",
"jest": "29.4.3",
"jest-junit": "15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/internals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@swc/core": "1.2.204",
"@swc/jest": "0.2.24",
"@types/jest": "29.4.0",
"@types/node": "14.14.31",
"@types/node": "14.18.42",
"@types/resolve": "1.20.2",
"esbuild": "0.15.13",
"jest": "29.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/jest": "29.4.0",
"@types/node": "12.20.55",
"@types/pg": "8.6.6",
"@types/prompts": "2.4.2",
"@types/prompts": "2.4.4",
"@types/sqlite3": "3.1.8",
"esbuild": "0.15.13",
"fs-jetpack": "5.1.0",
Expand Down

0 comments on commit d117706

Please sign in to comment.