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 Dec 1, 2021
1 parent 66534fb commit e01bebb
Show file tree
Hide file tree
Showing 5 changed files with 327 additions and 236 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.11",
"@types/node-fetch": "2.5.12",
"@types/node-fetch": "3.0.2",
"arg": "5.0.1",
"chalk": "4.1.2",
"execa": "5.1.1",
"chalk": "5.0.0",
"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.5.0",
"ts-node": "10.4.0",
"typescript": "4.5.2"
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-26.39f5d8c7bf595bd59bec5631f44412dfd3b57c3b",
"@prisma/fetch-engine": "workspace:3.6.0-26.39f5d8c7bf595bd59bec5631f44412dfd3b57c3b",
"@types/node": "16.11.11",
"execa": "5.1.1",
"execa": "6.0.0",
"typescript": "4.5.2"
},
"repository": {
Expand Down
20 changes: 10 additions & 10 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.11",
"@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.5.0",
"strip-ansi": "6.0.1",
"strip-ansi": "7.0.1",
"ts-jest": "27.0.7",
"typescript": "4.5.2"
},
"dependencies": {
"@prisma/debug": "3.6.0",
"@prisma/get-platform": "workspace:3.6.0-26.39f5d8c7bf595bd59bec5631f44412dfd3b57c3b",
"chalk": "^4.0.0",
"execa": "^5.0.0",
"chalk": "^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.5.0",
"ts-jest": "27.0.7",
"typescript": "4.5.2"
Expand Down

0 comments on commit e01bebb

Please sign in to comment.