Skip to content

Commit 2417ad6

Browse files
committed
fix: force release with updated dependencies
1 parent af8688d commit 2417ad6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
"url": "http://gajus.com"
66
},
77
"dependencies": {
8-
"ajv": "^6.5.3",
9-
"lodash": "^4.17.10",
10-
"slice-ansi": "1.0.0",
8+
"ajv": "^6.6.1",
9+
"lodash": "^4.17.11",
10+
"slice-ansi": "2.0.0",
1111
"string-width": "^2.1.1"
1212
},
1313
"description": "Formats data into a string table.",
1414
"devDependencies": {
15-
"@babel/cli": "^7.1.2",
16-
"@babel/core": "^7.1.2",
15+
"@babel/cli": "^7.1.5",
16+
"@babel/core": "^7.1.6",
1717
"@babel/node": "^7.0.0",
18-
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
19-
"@babel/preset-env": "^7.1.0",
18+
"@babel/plugin-transform-flow-strip-types": "^7.1.6",
19+
"@babel/preset-env": "^7.1.6",
2020
"@babel/register": "^7.0.0",
2121
"ajv-cli": "^3.0.0",
2222
"ajv-keywords": "^3.2.0",
@@ -25,16 +25,16 @@
2525
"chai": "^4.2.0",
2626
"chalk": "^2.4.1",
2727
"coveralls": "^3.0.2",
28-
"eslint": "^5.6.1",
28+
"eslint": "^5.9.0",
2929
"eslint-config-canonical": "^13.0.0",
30-
"flow-bin": "^0.81.0",
30+
"flow-bin": "^0.87.0",
3131
"flow-copy-source": "^2.0.2",
32-
"gitdown": "^2.5.4",
33-
"husky": "^1.0.1",
32+
"gitdown": "^2.5.5",
33+
"husky": "^1.2.0",
3434
"mocha": "^5.2.0",
3535
"nyc": "^13.1.0",
36-
"semantic-release": "^15.9.16",
37-
"sinon": "^6.3.4"
36+
"semantic-release": "^15.12.3",
37+
"sinon": "^7.1.1"
3838
},
3939
"engines": {
4040
"node": ">=6.0.0"

0 commit comments

Comments
 (0)