Skip to content

Commit c1611ca

Browse files
chore: update dependencies
1 parent debf471 commit c1611ca

File tree

2 files changed

+230
-142
lines changed

2 files changed

+230
-142
lines changed

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -8,52 +8,52 @@
88
},
99
"dependencies": {
1010
"ansi-html": "^0.0.7",
11-
"babel-core": "^6.17.0",
12-
"babel-generator": "^6.25.0",
11+
"babel-core": "^6.26.0",
12+
"babel-generator": "^6.26.0",
1313
"babel-plugin-system-import-transformer": "3.1.0",
1414
"babel-plugin-transform-decorators-legacy": "^1.3.4",
15-
"babel-preset-env": "^1.6.0",
16-
"babel-preset-react": "^6.16.0",
17-
"babel-preset-stage-0": "^6.16.0",
18-
"babel-traverse": "^6.16.0",
19-
"babel-types": "^6.16.0",
15+
"babel-preset-env": "^1.6.1",
16+
"babel-preset-react": "^6.24.1",
17+
"babel-preset-stage-0": "^6.24.1",
18+
"babel-traverse": "^6.26.0",
19+
"babel-types": "^6.26.0",
2020
"babelify": "^8.0.0",
21-
"babylon": "^6.17.2",
22-
"chalk": "^2.0.0",
23-
"chokidar": "^1.2.0",
24-
"concat-stream": "^1.5.0",
21+
"babylon": "^6.18.0",
22+
"chalk": "^2.3.0",
23+
"chokidar": "^2.0.0",
24+
"concat-stream": "^1.6.0",
2525
"disparity": "^2.0.0",
2626
"doctrine-temporary-fork": "2.0.0-alpha-allowarrayindex",
27-
"get-port": "^3.1.0",
27+
"get-port": "^3.2.0",
2828
"git-url-parse": "^6.0.1",
2929
"github-slugger": "1.2.0",
30-
"glob": "^7.0.0",
30+
"glob": "^7.1.2",
3131
"globals-docs": "^2.4.0",
32-
"highlight.js": "^9.1.0",
33-
"js-yaml": "^3.8.4",
34-
"lodash": "^4.11.1",
32+
"highlight.js": "^9.12.0",
33+
"js-yaml": "^3.10.0",
34+
"lodash": "^4.17.4",
3535
"mdast-util-inject": "^1.1.0",
36-
"micromatch": "^3.0.0",
36+
"micromatch": "^3.1.5",
3737
"mime": "^2.2.0",
3838
"module-deps-sortable": "4.0.6",
39-
"parse-filepath": "^1.0.1",
39+
"parse-filepath": "^1.0.2",
4040
"pify": "^3.0.0",
4141
"read-pkg-up": "^3.0.0",
42-
"remark": "^8.0.0",
42+
"remark": "^9.0.0",
4343
"remark-html": "7.0.0",
4444
"remark-toc": "^5.0.0",
4545
"remote-origin-url": "0.4.0",
46-
"shelljs": "^0.7.5",
47-
"stream-array": "^1.1.0",
48-
"strip-json-comments": "^2.0.0",
49-
"tiny-lr": "^1.0.3",
50-
"unist-builder": "^1.0.0",
51-
"unist-util-visit": "^1.0.1",
52-
"vfile": "^2.0.0",
46+
"shelljs": "^0.8.1",
47+
"stream-array": "^1.1.2",
48+
"strip-json-comments": "^2.0.1",
49+
"tiny-lr": "^1.1.0",
50+
"unist-builder": "^1.0.2",
51+
"unist-util-visit": "^1.3.0",
52+
"vfile": "^2.3.0",
5353
"vfile-reporter": "^4.0.0",
54-
"vfile-sort": "^2.0.0",
55-
"vinyl": "^2.0.0",
56-
"vinyl-fs": "^3.0.0",
54+
"vfile-sort": "^2.1.0",
55+
"vinyl": "^2.1.0",
56+
"vinyl-fs": "^3.0.2",
5757
"yargs": "^9.0.1"
5858
},
5959
"devDependencies": {

0 commit comments

Comments
 (0)