Skip to content

Commit 6b82446

Browse files
committed
chore: dependencies update
- update `@babel/polyfill` to `^7.4.4` - update `@babel/cli` to `^7.4.4` - update `@babel/core` to `^7.4.5` - update `@babel/plugin-proposal-object-rest-spread` to `^7.4.4` - update `@babel/plugin-transform-runtime` to `^7.4.4` - update `@babel/preset-env` to `^7.4.5` - update `autoprefixer` to `^9.5.1` - update `babel-plugin-istanbul` to `^5.1.4` - update `clean-css-cli` to `^4.3.0` - update `eslint` to `^5.16.0` - update `node-sass` to `^4.12.0` - update `nodemon` to `^1.19.1` - update `rollup` to `^1.13.0` - update `stylelint-config-recommended-scss` to `^3.3.0` - update `stylelint-config-standard` to `^18.3.0` - update `stylelint-order` to `^2.2.1` - update `stylelint-scss` to `^3.7.0` - update `uglify-js` to `^3.6.0` - update `eslint-plugin-compat` to `^3.1.1` - update `rollup-plugin-commonjs` to `^10.0.0` - update `rollup-plugin-node-resolve` to `^5.0.1` - update `semver` to `^6.1.1` - update `stylelint` to `^10.0.1` - update `stylelint-order` to `^3.0.0`
1 parent 5b8bced commit 6b82446

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

package.json

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -72,45 +72,46 @@
7272
"watch-css": "nodemon --ignore dist/ -e scss -x \"npm run css\""
7373
},
7474
"dependencies": {
75-
"@babel/polyfill": "^7.4.0",
7675
"@coreui/coreui-plugin-npm-postinstall": "^1.0.2",
77-
"bootstrap": "^4.3.1"
76+
"bootstrap": "^4.3.1",
77+
"core-js": "^3.1.3",
78+
"regenerator-runtime": "^0.13.2"
7879
},
7980
"devDependencies": {
80-
"@babel/cli": "^7.2.3",
81-
"@babel/core": "^7.4.0",
81+
"@babel/cli": "^7.4.4",
82+
"@babel/core": "^7.4.5",
8283
"@babel/plugin-external-helpers": "^7.2.0",
83-
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
84+
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
8485
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
85-
"@babel/plugin-transform-runtime": "^7.4.0",
86-
"@babel/preset-env": "^7.4.2",
87-
"autoprefixer": "^9.5.0",
86+
"@babel/plugin-transform-runtime": "^7.4.4",
87+
"@babel/preset-env": "^7.4.5",
88+
"autoprefixer": "^9.5.1",
8889
"babel-eslint": "^10.0.1",
89-
"babel-plugin-istanbul": "^5.1.1",
90+
"babel-plugin-istanbul": "^5.1.4",
9091
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
91-
"clean-css-cli": "^4.2.1",
92+
"clean-css-cli": "^4.3.0",
9293
"copyfiles": "^2.1.0",
9394
"cross-env": "^5.2.0",
94-
"eslint": "^5.15.3",
95-
"eslint-plugin-compat": "^2.7.0",
96-
"node-sass": "^4.11.0",
97-
"nodemon": "^1.18.10",
95+
"eslint": "^5.16.0",
96+
"eslint-plugin-compat": "^3.1.1",
97+
"node-sass": "^4.12.0",
98+
"nodemon": "^1.19.1",
9899
"npm-run-all": "^4.1.5",
99100
"postcss-cli": "^6.1.2",
100101
"rimraf": "^2.6.3",
101-
"rollup": "^1.7.0",
102+
"rollup": "^1.13.0",
102103
"rollup-plugin-babel": "^4.3.2",
103-
"rollup-plugin-commonjs": "^9.2.1",
104-
"rollup-plugin-node-resolve": "^4.0.1",
105-
"semver": "^5.6.0",
104+
"rollup-plugin-commonjs": "^10.0.0",
105+
"rollup-plugin-node-resolve": "^5.0.1",
106+
"semver": "^6.1.1",
106107
"shelljs": "^0.8.3",
107108
"shx": "^0.3.2",
108-
"stylelint": "^9.10.1",
109-
"stylelint-config-recommended-scss": "^3.2.0",
110-
"stylelint-config-standard": "^18.2.0",
111-
"stylelint-order": "^2.1.0",
112-
"stylelint-scss": "^3.5.4",
113-
"uglify-js": "^3.5.1"
109+
"stylelint": "^10.0.1",
110+
"stylelint-config-recommended-scss": "^3.3.0",
111+
"stylelint-config-standard": "^18.3.0",
112+
"stylelint-order": "^3.0.0",
113+
"stylelint-scss": "^3.7.0",
114+
"uglify-js": "^3.6.0"
114115
},
115116
"peerDependencies": {
116117
"jquery": "1.9.1 - 3",

0 commit comments

Comments
 (0)