Skip to content

Commit

Permalink
chore(deps): update dependencies (major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 27, 2022
1 parent 869ff2c commit 01813e7
Show file tree
Hide file tree
Showing 5 changed files with 832 additions and 1,093 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -4,15 +4,15 @@
"description": "This repository contains the packages `@prisma/engines` and `@prisma/engines-version`. They are wrapping our [Rust Engines](https://github.com/prisma/prisma-engines) in npm packages.",
"private": true,
"devDependencies": {
"@sindresorhus/slugify": "1.1.2",
"@sindresorhus/slugify": "2.1.0",
"@types/node": "16.11.41",
"@types/node-fetch": "2.6.2",
"arg": "5.0.2",
"chalk": "4.1.2",
"execa": "5.1.1",
"husky": "7.0.4",
"chalk": "5.0.1",
"execa": "6.1.0",
"husky": "8.0.1",
"is-ci": "3.0.1",
"node-fetch": "2.6.7",
"node-fetch": "3.2.6",
"prettier": "2.7.1",
"ts-node": "10.8.1",
"typescript": "4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/engines/package.json
Expand Up @@ -10,7 +10,7 @@
"@prisma/engines-version": "workspace:3.16.0-49.da41d2bb3406da22087b849f0e911199ba4fbf11",
"@prisma/fetch-engine": "workspace:3.16.0-49.da41d2bb3406da22087b849f0e911199ba4fbf11",
"@types/node": "16.11.41",
"execa": "5.1.1",
"execa": "6.1.0",
"typescript": "4.7.4"
},
"repository": {
Expand Down
26 changes: 13 additions & 13 deletions packages/fetch-engine/package.json
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@prisma/engines-version": "workspace:3.16.0-49.da41d2bb3406da22087b849f0e911199ba4fbf11",
"@types/find-cache-dir": "3.2.1",
"@types/jest": "27.5.2",
"@types/jest": "28.1.3",
"@types/node": "16.11.41",
"@types/node-fetch": "2.6.2",
"@types/progress": "2.0.5",
Expand All @@ -26,33 +26,33 @@
"eslint": "8.18.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-jest": "25.7.0",
"eslint-plugin-jest": "26.5.3",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.5.1",
"lint-staged": "11.2.6",
"jest": "28.1.1",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"strip-ansi": "6.0.1",
"ts-jest": "27.1.5",
"strip-ansi": "7.0.1",
"ts-jest": "28.0.5",
"typescript": "4.7.4"
},
"dependencies": {
"@prisma/debug": "3.15.2",
"@prisma/get-platform": "workspace:3.16.0-49.da41d2bb3406da22087b849f0e911199ba4fbf11",
"chalk": "4.1.2",
"execa": "5.1.1",
"chalk": "5.0.1",
"execa": "6.1.0",
"find-cache-dir": "3.3.2",
"hasha": "5.2.2",
"http-proxy-agent": "5.0.0",
"https-proxy-agent": "5.0.1",
"make-dir": "3.1.0",
"node-fetch": "2.6.7",
"p-filter": "2.1.0",
"p-map": "4.0.0",
"p-retry": "4.6.2",
"node-fetch": "3.2.6",
"p-filter": "3.0.0",
"p-map": "5.5.0",
"p-retry": "5.1.1",
"progress": "2.0.3",
"rimraf": "3.0.2",
"temp-dir": "2.0.0",
"tempy": "1.0.1"
"tempy": "3.0.0"
},
"scripts": {
"build": "tsc -d",
Expand Down
10 changes: 5 additions & 5 deletions packages/get-platform/package.json
Expand Up @@ -14,19 +14,19 @@
],
"bugs": "https://github.com/prisma/prisma/issues",
"devDependencies": {
"@types/jest": "27.5.2",
"@types/jest": "28.1.3",
"@types/node": "16.11.41",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"eslint": "8.18.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-jest": "25.7.0",
"eslint-plugin-jest": "26.5.3",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.5.1",
"lint-staged": "11.2.6",
"jest": "28.1.1",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"ts-jest": "27.1.5",
"ts-jest": "28.0.5",
"typescript": "4.7.4"
},
"dependencies": {
Expand Down

0 comments on commit 01813e7

Please sign in to comment.