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 Dec 28, 2020
1 parent b7dd254 commit d0f7ad4
Show file tree
Hide file tree
Showing 12 changed files with 313 additions and 101 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"eslint": "eslint"
},
"devDependencies": {
"@types/node": "14.14.14",
"@types/node": "14.14.16",
"@typescript-eslint/eslint-plugin": "4.9.1",
"@typescript-eslint/parser": "4.9.1",
"arg": "5.0.0",
Expand Down
8 changes: 4 additions & 4 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 @@ -11,7 +11,7 @@
"@sindresorhus/slugify": "1.1.0",
"@types/debug": "4.1.5",
"@types/graphviz": "0.0.32",
"@types/node": "12.19.9",
"@types/node": "12.19.11",
"@types/redis": "2.8.28",
"arg": "5.0.0",
"batching-toposort": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/client/package.json
Expand Up @@ -69,7 +69,7 @@
"@types/debug": "4.1.5",
"@types/jest": "26.0.19",
"@types/js-levenshtein": "1.1.0",
"@types/node": "12.19.9",
"@types/node": "12.19.11",
"@types/pg": "7.14.7",
"@typescript-eslint/eslint-plugin": "4.9.1",
"@typescript-eslint/parser": "4.9.1",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/debug/package.json
Expand Up @@ -7,7 +7,7 @@
"author": "Tim Suchanek <suchanek@prisma.io>",
"devDependencies": {
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node": "12.19.11",
"@typescript-eslint/eslint-plugin": "4.9.1",
"@typescript-eslint/parser": "4.9.1",
"eslint": "7.15.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/engine-core/package.json
Expand Up @@ -7,7 +7,7 @@
"author": "Tim Suchanek <suchanek@prisma.io>",
"devDependencies": {
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node": "12.19.11",
"@typescript-eslint/eslint-plugin": "4.9.1",
"@typescript-eslint/parser": "4.9.1",
"abort-controller": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/fetch-engine/package.json
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"@prisma/engines-version": "2.14.0-22.85cf7930a5fc63cd99fa483153fd33cb35d49cfa",
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node": "12.19.11",
"@types/node-fetch": "2.5.7",
"@types/progress": "2.0.3",
"@typescript-eslint/eslint-plugin": "4.9.1",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/generator-helper/package.json
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node": "12.19.11",
"@typescript-eslint/eslint-plugin": "4.9.1",
"@typescript-eslint/parser": "4.9.1",
"eslint": "7.15.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/get-platform/package.json
Expand Up @@ -7,7 +7,7 @@
"author": "Tim Suchanek <suchanek@prisma.io>",
"devDependencies": {
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node": "12.19.11",
"@typescript-eslint/eslint-plugin": "4.9.1",
"@typescript-eslint/parser": "4.9.1",
"eslint": "7.15.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/migrate/package.json
Expand Up @@ -15,7 +15,7 @@
"@prisma/sdk": "workspace:*",
"@types/diff": "4.0.2",
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node": "12.19.11",
"@types/pg": "7.14.7",
"@types/prompts": "2.0.9",
"@types/sqlite3": "3.1.6",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/sdk/package.json
Expand Up @@ -22,7 +22,7 @@
],
"devDependencies": {
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node": "12.19.11",
"@types/tar": "4.0.4",
"@typescript-eslint/eslint-plugin": "4.9.1",
"@typescript-eslint/parser": "4.9.1",
Expand Down

0 comments on commit d0f7ad4

Please sign in to comment.