|
31 | 31 | "author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)", |
32 | 32 | "license": "MIT", |
33 | 33 | "dependencies": { |
| 34 | + "@babel/cli": "^7.0.0", |
| 35 | + "@babel/core": "^7.0.0", |
| 36 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 37 | + "@babel/plugin-transform-modules-commonjs": "^7.0.0", |
| 38 | + "@babel/preset-env": "^7.0.0", |
| 39 | + "@babel/preset-react": "^7.0.0", |
34 | 40 | "all-contributors-cli": "^5.0.0", |
35 | 41 | "arrify": "^1.0.1", |
36 | | - "babel-cli": "^6.26.0", |
37 | | - "babel-core": "^6.26.3", |
| 42 | + "babel-core": "^7.0.0-0", |
38 | 43 | "babel-jest": "^23.4.2", |
39 | | - "babel-plugin-external-helpers": "^6.22.0", |
40 | 44 | "babel-plugin-macros": "^2.3.0", |
41 | | - "babel-plugin-minify-dead-code-elimination": "^0.3.0", |
| 45 | + "babel-plugin-minify-dead-code-elimination": "^0.4.0", |
42 | 46 | "babel-plugin-module-resolver": "^3.1.1", |
43 | | - "babel-plugin-transform-class-properties": "^6.24.1", |
44 | | - "babel-plugin-transform-inline-environment-variables": "^0.3.0", |
45 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
46 | | - "babel-plugin-transform-react-jsx": "^6.24.1", |
| 47 | + "babel-plugin-transform-inline-environment-variables": "^0.4.0", |
47 | 48 | "babel-plugin-transform-react-remove-prop-types": "^0.4.13", |
48 | | - "babel-preset-env": "^1.6.1", |
49 | | - "babel-preset-react": "^6.24.1", |
50 | 49 | "browserslist": "^4.0.0", |
51 | 50 | "concurrently": "^3.5.1", |
52 | 51 | "cross-env": "^5.1.4", |
|
68 | 67 | "read-pkg-up": "^4.0.0", |
69 | 68 | "resolve": "^1.6.0", |
70 | 69 | "rimraf": "^2.6.2", |
71 | | - "rollup": "^0.63.0", |
72 | | - "rollup-plugin-babel": "^3.0.3", |
| 70 | + "rollup": "^0.65.0", |
| 71 | + "rollup-plugin-babel": "^4.0.0", |
73 | 72 | "rollup-plugin-commonjs": "^9.1.0", |
74 | 73 | "rollup-plugin-json": "^3.0.0", |
75 | 74 | "rollup-plugin-node-builtins": "^2.1.2", |
|
0 commit comments