|
77 | 77 | "devDependencies": { |
78 | 78 | "@babel/cli": "^7.1.2", |
79 | 79 | "@babel/core": "^7.1.2", |
| 80 | + "@babel/plugin-external-helpers": "^7.0.0", |
80 | 81 | "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
81 | 82 | "@babel/plugin-proposal-throw-expressions": "^7.0.0", |
82 | 83 | "@babel/plugin-transform-runtime": "^7.1.0", |
83 | 84 | "@babel/preset-env": "^7.1.0", |
84 | | - "autoprefixer": "^9.2.1", |
| 85 | + "autoprefixer": "^9.3.1", |
85 | 86 | "babel-eslint": "^10.0.1", |
86 | | - "babel-plugin-external-helpers": "^7.0.0-beta.3", |
87 | 87 | "babel-plugin-istanbul": "^5.1.0", |
88 | 88 | "babel-plugin-transform-es2015-modules-strip": "^0.1.1", |
89 | | - "babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3", |
90 | 89 | "clean-css-cli": "^4.2.1", |
91 | 90 | "copyfiles": "^2.1.0", |
92 | 91 | "cross-env": "^5.2.0", |
|
95 | 94 | "node-sass": "^4.9.4", |
96 | 95 | "nodemon": "^1.18.4", |
97 | 96 | "npm-run-all": "^4.1.3", |
98 | | - "postcss-cli": "^6.0.0", |
| 97 | + "postcss-cli": "^6.0.1", |
99 | 98 | "rimraf": "^2.6.2", |
100 | 99 | "rollup": "^0.66.6", |
101 | 100 | "rollup-plugin-babel": "^4.0.3", |
|
107 | 106 | "stylelint-config-recommended-scss": "^3.2.0", |
108 | 107 | "stylelint-config-standard": "^18.2.0", |
109 | 108 | "stylelint-order": "^1.0.0", |
110 | | - "stylelint-scss": "^3.3.1", |
| 109 | + "stylelint-scss": "^3.3.2", |
111 | 110 | "uglify-js": "^3.4.9" |
112 | 111 | }, |
113 | 112 | "peerDependencies": { |
|
0 commit comments