Skip to content

Commit 9d501ff

Browse files
committed
[Dev Deps] use ~ for dev deps; update to latest nonbreaking
1 parent 24e0a8d commit 9d501ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"through": "~2.3.8"
2525
},
2626
"devDependencies": {
27-
"concat-stream": "~1.6.0",
28-
"falafel": "~2.1.0",
29-
"js-yaml": "~3.10.0",
30-
"tap": "~8.0.1",
31-
"tap-parser": "~3.0.4"
27+
"concat-stream": "^1.6.1",
28+
"falafel": "^2.1.0",
29+
"js-yaml": "^3.11.0",
30+
"tap": "^8.0.1",
31+
"tap-parser": "^3.0.5"
3232
},
3333
"scripts": {
3434
"test": "tap test/*.js"

0 commit comments

Comments
 (0)