Skip to content

Commit

Permalink
chore(deps): update definitelytyped (#7505)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 7, 2021
1 parent 2788d09 commit 482ac95
Show file tree
Hide file tree
Showing 13 changed files with 934 additions and 1,552 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@types/benchmark": "2.1.0",
"@types/node": "14.17.1",
"@types/node": "14.17.2",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"arg": "5.0.0",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/package.json
Expand Up @@ -12,7 +12,7 @@
"@slack/webhook": "6.0.0",
"@types/debug": "4.1.5",
"@types/graphviz": "0.0.32",
"@types/node": "12.20.13",
"@types/node": "12.20.14",
"@types/redis": "2.8.29",
"arg": "5.0.0",
"batching-toposort": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/client/package.json
Expand Up @@ -70,7 +70,7 @@
"@types/jest": "26.0.23",
"@types/js-levenshtein": "1.1.0",
"@types/mssql": "6.0.8",
"@types/node": "12.20.13",
"@types/node": "12.20.14",
"@types/pg": "8.6.0",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/debug/package.json
Expand Up @@ -15,7 +15,7 @@
"bugs": "https://github.com/prisma/prisma/issues",
"devDependencies": {
"@types/jest": "26.0.23",
"@types/node": "12.20.13",
"@types/node": "12.20.14",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"eslint": "7.27.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/engine-core/package.json
Expand Up @@ -15,7 +15,7 @@
"bugs": "https://github.com/prisma/prisma/issues",
"devDependencies": {
"@types/jest": "26.0.23",
"@types/node": "12.20.13",
"@types/node": "12.20.14",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"eslint": "7.27.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/fetch-engine/package.json
Expand Up @@ -17,7 +17,7 @@
"@prisma/engines-version": "2.25.0-10.7eca2458569e8183a865bc4f7b1d842572edce4a",
"@types/find-cache-dir": "3.2.0",
"@types/jest": "26.0.23",
"@types/node": "12.20.13",
"@types/node": "12.20.14",
"@types/node-fetch": "2.5.10",
"@types/progress": "2.0.3",
"@typescript-eslint/eslint-plugin": "4.26.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/generator-helper/package.json
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/jest": "26.0.23",
"@types/node": "12.20.13",
"@types/node": "12.20.14",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"eslint": "7.27.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/get-platform/package.json
Expand Up @@ -15,7 +15,7 @@
"bugs": "https://github.com/prisma/prisma/issues",
"devDependencies": {
"@types/jest": "26.0.23",
"@types/node": "12.20.13",
"@types/node": "12.20.14",
"@typescript-eslint/eslint-plugin": "4.26.0",
"@typescript-eslint/parser": "4.26.0",
"eslint": "7.27.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/integration-tests/package.json
Expand Up @@ -15,7 +15,7 @@
"@sindresorhus/slugify": "1.1.2",
"@types/jest": "26.0.23",
"@types/mssql": "6.0.8",
"@types/node": "12.20.13",
"@types/node": "12.20.14",
"@types/pg": "8.6.0",
"@types/sqlite3": "3.1.7",
"@typescript-eslint/eslint-plugin": "4.26.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/migrate/package.json
Expand Up @@ -21,7 +21,7 @@
"@prisma/sdk": "workspace:*",
"@types/diff": "4.0.2",
"@types/jest": "26.0.23",
"@types/node": "12.20.13",
"@types/node": "12.20.14",
"@types/pg": "8.6.0",
"@types/prompts": "2.0.12",
"@types/sqlite3": "3.1.7",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/sdk/package.json
Expand Up @@ -28,7 +28,7 @@
],
"devDependencies": {
"@types/jest": "26.0.23",
"@types/node": "12.20.13",
"@types/node": "12.20.14",
"@types/shell-quote": "1.7.0",
"@types/tar": "4.0.4",
"@typescript-eslint/eslint-plugin": "4.26.0",
Expand Down

0 comments on commit 482ac95

Please sign in to comment.