Skip to content

Commit

Permalink
chore(deps): upgrade to TS 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd committed Jul 31, 2018
1 parent 9b650a0 commit f767bfb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/@ionic/cli-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"lint-staged": "^7.2.0",
"ts-jest": "^23.0.0",
"tslint": "^5.9.1",
"typescript": "~2.9.1"
"typescript": "~3.0.1"
},
"jest": {
"globals": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@ionic/cli-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"source-map": "^0.7.0",
"ts-jest": "^23.0.0",
"tslint": "^5.9.1",
"typescript": "~2.9.1"
"typescript": "~3.0.1"
},
"jest": {
"globals": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@ionic/discover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"rimraf": "^2.6.2",
"ts-jest": "^23.0.0",
"tslint": "^5.9.1",
"typescript": "~2.9.1"
"typescript": "~3.0.1"
},
"jest": {
"globals": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@ionic/lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rimraf": "^2.6.2",
"ts-jest": "^23.0.0",
"tslint": "^5.9.1",
"typescript": "~2.9.1"
"typescript": "~3.0.1"
},
"jest": {
"globals": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@ionic/ng-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"lint-staged": "^7.2.0",
"rimraf": "^2.6.2",
"tslint": "^5.9.1",
"typescript": "~2.9.1"
"typescript": "~3.0.1"
},
"peerDependencies": {
"@angular-devkit/architect": "0.7.0-rc.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ionic/v1-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"rimraf": "^2.6.2",
"ts-jest": "^23.0.0",
"tslint": "^5.9.1",
"typescript": "~2.9.1"
"typescript": "~3.0.1"
},
"jest": {
"globals": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"rimraf": "^2.6.2",
"ts-jest": "^23.0.0",
"tslint": "^5.9.1",
"typescript": "~2.9.1"
"typescript": "~3.0.1"
},
"jest": {
"globals": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ionic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"rimraf": "^2.6.2",
"ts-jest": "^23.0.0",
"tslint": "^5.9.1",
"typescript": "~2.9.1"
"typescript": "~3.0.1"
},
"jest": {
"globals": {
Expand Down

0 comments on commit f767bfb

Please sign in to comment.