Skip to content

Commit

Permalink
fix(deps): update dependency typescript to v4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Oct 1, 2021
1 parent 008f322 commit 879dd0f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion integration/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"graphql": "15.6.0",
"graphql-cli": "4.1.0",
"tslint": "6.1.3",
"typescript": "4.3.5"
"typescript": "4.4.3"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prettier": "2.4.1",
"rimraf": "3.0.2",
"ts-node": "9.1.1",
"typescript": "4.3.5"
"typescript": "4.4.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion templates/fullstack/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/react": "17.0.26",
"@types/react-dom": "17.0.9",
"react-scripts": "4.0.3",
"typescript": "4.3.5"
"typescript": "4.4.3"
},
"dependencies": {
"@apollo/react-common": "3.1.4",
Expand Down
2 changes: 1 addition & 1 deletion templates/fullstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"graphql-cli": "4.1.0",
"schemats": "3.0.3",
"tslint": "6.1.3",
"typescript": "4.3.5"
"typescript": "4.4.3"
},
"resolutions": {
"graphql": "15.6.0"
Expand Down
2 changes: 1 addition & 1 deletion templates/fullstack/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"pg": "8.7.1",
"ts-node": "9.1.1",
"ts-node-dev": "1.1.8",
"typescript": "4.3.5"
"typescript": "4.4.3"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14888,10 +14888,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@4.3.5:
version "4.3.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
typescript@4.4.3:
version "4.4.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==

ua-parser-js@^0.7.18:
version "0.7.28"
Expand Down

0 comments on commit 879dd0f

Please sign in to comment.