Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

Commit b792457

Browse files
committed
Update packages
1 parent 75ef1d3 commit b792457

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint-config-shouldjs": "^1.0.0",
2525
"mocha": "latest",
2626
"mocha-better-spec-reporter": "latest",
27-
"rollup": "0.34.4",
27+
"rollup": "0.34.7",
2828
"rollup-plugin-node-resolve": "^2.0.0",
2929
"zuul": "latest"
3030
},
@@ -38,8 +38,10 @@
3838
"license": "MIT",
3939
"dependencies": {
4040
"should-equal": "^1.0.0",
41-
"should-format": "^2.0.0",
42-
"should-type": "^1.1.0"
41+
"should-format": "^3.0.1",
42+
"should-type": "^1.1.0",
43+
"should-type-adaptors": "^1.0.0",
44+
"should-util": "^1.0.0"
4345
},
4446
"files": [
4547
"cjs/*",

0 commit comments

Comments
 (0)