Skip to content

Commit

Permalink
chore(deps): update devdependencies (non-major) (#3300)
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 Aug 24, 2020
1 parent 68e0891 commit 002d7e2
Show file tree
Hide file tree
Showing 12 changed files with 645 additions and 698 deletions.
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@types/debug": "4.1.5",
"@types/node": "13.13.15",
"@types/redis": "2.8.25",
"@types/redis": "2.8.26",
"arg": "4.1.3",
"batching-toposort": "1.2.0",
"chalk": "4.1.0",
Expand Down
22 changes: 11 additions & 11 deletions src/packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,19 @@
"@prisma/introspection": "workspace:*",
"@prisma/migrate": "workspace:*",
"@prisma/sdk": "workspace:*",
"@prisma/studio": "0.261.0",
"@prisma/studio-server": "0.261.0",
"@prisma/studio": "0.266.0",
"@prisma/studio-server": "0.266.0",
"@types/debug": "4.1.5",
"@types/mocha": "8.0.1",
"@types/mocha": "8.0.3",
"@types/pg": "7.14.4",
"@types/sqlite3": "3.1.6",
"@types/ws": "7.2.6",
"@typescript-eslint/eslint-plugin": "3.8.0",
"@typescript-eslint/parser": "3.8.0",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.9.1",
"@zeit/ncc": "0.22.3",
"checkpoint-client": "1.1.10",
"dotenv": "8.2.0",
"eslint": "7.6.0",
"eslint": "7.7.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-jest": "23.20.0",
Expand All @@ -91,28 +91,28 @@
"global-dirs": "2.0.1",
"husky": "4.2.5",
"is-installed-globally": "0.3.2",
"jest": "26.2.2",
"jest": "26.4.2",
"lint-staged": "10.2.11",
"log-update": "4.0.0",
"make-dir": "3.1.0",
"mariadb": "2.4.2",
"mocha": "8.1.1",
"mz": "2.7.0",
"open": "7.1.0",
"open": "7.2.0",
"packwatch": "2.0.0",
"pg": "8.3.0",
"pg": "8.3.2",
"pkg": "4.4.9",
"pkg-up": "3.1.0",
"resolve-pkg": "2.0.0",
"rimraf": "3.0.2",
"snap-shot-it": "7.9.3",
"sqlite-async": "1.1.0",
"sqlite3": "4.1.1",
"sqlite3": "4.2.0",
"strip-ansi": "6.0.0",
"strip-indent": "3.0.0",
"tempy": "0.6.0",
"terminal-link": "2.1.1",
"ts-jest": "26.1.4",
"ts-jest": "26.2.0",
"ts-mocha": "7.0.0",
"typescript": "3.9.7",
"ws": "7.3.1"
Expand Down
18 changes: 9 additions & 9 deletions src/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,20 @@
"@prisma/sdk": "workspace:*",
"@types/debug": "4.1.5",
"@types/fs-extra": "9.0.1",
"@types/jest": "26.0.9",
"@types/jest": "26.0.10",
"@types/js-levenshtein": "1.1.0",
"@types/node": "12.12.54",
"@types/node-fetch": "2.5.7",
"@types/pg": "7.14.4",
"@typescript-eslint/eslint-plugin": "3.8.0",
"@typescript-eslint/parser": "3.8.0",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.9.1",
"@zeit/ncc": "0.22.3",
"arg": "4.1.3",
"benchmark": "2.1.4",
"chalk": "4.1.0",
"del": "5.1.0",
"dotenv": "8.2.0",
"eslint": "7.6.0",
"eslint": "7.7.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-jest": "23.20.0",
Expand All @@ -100,7 +100,7 @@
"indent-string": "4.0.0",
"is-obj": "2.0.0",
"is-regexp": "2.1.0",
"jest": "26.2.2",
"jest": "26.4.2",
"jest-diff": "26.4.2",
"js-levenshtein": "1.1.6",
"klona": "1.1.2",
Expand All @@ -109,18 +109,18 @@
"node-fetch": "2.6.0",
"node-tcp-proxy": "0.0.15",
"packwatch": "2.0.0",
"pg": "8.3.0",
"pg": "8.3.2",
"pluralize": "8.0.0",
"prettier": "2.0.5",
"prettier": "2.1.0",
"rimraf": "3.0.2",
"set-value": "3.0.2",
"sql-template-tag": "3.4.0",
"stacktrace-parser": "0.1.10",
"stat-mode": "1.0.0",
"strip-ansi": "6.0.0",
"strip-indent": "3.0.0",
"ts-jest": "26.1.4",
"ts-loader": "8.0.2",
"ts-jest": "26.2.0",
"ts-loader": "8.0.3",
"ts-node": "8.10.2",
"typescript": "3.9.7"
},
Expand Down
12 changes: 6 additions & 6 deletions src/packages/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
"license": "Apache-2.0",
"author": "Tim Suchanek <suchanek@prisma.io>",
"devDependencies": {
"@types/jest": "26.0.9",
"@types/jest": "26.0.10",
"@types/node": "12.12.54",
"@typescript-eslint/eslint-plugin": "3.8.0",
"@typescript-eslint/parser": "3.8.0",
"eslint": "7.6.0",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.9.1",
"eslint": "7.7.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-prettier": "3.1.4",
"husky": "4.2.5",
"jest": "26.2.2",
"jest": "26.4.2",
"lint-staged": "10.2.11",
"strip-ansi": "6.0.0",
"ts-jest": "26.1.4",
"ts-jest": "26.2.0",
"typescript": "3.9.7"
},
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions src/packages/engine-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
"author": "Tim Suchanek <suchanek@prisma.io>",
"devDependencies": {
"@prisma/fetch-engine": "workspace:*",
"@types/jest": "26.0.9",
"@types/jest": "26.0.10",
"@types/node": "12.12.54",
"@typescript-eslint/eslint-plugin": "3.8.0",
"@typescript-eslint/parser": "3.8.0",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.9.1",
"del-cli": "3.0.1",
"eslint": "7.6.0",
"eslint": "7.7.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-prettier": "3.1.4",
"husky": "4.2.5",
"jest": "26.2.2",
"jest": "26.4.2",
"lint-staged": "10.2.11",
"strip-ansi": "6.0.0",
"ts-jest": "26.1.4",
"ts-jest": "26.2.0",
"typescript": "3.9.7"
},
"scripts": {
Expand Down
14 changes: 7 additions & 7 deletions src/packages/fetch-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
"author": "Tim Suchanek <suchanek@prisma.io>",
"devDependencies": {
"@types/fs-extra": "9.0.1",
"@types/jest": "26.0.9",
"@types/jest": "26.0.10",
"@types/node": "12.12.54",
"@types/node-fetch": "2.5.7",
"@types/progress": "2.0.3",
"@typescript-eslint/eslint-plugin": "3.8.0",
"@typescript-eslint/parser": "3.8.0",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.9.1",
"del": "5.1.0",
"eslint": "7.6.0",
"eslint": "7.7.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-prettier": "3.1.4",
"husky": "4.2.5",
"jest": "26.2.2",
"jest": "26.4.2",
"lint-staged": "10.2.11",
"prettier": "2.0.5",
"ts-jest": "26.1.4",
"prettier": "2.1.0",
"ts-jest": "26.2.0",
"typescript": "3.9.7"
},
"dependencies": {
Expand Down
14 changes: 7 additions & 7 deletions src/packages/generator-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@
]
},
"devDependencies": {
"@types/jest": "26.0.9",
"@types/jest": "26.0.10",
"@types/node": "12.12.54",
"@typescript-eslint/eslint-plugin": "3.8.0",
"@typescript-eslint/parser": "3.8.0",
"eslint": "7.6.0",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.9.1",
"eslint": "7.7.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-prettier": "3.1.4",
"husky": "4.2.5",
"jest": "26.2.2",
"jest": "26.4.2",
"lint-staged": "10.2.11",
"prettier": "2.0.5",
"ts-jest": "26.1.4",
"prettier": "2.1.0",
"ts-jest": "26.2.0",
"ts-node": "8.10.2",
"typescript": "3.9.7"
}
Expand Down
12 changes: 6 additions & 6 deletions src/packages/get-platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
"license": "Apache-2.0",
"author": "Tim Suchanek <suchanek@prisma.io>",
"devDependencies": {
"@types/jest": "26.0.9",
"@types/jest": "26.0.10",
"@types/node": "12.12.54",
"@typescript-eslint/eslint-plugin": "3.8.0",
"@typescript-eslint/parser": "3.8.0",
"eslint": "7.6.0",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.9.1",
"eslint": "7.7.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-prettier": "3.1.4",
"husky": "4.2.5",
"jest": "26.2.2",
"jest": "26.4.2",
"lint-staged": "10.2.11",
"ts-jest": "26.1.4",
"ts-jest": "26.2.0",
"typescript": "3.9.7"
},
"dependencies": {
Expand Down
14 changes: 7 additions & 7 deletions src/packages/introspection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"@prisma/generator-helper": "workspace:*",
"@prisma/migrate": "workspace:*",
"@prisma/sdk": "workspace:*",
"@types/jest": "26.0.9",
"@types/jest": "26.0.10",
"@types/node": "12.12.54",
"@typescript-eslint/eslint-plugin": "3.8.0",
"@typescript-eslint/parser": "3.8.0",
"eslint": "7.6.0",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.9.1",
"eslint": "7.7.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-prettier": "3.1.4",
"husky": "4.2.5",
"indent-string": "4.0.0",
"jest": "26.2.2",
"jest": "26.4.2",
"lint-staged": "10.2.11",
"prettier": "2.0.5",
"prettier": "2.1.0",
"rimraf": "3.0.2",
"strip-ansi": "6.0.0",
"tempy": "0.6.0",
"ts-jest": "26.1.4",
"ts-jest": "26.2.0",
"ts-node": "8.10.2",
"typescript": "3.9.7"
},
Expand Down
16 changes: 8 additions & 8 deletions src/packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,30 @@
"@types/debug": "4.1.5",
"@types/diff": "4.0.2",
"@types/fs-extra": "9.0.1",
"@types/jest": "26.0.9",
"@types/jest": "26.0.10",
"@types/node": "12.12.54",
"@types/prompts": "2.0.8",
"@types/react": "16.9.11",
"@typescript-eslint/eslint-plugin": "3.8.0",
"@typescript-eslint/parser": "3.8.0",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.9.1",
"@zeit/ncc": "0.22.3",
"better-sqlite3": "7.1.0",
"chalk": "4.1.0",
"del": "5.1.0",
"eslint": "7.6.0",
"eslint": "7.7.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-prettier": "3.1.4",
"husky": "4.2.5",
"jest": "26.2.2",
"jest": "26.4.2",
"lint-staged": "10.2.11",
"make-dir": "3.1.0",
"mock-stdin": "1.0.0",
"prettier": "2.0.5",
"prettier": "2.1.0",
"react": "16.11.0",
"tempy": "0.5.0",
"ts-jest": "26.1.4",
"tempy": "0.6.0",
"ts-jest": "26.2.0",
"typescript": "3.9.7"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions src/packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"version": "9a670138b1db276001d785a2adcba1584c869d24"
},
"devDependencies": {
"@types/jest": "26.0.9",
"@types/jest": "26.0.10",
"@types/node": "12.12.54",
"@types/tar": "4.0.3",
"@typescript-eslint/eslint-plugin": "3.8.0",
"@typescript-eslint/parser": "3.8.0",
"eslint": "7.6.0",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.9.1",
"eslint": "7.7.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-prettier": "3.1.4",
"husky": "4.2.5",
"jest": "26.2.2",
"jest": "26.4.2",
"lint-staged": "10.2.11",
"prettier": "2.0.5",
"ts-jest": "26.1.4",
"prettier": "2.1.0",
"ts-jest": "26.2.0",
"ts-node": "8.10.2",
"typescript": "3.9.7"
},
Expand Down

0 comments on commit 002d7e2

Please sign in to comment.