Skip to content

Commit 47a9cd0

Browse files
committed
fix: update dependencies
1 parent f455a8d commit 47a9cd0

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,36 @@
55
"url": "http://gajus.com"
66
},
77
"dependencies": {
8-
"ajv": "^6.6.1",
8+
"ajv": "^6.9.1",
99
"lodash": "^4.17.11",
10-
"slice-ansi": "^2.0.0",
11-
"string-width": "^2.1.1"
10+
"slice-ansi": "^2.1.0",
11+
"string-width": "^3.0.0"
1212
},
1313
"description": "Formats data into a string table.",
1414
"devDependencies": {
15-
"@babel/cli": "^7.1.5",
16-
"@babel/core": "^7.1.6",
17-
"@babel/node": "^7.0.0",
18-
"@babel/plugin-transform-flow-strip-types": "^7.1.6",
19-
"@babel/preset-env": "^7.1.6",
15+
"@babel/cli": "^7.2.3",
16+
"@babel/core": "^7.2.2",
17+
"@babel/node": "^7.2.2",
18+
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
19+
"@babel/preset-env": "^7.3.1",
2020
"@babel/register": "^7.0.0",
2121
"ajv-cli": "^3.0.0",
22-
"ajv-keywords": "^3.2.0",
22+
"ajv-keywords": "^3.4.0",
2323
"babel-plugin-istanbul": "^5.1.0",
2424
"babel-plugin-transform-export-default-name": "^2.0.4",
2525
"chai": "^4.2.0",
26-
"chalk": "^2.4.1",
26+
"chalk": "^2.4.2",
2727
"coveralls": "^3.0.2",
28-
"eslint": "^5.9.0",
29-
"eslint-config-canonical": "^13.0.0",
30-
"flow-bin": "^0.87.0",
28+
"eslint": "^5.13.0",
29+
"eslint-config-canonical": "^16.1.0",
30+
"flow-bin": "^0.92.1",
3131
"flow-copy-source": "^2.0.2",
32-
"gitdown": "^2.5.5",
33-
"husky": "^1.2.0",
32+
"gitdown": "^2.5.7",
33+
"husky": "^1.3.1",
3434
"mocha": "^5.2.0",
35-
"nyc": "^13.1.0",
36-
"semantic-release": "^15.12.3",
37-
"sinon": "^7.1.1"
35+
"nyc": "^13.2.0",
36+
"semantic-release": "^15.13.3",
37+
"sinon": "^7.2.3"
3838
},
3939
"engines": {
4040
"node": ">=6.0.0"

0 commit comments

Comments
 (0)