|
7 | 7 | "documentation": "./bin/documentation.js"
|
8 | 8 | },
|
9 | 9 | "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", |
35 | 35 | "ansi-html": "^0.0.7",
|
36 |
| - "babelify": "^9.0.0", |
| 36 | + "babelify": "^10.0.0", |
37 | 37 | "chalk": "^2.3.0",
|
38 | 38 | "chokidar": "^2.0.0",
|
39 | 39 | "concat-stream": "^1.6.0",
|
|
55 | 55 | "pify": "^4.0.0",
|
56 | 56 | "read-pkg-up": "^4.0.0",
|
57 | 57 | "remark": "^9.0.0",
|
58 |
| - "remark-html": "7.0.0", |
| 58 | + "remark-html": "^8.0.0", |
59 | 59 | "remark-reference-links": "^4.0.1",
|
60 | 60 | "remark-toc": "^5.0.0",
|
61 | 61 | "remote-origin-url": "0.4.0",
|
|
64 | 64 | "tiny-lr": "^1.1.0",
|
65 | 65 | "unist-builder": "^1.0.2",
|
66 | 66 | "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", |
69 | 69 | "vfile-sort": "^2.1.0",
|
70 | 70 | "vinyl": "^2.1.0",
|
71 | 71 | "vinyl-fs": "^3.0.2",
|
72 | 72 | "vue-template-compiler": "^2.5.16",
|
73 | 73 | "yargs": "^9.0.1"
|
74 | 74 | },
|
75 | 75 | "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", |
77 | 79 | "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", |
80 | 82 | "babel-jest": "^23.4.2",
|
81 |
| - "babel-plugin-syntax-async-functions": "^6.13.0", |
82 |
| - "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", |
83 | 83 | "chdir": "0.0.0",
|
84 | 84 | "coveralls": "^3.0.0",
|
85 | 85 | "cz-conventional-changelog": "2.1.0",
|
|
90 | 90 | "flow-bin": "^0.73.0",
|
91 | 91 | "fs-extra": "^7.0.0",
|
92 | 92 | "husky": "^0.14.3",
|
93 |
| - "jest": "^22.1.4", |
| 93 | + "jest": "^23.0.0", |
94 | 94 | "json-schema": "0.2.3",
|
95 | 95 | "lint-staged": "^7.2.0",
|
96 | 96 | "mock-fs": "^4.4.2",
|
|
122 | 122 | "format": "prettier --write '{src,__tests__,declarations,bin,default_theme}/**/*.js'",
|
123 | 123 | "doc": "node ./bin/documentation.js build src/index.js -f md --access=public > docs/NODE_API.md",
|
124 | 124 | "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" |
127 | 127 | },
|
128 | 128 | "jest": {
|
129 | 129 | "testPathIgnorePatterns": [
|
|
0 commit comments