Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v4.5.2 (#261)
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 Nov 24, 2021
1 parent 0cbd70e commit 7ac1ebb
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"node-fetch": "2.6.6",
"prettier": "2.4.1",
"ts-node": "10.4.0",
"typescript": "4.4.4"
"typescript": "4.5.2"
},
"scripts": {
"format": "prettier --write .",
Expand Down
2 changes: 1 addition & 1 deletion packages/engines-version/package.json
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/node": "16.11.10",
"typescript": "4.4.4"
"typescript": "4.5.2"
},
"scripts": {
"build": "tsc -d",
Expand Down
2 changes: 1 addition & 1 deletion packages/engines/package.json
Expand Up @@ -11,7 +11,7 @@
"@prisma/fetch-engine": "workspace:3.6.0-15.5414823bcd672530262a0d7cbbb5b7b559036407",
"@types/node": "16.11.10",
"execa": "5.1.1",
"typescript": "4.4.4"
"typescript": "4.5.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-engine/package.json
Expand Up @@ -33,7 +33,7 @@
"prettier": "2.4.1",
"strip-ansi": "6.0.1",
"ts-jest": "27.0.7",
"typescript": "4.4.4"
"typescript": "4.5.2"
},
"dependencies": {
"@prisma/debug": "3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/get-platform/package.json
Expand Up @@ -27,7 +27,7 @@
"lint-staged": "11.2.6",
"prettier": "2.4.1",
"ts-jest": "27.0.7",
"typescript": "4.4.4"
"typescript": "4.5.2"
},
"dependencies": {
"@prisma/debug": "3.5.0"
Expand Down
88 changes: 44 additions & 44 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ac1ebb

Please sign in to comment.