Skip to content

Commit dbb01a7

Browse files
committed
chore: dependencies update
- chore: update `@babel/cli` to `7.1.5` - chore: update `stylelint` to `9.8.0` - chore: update `stylelint-scss` to `3.4.0` - chore: update `shelljs` to `0.8.3` - chore: update `@babel/preset-env` to `7.1.6` - chore: update `@babel/core` to `7.1.6` - chore: update `eslint` to `5.9.0` - chore: update `rollup` to `0.67.3`
1 parent 58daddb commit dbb01a7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,39 +76,39 @@
7676
"bootstrap": "^4.1.3"
7777
},
7878
"devDependencies": {
79-
"@babel/cli": "^7.1.2",
80-
"@babel/core": "^7.1.2",
79+
"@babel/cli": "^7.1.5",
80+
"@babel/core": "^7.1.6",
8181
"@babel/plugin-external-helpers": "^7.0.0",
8282
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
8383
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
8484
"@babel/plugin-transform-runtime": "^7.1.0",
85-
"@babel/preset-env": "^7.1.0",
85+
"@babel/preset-env": "^7.1.6",
8686
"autoprefixer": "^9.3.1",
8787
"babel-eslint": "^10.0.1",
8888
"babel-plugin-istanbul": "^5.1.0",
8989
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
9090
"clean-css-cli": "^4.2.1",
9191
"copyfiles": "^2.1.0",
9292
"cross-env": "^5.2.0",
93-
"eslint": "^5.8.0",
93+
"eslint": "^5.9.0",
9494
"eslint-plugin-compat": "^2.6.2",
9595
"node-sass": "^4.10.0",
9696
"nodemon": "^1.18.6",
9797
"npm-run-all": "^4.1.3",
9898
"postcss-cli": "^6.0.1",
9999
"rimraf": "^2.6.2",
100-
"rollup": "^0.67.0",
100+
"rollup": "^0.67.3",
101101
"rollup-plugin-babel": "^4.0.3",
102102
"rollup-plugin-commonjs": "^9.2.0",
103103
"rollup-plugin-node-resolve": "^3.4.0",
104104
"semver": "^5.6.0",
105-
"shelljs": "^0.8.2",
105+
"shelljs": "^0.8.3",
106106
"shx": "^0.3.2",
107-
"stylelint": "^9.7.1",
107+
"stylelint": "^9.8.0",
108108
"stylelint-config-recommended-scss": "^3.2.0",
109109
"stylelint-config-standard": "^18.2.0",
110110
"stylelint-order": "^1.0.0",
111-
"stylelint-scss": "^3.3.2",
111+
"stylelint-scss": "^3.4.0",
112112
"uglify-js": "^3.4.9"
113113
},
114114
"peerDependencies": {

0 commit comments

Comments
 (0)