Skip to content

Commit

Permalink
chore: upgrade to typescript 3.7 (#3953)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Feb 4, 2020
1 parent 4646f32 commit 46b6b6b
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 34 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"sinon": "^7.3.2",
"stylelint-config-palantir": "^4.0.0",
"stylelint-scss": "^3.9.2",
"typescript": "~3.5.3",
"typescript": "~3.7.5",
"yarn-deduplicate": "^1.1.1"
},
"resolutions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"react-popper": "^1.3.7",
"react-transition-group": "^2.9.0",
"resize-observer-polyfill": "^1.5.1",
"tslib": "~1.9.0"
"tslib": "~1.10.0"
},
"peerDependencies": {
"react": "^15.3.0 || 16",
Expand All @@ -74,7 +74,7 @@
"react-dom": "^16.8.6",
"react-test-renderer": "^16.8.6",
"sass-inline-svg": "^1.2.0",
"typescript": "~3.5.3",
"typescript": "~3.7.5",
"webpack-cli": "^3.3.6"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/datetime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@blueprintjs/core": "^3.23.0",
"classnames": "^2.2",
"react-day-picker": "7.3.2",
"tslib": "~1.9.0"
"tslib": "~1.10.0"
},
"peerDependencies": {
"react": "^15.3.0 || 16",
Expand All @@ -55,7 +55,7 @@
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-test-renderer": "^16.8.6",
"typescript": "~3.5.3",
"typescript": "~3.7.5",
"webpack-cli": "^3.3.6"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/docs-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"@documentalist/client": "^2.1.0",
"classnames": "^2.2",
"fuzzaldrin-plus": "^0.6.0",
"tslib": "~1.9.3"
"tslib": "~1.10.0"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^1.0.0",
"@types/fuzzaldrin-plus": "^0.6.0",
"npm-run-all": "^4.1.5",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"typescript": "~3.5.3",
"typescript": "~3.7.5",
"webpack-cli": "^3.3.6"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"classnames": "^2.2",
"tslib": "~1.9.0"
"tslib": "~1.10.0"
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^1.0.0",
Expand All @@ -47,7 +47,7 @@
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-test-renderer": "^16.8.6",
"typescript": "~3.5.3",
"typescript": "~3.7.5",
"webpack-cli": "^3.3.6"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/node-build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"stylelint": "~9.6.0",
"stylelint-junit-formatter": "^0.2.1",
"svgo": "^1.3.0",
"tslint": "^5.18.0",
"typescript": "~3.5.3"
"tslint": "^5.20.1",
"typescript": "~3.7.5"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@blueprintjs/core": "^3.20.0",
"classnames": "^2.2",
"tslib": "~1.9.0"
"tslib": "~1.10.0"
},
"peerDependencies": {
"react": "^15.3.0 || 16",
Expand All @@ -53,7 +53,7 @@
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-test-renderer": "^16.8.6",
"typescript": "~3.5.3",
"typescript": "~3.7.5",
"webpack-cli": "^3.3.6"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"classnames": "^2.2",
"prop-types": "^15.6.0",
"react-lifecycles-compat": "^3.0.4",
"tslib": "~1.9.0"
"tslib": "~1.10.0"
},
"peerDependencies": {
"react": "^15.3.0 || 16",
Expand All @@ -57,7 +57,7 @@
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-test-renderer": "^16.8.6",
"typescript": "~3.5.3",
"typescript": "~3.7.5",
"webpack": "^4.37.0",
"webpack-dev-server": "^3.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/test-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@blueprintjs/node-build-scripts": "^1.0.0",
"react": "^16.8.6",
"typescript": "~3.5.3"
"typescript": "~3.7.5"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/timezone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"classnames": "^2.2",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"tslib": "~1.9.0"
"tslib": "~1.10.0"
},
"peerDependencies": {
"react": "^15.3.0 || 16",
Expand All @@ -56,7 +56,7 @@
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-test-renderer": "^16.8.6",
"typescript": "~3.5.3",
"typescript": "~3.7.5",
"webpack-cli": "^3.3.6"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"prettier": "^1.18.2",
"tslib": "~1.9.0",
"tslib": "~1.10.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.0.0"
Expand Down
20 changes: 5 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11766,11 +11766,6 @@ tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0, tslib@~1.10.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==

tslib@~1.9.0, tslib@~1.9.3:
version "1.9.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==

tslint-config-prettier@^1.18.0:
version "1.18.0"
resolved "https://registry.yarnpkg.com/tslint-config-prettier/-/tslint-config-prettier-1.18.0.tgz#75f140bde947d35d8f0d238e0ebf809d64592c37"
Expand All @@ -11792,7 +11787,7 @@ tslint-react@^4.0.0:
dependencies:
tsutils "^3.9.1"

tslint@^5.18.0:
tslint@^5.20.1:
version "5.20.1"
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.20.1.tgz#e401e8aeda0152bc44dd07e614034f3f80c67b7d"
integrity sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==
Expand Down Expand Up @@ -11932,15 +11927,10 @@ typedoc@^0.16.1:
typedoc-default-themes "^0.7.0"
typescript "3.7.x"

[email protected]:
version "3.7.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.4.tgz#1743a5ec5fef6a1fa9f3e4708e33c81c73876c19"
integrity sha512-A25xv5XCtarLwXpcDNZzCGvW2D1S3/bACratYBx2sax8PefsFhlYmkQicKHvpYflFS8if4zne5zT5kpJ7pzuvw==

typescript@~3.5.3:
version "3.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
integrity sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==
[email protected], typescript@~3.7.5:
version "3.7.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==

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

1 comment on commit 46b6b6b

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chore: upgrade to typescript 3.7 (#3953)

Previews: documentation | landing | table

Please sign in to comment.