Skip to content

Commit 03cbbd2

Browse files
authored
Merge pull request #24 from entropitor/patch-1
Use ^ instead of ~ to pin dependencies, closes #21
2 parents 9453546 + 55d585b commit 03cbbd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"verify": "yarn type-check && yarn lint && yarn build && yarn coverage"
4040
},
4141
"dependencies": {
42-
"@typescript-eslint/experimental-utils": "~2.32.0",
43-
"json-schema": "~0.2.5",
44-
"natural-compare-lite": "~1.4.0"
42+
"@typescript-eslint/experimental-utils": "^2.32.0",
43+
"json-schema": "^0.2.5",
44+
"natural-compare-lite": "^1.4.0"
4545
},
4646
"devDependencies": {
4747
"@babel/cli": "~7.8.4",

0 commit comments

Comments
 (0)