Skip to content

Commit 7c520d7

Browse files
committed
chore: dependencies update
- update `bootstrap` to `^4.3.1` - update `@babel/core` to `^7.3.3` - update `@babel/plugin-proposal-object-rest-spread` to `^7.3.2` - update `@babel/preset-env` to `^7.3.1` - update `autoprefixer` to `^9.4.8` - update `babel-plugin-istanbul` to `^5.1.1` - update `eslint` to `^5.14.1` - update `eslint-plugin-compat` to `^2.7.0` - update `nodemon` to `^1.18.10` - update `rollup` to `^1.2.2` - update `rollup-plugin-babel` to `^4.3.2` - update `rollup-plugin-node-resolve` to `^4.0.0` - update `stylelint` to `^9.10.1` - update `stylelint-scss` to `^3.5.3`
1 parent 268c324 commit 7c520d7

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,42 +73,42 @@
7373
"dependencies": {
7474
"@babel/polyfill": "^7.2.5",
7575
"@coreui/coreui-plugin-npm-postinstall": "^1.0.2",
76-
"bootstrap": "^4.2.1"
76+
"bootstrap": "^4.3.1"
7777
},
7878
"devDependencies": {
7979
"@babel/cli": "^7.2.3",
80-
"@babel/core": "^7.2.2",
80+
"@babel/core": "^7.3.3",
8181
"@babel/plugin-external-helpers": "^7.2.0",
82-
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
82+
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
8383
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
8484
"@babel/plugin-transform-runtime": "^7.2.0",
85-
"@babel/preset-env": "^7.2.3",
86-
"autoprefixer": "^9.4.4",
85+
"@babel/preset-env": "^7.3.1",
86+
"autoprefixer": "^9.4.8",
8787
"babel-eslint": "^10.0.1",
88-
"babel-plugin-istanbul": "^5.1.0",
88+
"babel-plugin-istanbul": "^5.1.1",
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.12.0",
94-
"eslint-plugin-compat": "^2.6.2",
93+
"eslint": "^5.14.1",
94+
"eslint-plugin-compat": "^2.7.0",
9595
"node-sass": "^4.11.0",
96-
"nodemon": "^1.18.9",
96+
"nodemon": "^1.18.10",
9797
"npm-run-all": "^4.1.5",
9898
"postcss-cli": "^6.1.1",
9999
"rimraf": "^2.6.3",
100-
"rollup": "^0.68.2",
101-
"rollup-plugin-babel": "^4.3.0",
100+
"rollup": "^1.2.2",
101+
"rollup-plugin-babel": "^4.3.2",
102102
"rollup-plugin-commonjs": "^9.2.0",
103-
"rollup-plugin-node-resolve": "^3.4.0",
103+
"rollup-plugin-node-resolve": "^4.0.0",
104104
"semver": "^5.6.0",
105105
"shelljs": "^0.8.3",
106106
"shx": "^0.3.2",
107-
"stylelint": "^9.9.0",
107+
"stylelint": "^9.10.1",
108108
"stylelint-config-recommended-scss": "^3.2.0",
109109
"stylelint-config-standard": "^18.2.0",
110110
"stylelint-order": "^2.0.0",
111-
"stylelint-scss": "^3.4.4",
111+
"stylelint-scss": "^3.5.3",
112112
"uglify-js": "^3.4.9"
113113
},
114114
"peerDependencies": {

0 commit comments

Comments
 (0)