Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 17594a4

Browse files
committed
fix: Update typescript version to fix a problem with build #1339
1 parent b1d1b17 commit 17594a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"run-sequence": "^1.2.2",
6565
"should": "^11.1.0",
6666
"sinon": "^1.17.6",
67-
"typescript": "^2.8.0-dev.20180204",
67+
"typescript": "^3.1.0-dev.20180804",
6868
"uglify-js": "^3.1.8",
6969
"validate-commit-msg": "^2.14.0",
7070
"wires-reactive": "^1.1.1"
@@ -83,6 +83,7 @@
8383
"fliplog": "^0.3.13",
8484
"fs-extra": "^2.0.0",
8585
"fuse-concat-with-sourcemaps": "^1.0.5",
86+
"getopts": "^2.1.1",
8687
"glob": "^7.1.1",
8788
"ieee754": "^1.1.8",
8889
"inquirer": "^3.0.6",
@@ -98,8 +99,7 @@
9899
"source-map": "^0.7.1",
99100
"tslib": "^1.8.0",
100101
"watch": "^1.0.1",
101-
"ws": "^1.1.1",
102-
"getopts": "^2.1.1"
102+
"ws": "^1.1.1"
103103
},
104104
"collective": {
105105
"type": "opencollective",
@@ -122,4 +122,4 @@
122122
"path": "cz-conventional-changelog"
123123
}
124124
}
125-
}
125+
}

0 commit comments

Comments
 (0)