We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255d807 commit 104d52bCopy full SHA for 104d52b
package.json
@@ -12,14 +12,14 @@
12
"dependencies": {
13
"chalk": "3.0.0",
14
"commander": "4.0.1",
15
- "strip-json-comments": "^3.0.1",
+ "strip-json-comments": "3.0.1",
16
"tslint": "5.20.1",
17
"typescript": "3.7.4"
18
},
19
"devDependencies": {
20
"@babel/core": "7.7.7",
21
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
22
- "@babel/plugin-proposal-optional-chaining": "^7.7.5",
+ "@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4",
+ "@babel/plugin-proposal-optional-chaining": "7.7.5",
23
"@babel/preset-env": "7.7.7",
24
"@babel/preset-typescript": "7.7.7",
25
"@types/jest": "24.0.24",
0 commit comments