Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 4252207

Browse files
committed
chore(package): use caret dependency for @types packages
1 parent a44530e commit 4252207

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,18 @@
5656
"vscode-languageserver-types": "^3.0.3"
5757
},
5858
"devDependencies": {
59-
"@types/chai": "4.0.0",
60-
"@types/chai-as-promised": "7.1.0",
61-
"@types/chalk": "0.4.31",
62-
"@types/glob": "5.0.30",
63-
"@types/lodash": "4.14.74",
64-
"@types/mocha": "2.2.41",
65-
"@types/mz": "0.0.31",
66-
"@types/node": "7.0.32",
67-
"@types/rimraf": "2.0.2",
68-
"@types/object-hash": "0.5.29",
69-
"@types/sinon": "2.3.5",
70-
"@types/temp": "0.8.29",
59+
"@types/chai": "^4.0.0",
60+
"@types/chai-as-promised": "^7.1.0",
61+
"@types/chalk": "^0.4.31",
62+
"@types/glob": "^5.0.30",
63+
"@types/lodash": "^4.14.74",
64+
"@types/mocha": "^2.2.41",
65+
"@types/mz": "^0.0.31",
66+
"@types/node": "^7.0.32",
67+
"@types/rimraf": "^2.0.2",
68+
"@types/object-hash": "^0.5.29",
69+
"@types/sinon": "^2.3.5",
70+
"@types/temp": "^0.8.29",
7171
"commitizen": "^2.9.6",
7272
"cz-conventional-changelog": "^2.0.0",
7373
"husky": "^0.14.0",

0 commit comments

Comments
 (0)