|
78 | 78 | },
|
79 | 79 | "devDependencies": {
|
80 | 80 | "@babel/cli": "^7.2.3",
|
81 |
| - "@babel/core": "^7.3.3", |
| 81 | + "@babel/core": "^7.3.4", |
82 | 82 | "@babel/plugin-external-helpers": "^7.2.0",
|
83 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.3.2", |
| 83 | + "@babel/plugin-proposal-object-rest-spread": "^7.3.4", |
84 | 84 | "@babel/plugin-proposal-throw-expressions": "^7.2.0",
|
85 |
| - "@babel/plugin-transform-runtime": "^7.2.0", |
86 |
| - "@babel/preset-env": "^7.3.1", |
87 |
| - "autoprefixer": "^9.4.8", |
| 85 | + "@babel/plugin-transform-runtime": "^7.3.4", |
| 86 | + "@babel/preset-env": "^7.3.4", |
| 87 | + "autoprefixer": "^9.4.10", |
88 | 88 | "babel-eslint": "^10.0.1",
|
89 | 89 | "babel-plugin-istanbul": "^5.1.1",
|
90 | 90 | "babel-plugin-transform-es2015-modules-strip": "^0.1.1",
|
91 | 91 | "clean-css-cli": "^4.2.1",
|
92 | 92 | "copyfiles": "^2.1.0",
|
93 | 93 | "cross-env": "^5.2.0",
|
94 |
| - "eslint": "^5.14.1", |
| 94 | + "eslint": "^5.15.1", |
95 | 95 | "eslint-plugin-compat": "^2.7.0",
|
96 | 96 | "node-sass": "^4.11.0",
|
97 | 97 | "nodemon": "^1.18.10",
|
98 | 98 | "npm-run-all": "^4.1.5",
|
99 |
| - "postcss-cli": "^6.1.1", |
| 99 | + "postcss-cli": "^6.1.2", |
100 | 100 | "rimraf": "^2.6.3",
|
101 |
| - "rollup": "^1.2.2", |
| 101 | + "rollup": "^1.6.0", |
102 | 102 | "rollup-plugin-babel": "^4.3.2",
|
103 |
| - "rollup-plugin-commonjs": "^9.2.0", |
104 |
| - "rollup-plugin-node-resolve": "^4.0.0", |
| 103 | + "rollup-plugin-commonjs": "^9.2.1", |
| 104 | + "rollup-plugin-node-resolve": "^4.0.1", |
105 | 105 | "semver": "^5.6.0",
|
106 | 106 | "shelljs": "^0.8.3",
|
107 | 107 | "shx": "^0.3.2",
|
108 | 108 | "stylelint": "^9.10.1",
|
109 | 109 | "stylelint-config-recommended-scss": "^3.2.0",
|
110 | 110 | "stylelint-config-standard": "^18.2.0",
|
111 |
| - "stylelint-order": "^2.0.0", |
112 |
| - "stylelint-scss": "^3.5.3", |
| 111 | + "stylelint-order": "^2.1.0", |
| 112 | + "stylelint-scss": "^3.5.4", |
113 | 113 | "uglify-js": "^3.4.9"
|
114 | 114 | },
|
115 | 115 | "peerDependencies": {
|
|
0 commit comments