|
14 | 14 | "scripts": {
|
15 | 15 | "build": "babel src --out-dir lib || true",
|
16 | 16 | "prepublish": "npm run build",
|
17 |
| - "test": "mocha --check-leaks --compilers js:babel-register" |
| 17 | + "test": "mocha --check-leaks --require @babel/register" |
18 | 18 | },
|
19 | 19 | "devDependencies": {
|
20 | 20 | "@storybook/addon-links": "^3.2.0",
|
21 | 21 | "async": "^2.6.0",
|
22 |
| - "babel-cli": "^6.26.0", |
23 |
| - "babel-core": "^6.26.0", |
| 22 | + "@babel/cli": "^7.0.0-beta.32", |
| 23 | + "@babel/core": "^7.0.0-beta.32", |
24 | 24 | "babel-plugin-add-module-exports": "~0.2.1",
|
25 | 25 | "babel-plugin-lodash": "3.3.2",
|
26 |
| - "babel-plugin-syntax-flow": "^6.18.0", |
27 |
| - "babel-plugin-syntax-jsx": "^6.18.0", |
28 |
| - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
29 |
| - "babel-plugin-transform-runtime": "^6.15.0", |
30 |
| - "babel-preset-env": "^1.6.1", |
31 |
| - "babel-preset-react": "^6.24.1", |
32 |
| - "babel-preset-stage-0": "^6.24.1", |
33 |
| - "babel-register": "^6.26.0", |
| 26 | + "@babel/plugin-syntax-flow": "^7.0.0-beta.32", |
| 27 | + "@babel/plugin-syntax-jsx": "^7.0.0-beta.32", |
| 28 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.32", |
| 29 | + "@babel/plugin-transform-runtime": "^7.0.0-beta.32", |
| 30 | + "@babel/preset-env": "^7.0.0-beta.32", |
| 31 | + "@babel/preset-react": "^7.0.0-beta.32", |
| 32 | + "@babel/preset-stage-0": "^7.0.0-beta.32", |
| 33 | + "@babel/register": "^7.0.0-beta.32", |
34 | 34 | "chai": "^4.1.2",
|
35 | 35 | "lodash-bound": "^1.1.2",
|
36 | 36 | "lodash-compat": "^3.10.2",
|
|
40 | 40 | "react-bootstrap": "^0.31.5"
|
41 | 41 | },
|
42 | 42 | "dependencies": {
|
43 |
| - "babel-helper-module-imports": "^7.0.0-beta.3", |
44 |
| - "babel-types": "^6.26.0", |
| 43 | + "@babel/helper-module-imports": "^7.0.0-beta.32", |
| 44 | + "@babel/types": "^7.0.0-beta.32", |
45 | 45 | "glob": "^7.1.1",
|
46 | 46 | "lodash": "^4.17.4",
|
47 | 47 | "require-package-name": "^2.0.1"
|
|
0 commit comments