Skip to content

Commit 654142d

Browse files
committed
chore: dependencies update
- chore: update `@babel/plugin-external-helpers` to `7.0.0` - chore: update `autoprefixer` to `9.3.1` - chore: update `postcss-cli` to `6.0.1` - chore: update `stylelint-scss` to `3.3.2`
1 parent 0a172b8 commit 654142d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,15 @@
7777
"devDependencies": {
7878
"@babel/cli": "^7.1.2",
7979
"@babel/core": "^7.1.2",
80+
"@babel/plugin-external-helpers": "^7.0.0",
8081
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
8182
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
8283
"@babel/plugin-transform-runtime": "^7.1.0",
8384
"@babel/preset-env": "^7.1.0",
84-
"autoprefixer": "^9.2.1",
85+
"autoprefixer": "^9.3.1",
8586
"babel-eslint": "^10.0.1",
86-
"babel-plugin-external-helpers": "^7.0.0-beta.3",
8787
"babel-plugin-istanbul": "^5.1.0",
8888
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
89-
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
9089
"clean-css-cli": "^4.2.1",
9190
"copyfiles": "^2.1.0",
9291
"cross-env": "^5.2.0",
@@ -95,7 +94,7 @@
9594
"node-sass": "^4.9.4",
9695
"nodemon": "^1.18.4",
9796
"npm-run-all": "^4.1.3",
98-
"postcss-cli": "^6.0.0",
97+
"postcss-cli": "^6.0.1",
9998
"rimraf": "^2.6.2",
10099
"rollup": "^0.66.6",
101100
"rollup-plugin-babel": "^4.0.3",
@@ -107,7 +106,7 @@
107106
"stylelint-config-recommended-scss": "^3.2.0",
108107
"stylelint-config-standard": "^18.2.0",
109108
"stylelint-order": "^1.0.0",
110-
"stylelint-scss": "^3.3.1",
109+
"stylelint-scss": "^3.3.2",
111110
"uglify-js": "^3.4.9"
112111
},
113112
"peerDependencies": {

0 commit comments

Comments
 (0)