Skip to content

Commit

Permalink
fix(#243): install exact version instead of newer version if available
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-master committed Aug 2, 2022
1 parent 0e7c581 commit fe871a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@types/jest": "28.1.4",
"@typescript-eslint/eslint-plugin": "5.31.0",
"@typescript-eslint/parser": "5.31.0",
"cross-env": "7.0.3",
Expand All @@ -82,7 +81,7 @@
"vitest": "0.19.1"
},
"dependencies": {
"fastest-levenshtein": "^1.0.12"
"fastest-levenshtein": "1.0.12"
},
"browserslist": [
"defaults",
Expand Down

0 comments on commit fe871a2

Please sign in to comment.