Skip to content

Commit

Permalink
chore(deps): update definitelytyped
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Aug 11, 2021
1 parent 4d65c86 commit 4aa7150
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 54 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"@types/benchmark": "2.1.1",
"@types/debug": "4.1.7",
"@types/graphviz": "0.0.33",
"@types/node": "14.17.7",
"@types/node": "14.17.9",
"@types/redis": "2.8.31",
"@typescript-eslint/eslint-plugin": "4.29.0",
"@typescript-eslint/parser": "4.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -72,7 +72,7 @@
"@types/jest": "27.0.0",
"@types/js-levenshtein": "1.1.0",
"@types/mssql": "6.0.8",
"@types/node": "12.20.18",
"@types/node": "12.20.19",
"@types/pg": "8.6.1",
"@typescript-eslint/eslint-plugin": "4.29.0",
"@typescript-eslint/parser": "4.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/debug/package.json
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@types/debug": "4.1.7",
"@types/jest": "27.0.0",
"@types/node": "12.20.18",
"@types/node": "12.20.19",
"@typescript-eslint/eslint-plugin": "4.29.0",
"@typescript-eslint/parser": "4.29.0",
"esbuild": "0.12.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-core/package.json
Expand Up @@ -16,7 +16,7 @@
"bugs": "https://github.com/prisma/prisma/issues",
"devDependencies": {
"@types/jest": "27.0.0",
"@types/node": "12.20.18",
"@types/node": "12.20.19",
"@typescript-eslint/eslint-plugin": "4.29.0",
"@typescript-eslint/parser": "4.29.0",
"esbuild": "0.12.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-helper/package.json
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/jest": "27.0.0",
"@types/node": "12.20.18",
"@types/node": "12.20.19",
"@typescript-eslint/eslint-plugin": "4.29.0",
"@typescript-eslint/parser": "4.29.0",
"esbuild": "0.12.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Expand Up @@ -15,7 +15,7 @@
"@sindresorhus/slugify": "1.1.2",
"@types/jest": "27.0.0",
"@types/mssql": "6.0.8",
"@types/node": "12.20.18",
"@types/node": "12.20.19",
"@types/pg": "8.6.1",
"@types/sqlite3": "3.1.7",
"@typescript-eslint/eslint-plugin": "4.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Expand Up @@ -20,7 +20,7 @@
"@prisma/generator-helper": "workspace:*",
"@prisma/sdk": "workspace:*",
"@types/jest": "27.0.0",
"@types/node": "12.20.18",
"@types/node": "12.20.19",
"@types/pg": "8.6.1",
"@types/prompts": "2.0.14",
"@types/sqlite3": "3.1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Expand Up @@ -30,7 +30,7 @@
],
"devDependencies": {
"@types/jest": "27.0.0",
"@types/node": "12.20.18",
"@types/node": "12.20.19",
"@types/resolve": "1.20.1",
"@types/shell-quote": "1.7.1",
"@types/tar": "4.0.5",
Expand Down

0 comments on commit 4aa7150

Please sign in to comment.