We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bd3a67 + 233c1a1 commit 383dd23Copy full SHA for 383dd23
1 file changed
package.json
@@ -27,15 +27,15 @@
27
"test": "babel-tape-runner test/**/*Test.js ; EXIT_VALUE=$? ; killall node ; exit $EXIT_VALUE"
28
},
29
"dependencies": {
30
- "cli-color": "1.1.0",
31
- "convert-source-map": "1.3.0",
32
- "crc": "3.4.4",
33
- "left-pad": "1.1.3",
34
- "lodash": "4.17.11",
35
- "offset-sourcemap-lines": "1.0.0",
36
- "through2": "2.0.3",
37
- "umd": "3.0.1",
38
- "ws": "6.1.x",
+ "cli-color": "^1.1.0",
+ "convert-source-map": "^1.3.0",
+ "crc": "^3.4.4",
+ "left-pad": "^1.1.3",
+ "lodash": "^4.17.11",
+ "offset-sourcemap-lines": "^1.0.0",
+ "through2": "^2.0.3",
+ "umd": "^3.0.1",
+ "ws": "^6.1.x",
39
"react-proxy": "^1.1.8"
40
41
"devDependencies": {
0 commit comments