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 Nov 24, 2021
1 parent 22ceeb9 commit ba12165
Show file tree
Hide file tree
Showing 5 changed files with 315 additions and 216 deletions.
8 changes: 4 additions & 4 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.10",
"@types/node-fetch": "2.5.12",
"@types/node-fetch": "3.0.2",
"arg": "5.0.1",
"chalk": "4.1.2",
"execa": "5.1.1",
"execa": "6.0.0",
"husky": "7.0.4",
"is-ci": "3.0.1",
"node-fetch": "2.6.6",
"node-fetch": "3.1.0",
"prettier": "2.4.1",
"ts-node": "10.4.0",
"typescript": "4.4.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/engines/package.json
Expand Up @@ -10,7 +10,7 @@
"@prisma/engines-version": "workspace:3.6.0-15.5414823bcd672530262a0d7cbbb5b7b559036407",
"@prisma/fetch-engine": "workspace:3.6.0-15.5414823bcd672530262a0d7cbbb5b7b559036407",
"@types/node": "16.11.10",
"execa": "5.1.1",
"execa": "6.0.0",
"typescript": "4.4.4"
},
"repository": {
Expand Down
18 changes: 9 additions & 9 deletions packages/fetch-engine/package.json
Expand Up @@ -18,7 +18,7 @@
"@types/find-cache-dir": "3.2.1",
"@types/jest": "27.0.3",
"@types/node": "16.11.10",
"@types/node-fetch": "2.5.12",
"@types/node-fetch": "3.0.2",
"@types/progress": "2.0.5",
"@typescript-eslint/eslint-plugin": "5.4.0",
"@typescript-eslint/parser": "5.4.0",
Expand All @@ -29,30 +29,30 @@
"eslint-plugin-jest": "25.3.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.3.1",
"lint-staged": "11.2.6",
"lint-staged": "12.1.2",
"prettier": "2.4.1",
"strip-ansi": "6.0.1",
"strip-ansi": "7.0.1",
"ts-jest": "27.0.7",
"typescript": "4.4.4"
},
"dependencies": {
"@prisma/debug": "3.5.0",
"@prisma/get-platform": "workspace:3.6.0-15.5414823bcd672530262a0d7cbbb5b7b559036407",
"chalk": "^4.0.0",
"execa": "^5.0.0",
"execa": "^6.0.0",
"find-cache-dir": "^3.3.1",
"hasha": "^5.2.0",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"make-dir": "^3.0.2",
"node-fetch": "^2.6.0",
"p-filter": "^2.1.0",
"p-map": "^4.0.0",
"p-retry": "^4.2.0",
"node-fetch": "^3.0.0",
"p-filter": "^3.0.0",
"p-map": "^5.0.0",
"p-retry": "^5.0.0",
"progress": "^2.0.3",
"rimraf": "^3.0.2",
"temp-dir": "^2.0.0",
"tempy": "^1.0.0"
"tempy": "^2.0.0"
},
"scripts": {
"build": "tsc -d",
Expand Down
2 changes: 1 addition & 1 deletion packages/get-platform/package.json
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-jest": "25.3.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.3.1",
"lint-staged": "11.2.6",
"lint-staged": "12.1.2",
"prettier": "2.4.1",
"ts-jest": "27.0.7",
"typescript": "4.4.4"
Expand Down

0 comments on commit ba12165

Please sign in to comment.