Skip to content

Commit 104d52b

Browse files
Pin dependencies (#354)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 255d807 commit 104d52b

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
@@ -12,14 +12,14 @@
1212
"dependencies": {
1313
"chalk": "3.0.0",
1414
"commander": "4.0.1",
15-
"strip-json-comments": "^3.0.1",
15+
"strip-json-comments": "3.0.1",
1616
"tslint": "5.20.1",
1717
"typescript": "3.7.4"
1818
},
1919
"devDependencies": {
2020
"@babel/core": "7.7.7",
21-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
22-
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
21+
"@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4",
22+
"@babel/plugin-proposal-optional-chaining": "7.7.5",
2323
"@babel/preset-env": "7.7.7",
2424
"@babel/preset-typescript": "7.7.7",
2525
"@types/jest": "24.0.24",

0 commit comments

Comments
 (0)