Skip to content

Commit acca437

Browse files
committed
chore: install exact versions of deps
1 parent 46804e1 commit acca437

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact=true

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@
3737
}
3838
},
3939
"devDependencies": {
40-
"@commitlint/cli": "^8.3.5",
41-
"@commitlint/prompt-cli": "^8.3.5",
42-
"@types/jest": "^25.1.3",
43-
"@types/node": "^13.7.7",
44-
"coveralls": "^3.0.9",
45-
"get-root-path": "^2.0.2",
46-
"husky": "^4.2.3",
47-
"jest": "^25.1.0",
48-
"replace": "^1.1.5",
49-
"standard-version": "^7.1.0",
50-
"ts-jest": "^25.2.1",
51-
"ts-node": "^8.6.2",
52-
"tslint": "^5.20.1",
53-
"typescript": "^3.8.3"
40+
"@commitlint/cli": "8.3.5",
41+
"@commitlint/prompt-cli": "8.3.5",
42+
"@types/jest": "25.1.3",
43+
"@types/node": "13.7.7",
44+
"coveralls": "3.0.9",
45+
"get-root-path": "2.0.2",
46+
"husky": "4.2.3",
47+
"jest": "25.1.0",
48+
"replace": "1.1.5",
49+
"standard-version": "7.1.0",
50+
"ts-jest": "25.2.1",
51+
"ts-node": "8.6.2",
52+
"tslint": "5.20.1",
53+
"typescript": "3.8.3"
5454
},
5555
"dependencies": {},
5656
"repository": {

0 commit comments

Comments
 (0)