Skip to content

Commit 80e7192

Browse files
committed
feat: update dependencies
1 parent 6c900db commit 80e7192

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,37 @@
55
"url": "http://gajus.com"
66
},
77
"dependencies": {
8-
"ajv": "^6.5.3",
9-
"lodash": "^4.17.10",
8+
"ajv": "^6.5.4",
9+
"lodash": "^4.17.11",
1010
"object.values": "^1.0.4",
1111
"slice-ansi": "1.0.0",
1212
"string-width": "^2.1.1"
1313
},
1414
"description": "Formats data into a string table.",
1515
"devDependencies": {
16-
"@babel/cli": "^7.0.0",
17-
"@babel/core": "^7.0.0",
16+
"@babel/cli": "^7.1.2",
17+
"@babel/core": "^7.1.2",
1818
"@babel/node": "^7.0.0",
1919
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
20-
"@babel/preset-env": "^7.0.0",
20+
"@babel/preset-env": "^7.1.0",
2121
"@babel/register": "^7.0.0",
2222
"ajv-cli": "^3.0.0",
2323
"ajv-keywords": "^3.2.0",
24-
"babel-plugin-istanbul": "^5.0.1",
24+
"babel-plugin-istanbul": "^5.1.0",
2525
"babel-plugin-transform-export-default-name": "^2.0.4",
26-
"chai": "^4.1.2",
26+
"chai": "^4.2.0",
2727
"chalk": "^2.4.1",
2828
"coveralls": "^3.0.2",
29-
"eslint": "^5.5.0",
30-
"eslint-config-canonical": "^12.0.0",
31-
"flow-bin": "^0.80.0",
29+
"eslint": "^5.6.1",
30+
"eslint-config-canonical": "^13.0.0",
31+
"flow-bin": "^0.81.0",
3232
"flow-copy-source": "^2.0.2",
33-
"gitdown": "^2.5.3",
34-
"husky": "^1.0.0-rc.13",
33+
"gitdown": "^2.5.4",
34+
"husky": "^1.0.1",
3535
"mocha": "^5.2.0",
36-
"nyc": "^13.0.1",
37-
"semantic-release": "^15.9.12",
38-
"sinon": "^6.1.5"
36+
"nyc": "^13.1.0",
37+
"semantic-release": "^15.9.16",
38+
"sinon": "^6.3.4"
3939
},
4040
"engines": {
4141
"node": ">=8.0.0"

0 commit comments

Comments
 (0)