Skip to content

Commit 8c6ea4d

Browse files
committed
chore: upgrade dependencies
1 parent 49c0f72 commit 8c6ea4d

File tree

4 files changed

+2216
-2548
lines changed

4 files changed

+2216
-2548
lines changed

.babelrc

Lines changed: 0 additions & 15 deletions
This file was deleted.

babel.config.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
module.exports = {
2+
presets: [
3+
[
4+
'@babel/preset-env',
5+
{
6+
targets: {
7+
node: 6
8+
},
9+
include: ['transform-regenerator']
10+
}
11+
],
12+
'@babel/preset-flow'
13+
],
14+
plugins: ['@babel/plugin-transform-async-to-generator'],
15+
ignore: ['**/default_theme/assets/*']
16+
};

package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,33 @@
77
"documentation": "./bin/documentation.js"
88
},
99
"dependencies": {
10-
"@babel/core": "7.0.0-rc.3",
11-
"@babel/generator": "7.0.0-rc.3",
12-
"@babel/parser": "7.0.0-rc.3",
13-
"@babel/plugin-proposal-class-properties": "7.0.0-rc.3",
14-
"@babel/plugin-proposal-decorators": "7.0.0-rc.3",
15-
"@babel/plugin-proposal-do-expressions": "7.0.0-rc.3",
16-
"@babel/plugin-proposal-export-default-from": "7.0.0-rc.3",
17-
"@babel/plugin-proposal-export-namespace-from": "7.0.0-rc.3",
18-
"@babel/plugin-proposal-function-bind": "7.0.0-rc.3",
19-
"@babel/plugin-proposal-function-sent": "7.0.0-rc.3",
20-
"@babel/plugin-proposal-json-strings": "7.0.0-rc.3",
21-
"@babel/plugin-proposal-logical-assignment-operators": "7.0.0-rc.3",
22-
"@babel/plugin-proposal-nullish-coalescing-operator": "7.0.0-rc.3",
23-
"@babel/plugin-proposal-numeric-separator": "7.0.0-rc.3",
24-
"@babel/plugin-proposal-optional-chaining": "7.0.0-rc.3",
25-
"@babel/plugin-proposal-pipeline-operator": "7.0.0-rc.3",
26-
"@babel/plugin-proposal-throw-expressions": "7.0.0-rc.3",
27-
"@babel/plugin-syntax-dynamic-import": "7.0.0-rc.3",
28-
"@babel/plugin-syntax-import-meta": "7.0.0-rc.3",
29-
"@babel/preset-env": "7.0.0-rc.3",
30-
"@babel/preset-flow": "7.0.0-rc.3",
31-
"@babel/preset-react": "7.0.0-rc.3",
32-
"@babel/preset-stage-0": "7.0.0-rc.3",
33-
"@babel/traverse": "7.0.0-rc.3",
34-
"@babel/types": "7.0.0-rc.3",
10+
"@babel/core": "^7.0.0",
11+
"@babel/generator": "^7.0.0",
12+
"@babel/parser": "7.1.0",
13+
"@babel/plugin-proposal-class-properties": "^7.0.0",
14+
"@babel/plugin-proposal-decorators": "^7.0.0",
15+
"@babel/plugin-proposal-do-expressions": "^7.0.0",
16+
"@babel/plugin-proposal-export-default-from": "^7.0.0",
17+
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
18+
"@babel/plugin-proposal-function-bind": "^7.0.0",
19+
"@babel/plugin-proposal-function-sent": "^7.0.0",
20+
"@babel/plugin-proposal-json-strings": "^7.0.0",
21+
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
22+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
23+
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
24+
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
25+
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
26+
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
27+
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
28+
"@babel/plugin-syntax-import-meta": "^7.0.0",
29+
"@babel/preset-env": "^7.0.0",
30+
"@babel/preset-flow": "^7.0.0",
31+
"@babel/preset-react": "^7.0.0",
32+
"@babel/preset-stage-0": "^7.0.0",
33+
"@babel/traverse": "^7.1.0",
34+
"@babel/types": "^7.0.0",
3535
"ansi-html": "^0.0.7",
36-
"babelify": "^9.0.0",
36+
"babelify": "^10.0.0",
3737
"chalk": "^2.3.0",
3838
"chokidar": "^2.0.0",
3939
"concat-stream": "^1.6.0",
@@ -55,7 +55,7 @@
5555
"pify": "^4.0.0",
5656
"read-pkg-up": "^4.0.0",
5757
"remark": "^9.0.0",
58-
"remark-html": "7.0.0",
58+
"remark-html": "^8.0.0",
5959
"remark-reference-links": "^4.0.1",
6060
"remark-toc": "^5.0.0",
6161
"remote-origin-url": "0.4.0",
@@ -64,22 +64,22 @@
6464
"tiny-lr": "^1.1.0",
6565
"unist-builder": "^1.0.2",
6666
"unist-util-visit": "^1.3.0",
67-
"vfile": "^2.3.0",
68-
"vfile-reporter": "^4.0.0",
67+
"vfile": "^3.0.0",
68+
"vfile-reporter": "^5.0.0",
6969
"vfile-sort": "^2.1.0",
7070
"vinyl": "^2.1.0",
7171
"vinyl-fs": "^3.0.2",
7272
"vue-template-compiler": "^2.5.16",
7373
"yargs": "^9.0.1"
7474
},
7575
"devDependencies": {
76-
"@babel/cli": "7.0.0-rc.3",
76+
"@babel/cli": "^7.0.0",
77+
"@babel/plugin-transform-async-to-generator": "^7.1.0",
78+
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
7779
"are-we-flow-yet": "^1.0.0",
78-
"babel-core": "^7.0.0-0",
79-
"babel-eslint": "^8.2.1",
80+
"babel-core": "^7.0.0-bridge.0",
81+
"babel-eslint": "^9.0.0",
8082
"babel-jest": "^23.4.2",
81-
"babel-plugin-syntax-async-functions": "^6.13.0",
82-
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
8383
"chdir": "0.0.0",
8484
"coveralls": "^3.0.0",
8585
"cz-conventional-changelog": "2.1.0",
@@ -90,7 +90,7 @@
9090
"flow-bin": "^0.73.0",
9191
"fs-extra": "^7.0.0",
9292
"husky": "^0.14.3",
93-
"jest": "^22.1.4",
93+
"jest": "^23.0.0",
9494
"json-schema": "0.2.3",
9595
"lint-staged": "^7.2.0",
9696
"mock-fs": "^4.4.2",
@@ -122,8 +122,8 @@
122122
"format": "prettier --write '{src,__tests__,declarations,bin,default_theme}/**/*.js'",
123123
"doc": "node ./bin/documentation.js build src/index.js -f md --access=public > docs/NODE_API.md",
124124
"self-lint": "node ./bin/documentation.js lint src",
125-
"test": "npm run build && eslint . && are-we-flow-yet src && flow check && jest",
126-
"test-ci": "npm run build && eslint . && are-we-flow-yet src && flow check && jest --runInBand"
125+
"test": "npm run build && eslint . && flow check && jest",
126+
"test-ci": "npm run build && eslint . && flow check && jest --runInBand"
127127
},
128128
"jest": {
129129
"testPathIgnorePatterns": [

0 commit comments

Comments
 (0)