Skip to content

Commit 689a311

Browse files
committed
chore: dependencies update
- chore: update `@babel/cli` to `7.1.0` - chore: update `@babel/core` to `7.1.0` - chore: update `@babel/plugin-transform-runtime` to `7.1.0` - chore: update `@babel/preset-env` to `7.1.0` - chore: update `copyfiles` to `2.1.0` - chore: update `eslint` to `5.6.0` - chore: update `rollup` to `0.66.2` - chore: update `stylelint-scss` to `3.3.1`
1 parent 44dcda9 commit 689a311

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
@@ -75,29 +75,29 @@
7575
"bootstrap": "^4.1.3"
7676
},
7777
"devDependencies": {
78-
"@babel/cli": "^7.0.0",
79-
"@babel/core": "^7.0.0",
78+
"@babel/cli": "^7.1.0",
79+
"@babel/core": "^7.1.0",
8080
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
8181
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
82-
"@babel/plugin-transform-runtime": "^7.0.0",
83-
"@babel/preset-env": "^7.0.0",
82+
"@babel/plugin-transform-runtime": "^7.1.0",
83+
"@babel/preset-env": "^7.1.0",
8484
"autoprefixer": "^9.1.5",
8585
"babel-eslint": "^9.0.0",
8686
"babel-plugin-external-helpers": "^7.0.0-beta.3",
8787
"babel-plugin-istanbul": "^5.0.1",
8888
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
8989
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
9090
"clean-css-cli": "^4.2.1",
91-
"copyfiles": "^2.0.0",
91+
"copyfiles": "^2.1.0",
9292
"cross-env": "^5.2.0",
93-
"eslint": "^5.5.0",
93+
"eslint": "^5.6.0",
9494
"eslint-plugin-compat": "^2.5.1",
9595
"node-sass": "^4.9.3",
9696
"nodemon": "^1.18.4",
9797
"npm-run-all": "^4.1.3",
9898
"postcss-cli": "^6.0.0",
9999
"rimraf": "^2.6.2",
100-
"rollup": "^0.65.0",
100+
"rollup": "^0.66.2",
101101
"rollup-plugin-babel": "^4.0.3",
102102
"rollup-plugin-node-resolve": "^3.4.0",
103103
"semver": "^5.5.1",
@@ -107,7 +107,7 @@
107107
"stylelint-config-recommended-scss": "^3.2.0",
108108
"stylelint-config-standard": "^18.2.0",
109109
"stylelint-order": "^1.0.0",
110-
"stylelint-scss": "^3.3.0",
110+
"stylelint-scss": "^3.3.1",
111111
"uglify-js": "^3.4.9"
112112
},
113113
"peerDependencies": {

0 commit comments

Comments
 (0)