Skip to content

Commit

Permalink
Bump TypeScript to v3.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolemos committed Jan 30, 2020
1 parent 41884dd commit 77a6e5f
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tslint-config-airbnb": "5.11.2",
"tslint-config-prettier": "1.18.0",
"tslint-react": "4.1.0",
"typescript": "3.7.2"
"typescript": "3.7.5"
},
"engines": {
"node": ">=12"
Expand Down
8 changes: 4 additions & 4 deletions landing/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6650,10 +6650,10 @@ typedarray@^0.0.6:
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

[email protected].2:
version "3.7.2"
resolved "https://registry.npmjs.org/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==
[email protected].5:
version "3.7.5"
resolved "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==

[email protected], unfetch@^4.0.0:
version "4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"tslint": "5.20.1",
"tslint-config-prettier": "1.18.0",
"tslint-react": "4.1.0",
"typescript": "3.7.2"
"typescript": "3.7.5"
},
"resolutions": {
"@types/react": "16.9.15"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"tslint-config-airbnb": "5.11.2",
"tslint-config-prettier": "1.18.0",
"tslint-react": "4.1.0",
"typescript": "3.7.2"
"typescript": "3.7.5"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"tslint-config-airbnb": "5.11.2",
"tslint-config-prettier": "1.18.0",
"tslint-react": "4.1.0",
"typescript": "3.7.2"
"typescript": "3.7.5"
}
}
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"electron-timber": "0.5.1",
"nodemon": "1.19.3",
"tslint": "5.20.1",
"typescript": "3.7.2",
"typescript": "3.7.5",
"wait-on": "3.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"tslint-config-airbnb": "5.11.2",
"tslint-config-prettier": "1.18.0",
"tslint-react": "4.1.0",
"typescript": "3.7.2",
"typescript": "3.7.5",
"webpack-bundle-analyzer": "3.5.2"
},
"eslintConfig": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14341,10 +14341,10 @@ typescript-tuple@^2.2.1:
dependencies:
typescript-compare "^0.0.2"

[email protected].2:
version "3.7.2"
resolved "https://registry.npmjs.org/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb"
integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==
[email protected].5:
version "3.7.5"
resolved "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==

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

0 comments on commit 77a6e5f

Please sign in to comment.