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 13, 2021
1 parent 6f6db58 commit 3ecaf3f
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 163 deletions.
6 changes: 3 additions & 3 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.7",
"@types/node-fetch": "2.5.12",
"@types/node-fetch": "3.0.2",
"arg": "5.0.1",
"chalk": "4.1.2",
"execa": "5.1.1",
"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
16 changes: 8 additions & 8 deletions packages/fetch-engine/package.json
Expand Up @@ -18,7 +18,7 @@
"@types/find-cache-dir": "3.2.1",
"@types/jest": "27.0.2",
"@types/node": "16.11.7",
"@types/node-fetch": "2.5.12",
"@types/node-fetch": "3.0.2",
"@types/progress": "2.0.5",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
Expand All @@ -29,9 +29,9 @@
"eslint-plugin-jest": "25.2.4",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.3.1",
"lint-staged": "11.2.6",
"lint-staged": "12.0.1",
"prettier": "2.4.1",
"strip-ansi": "6.0.1",
"strip-ansi": "7.0.1",
"ts-jest": "27.0.7",
"typescript": "4.4.4"
},
Expand All @@ -45,14 +45,14 @@
"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.2.4",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.3.1",
"lint-staged": "11.2.6",
"lint-staged": "12.0.1",
"prettier": "2.4.1",
"ts-jest": "27.0.7",
"typescript": "4.4.4"
Expand Down

0 comments on commit 3ecaf3f

Please sign in to comment.