|
10 | 10 | "create-github-release": "conventional-github-releaser -p angular",
|
11 | 11 | "build:commonjs": "cross-env BABEL_OUTPUT=commonjs babel src/ --out-dir lib/ --ignore **/__tests__,**/__mocks__",
|
12 | 12 | "build:esm": "babel src/ --out-dir esm/ --ignore **/__tests__,**/__mocks__",
|
13 |
| - "build:umd": "cross-env BABEL_TARGET=rollup yarn rollup -c", |
| 13 | + "build:umd": "yarn rollup -c", |
14 | 14 | "build": "npm-run-all clean:* --parallel build:*",
|
15 | 15 | "format": "eslint src --fix",
|
16 | 16 | "lint": "eslint src",
|
|
51 | 51 | "react": "^0.14.9 || ^15.3.0 || ^16.0.0"
|
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
54 |
| - "babel-cli": "^7.0.0-beta.2", |
55 |
| - "babel-core": "^7.0.0-beta.2", |
| 54 | + "@babel/cli": "^7.0.0-beta.40", |
| 55 | + "@babel/core": "^7.0.0-beta.40", |
| 56 | + "@babel/plugin-external-helpers": "^7.0.0-beta.40", |
| 57 | + "@babel/plugin-proposal-class-properties": "^7.0.0-beta.40", |
| 58 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.40", |
| 59 | + "@babel/preset-env": "^7.0.0-beta.40", |
| 60 | + "@babel/preset-react": "^7.0.0-beta.40", |
| 61 | + "babel-core": "^7.0.0-0", |
56 | 62 | "babel-eslint": "^8.0.1",
|
57 |
| - "babel-jest": "^21.3.0-beta.1", |
| 63 | + "babel-jest": "^22.2.2", |
58 | 64 | "babel-loader": "^7.1.2",
|
59 |
| - "babel-plugin-external-helpers": "^7.0.0-beta.2", |
60 |
| - "babel-plugin-transform-class-properties": "^7.0.0-beta.2", |
61 |
| - "babel-plugin-transform-object-rest-spread": "^7.0.0-beta.2", |
62 | 65 | "babel-plugin-transform-react-remove-prop-types": "^0.4.0",
|
63 |
| - "babel-preset-env": "^2.0.0-beta.2", |
64 |
| - "babel-preset-react": "^7.0.0-beta.2", |
65 | 66 | "conventional-github-releaser": "^2.0.0",
|
66 | 67 | "cross-env": "^5.0.0",
|
67 | 68 | "css-loader": "^0.28.0",
|
|
79 | 80 | "html-loader": "^0.5.1",
|
80 | 81 | "html-webpack-plugin": "^2.30.1",
|
81 | 82 | "husky": "^0.14.3",
|
82 |
| - "jest": "^21.3.0-beta.1", |
| 83 | + "jest": "^22.3.0", |
83 | 84 | "less": "^2.7.3",
|
84 | 85 | "less-loader": "^4.0.5",
|
85 |
| - "lint-staged": "^4.0.4", |
| 86 | + "lint-staged": "^6.0.0", |
86 | 87 | "npm-run-all": "^4.1.1",
|
87 | 88 | "prettier": "^1.2.2",
|
88 | 89 | "react": "^16.0.0",
|
|
91 | 92 | "react-modal": "^3.0.0",
|
92 | 93 | "react-test-renderer": "^16.0.0",
|
93 | 94 | "rimraf": "^2.5.2",
|
94 |
| - "rollup": "^0.51.5", |
95 |
| - "rollup-plugin-babel": "^3.0.2", |
| 95 | + "rollup": "^0.56.1", |
| 96 | + "rollup-plugin-babel": "^4.0.0-beta.1", |
96 | 97 | "rollup-plugin-commonjs": "^8.2.6",
|
97 | 98 | "rollup-plugin-ignore": "^1.0.3",
|
98 | 99 | "rollup-plugin-node-resolve": "^3.0.0",
|
99 | 100 | "rollup-plugin-replace": "^2.0.0",
|
100 |
| - "rollup-plugin-uglify": "^2.0.1", |
| 101 | + "rollup-plugin-uglify": "^3.0.0", |
101 | 102 | "standard-version": "^4.2.0",
|
102 |
| - "style-loader": "^0.19.0", |
| 103 | + "style-loader": "^0.20.0", |
103 | 104 | "uglifyjs-webpack-plugin": "^1.0.1",
|
104 | 105 | "webpack": "^3.6.0",
|
105 | 106 | "webpack-dev-server": "^2.9.4"
|
|
0 commit comments