Skip to content

Commit

Permalink
Update dependency typescript to ^4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 21, 2020
1 parent 481329c commit ad125ec
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion design-system/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"tinycolor2": "^1.4.1"
},
"devDependencies": {
"typescript": "^4.0.2"
"typescript": "^4.0.3"
},
"engines": {
"node": ">=10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples-next/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-dom": "^16.13.1"
},
"devDependencies": {
"typescript": "^4.0.2"
"typescript": "^4.0.3"
},
"engines": {
"node": ">=10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"tinymce": "^5.4.2",
"tmp": "^0.2.1",
"to-pascal-case": "^1.0.0",
"typescript": "^4.0.2",
"typescript": "^4.0.3",
"unist-util-visit": "^2.0.3",
"unsplash-js": "^6.3.0",
"webpack": "4.44.1"
Expand Down
2 changes: 1 addition & 1 deletion packages-next/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "dist/fields.cjs.js",
"module": "dist/fields.esm.js",
"devDependencies": {
"typescript": "^4.0.2"
"typescript": "^4.0.3"
},
"dependencies": {
"@babel/runtime": "^7.11.2",
Expand Down
2 changes: 1 addition & 1 deletion packages-next/keystone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"react-dom": "^16.13.1",
"resolve": "^1.17.0",
"source-map-support": "^0.5.19",
"typescript": "^4.0.2",
"typescript": "^4.0.3",
"uid-safe": "^2.1.5"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26285,10 +26285,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==
typescript@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==

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

0 comments on commit ad125ec

Please sign in to comment.