diff options
| author | XhmikosR <[email protected]> | 2020-06-09 09:59:35 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-09 09:59:35 +0300 |
| commit | e9da984ef4c40c14a4de125555da94a0ea094556 (patch) | |
| tree | 7c7da7df1acfa7166ee92df2fd99d7bc2669cdb4 /package.json | |
| parent | 6061227f77425b7032f5655b9969302ab4f621dc (diff) | |
| download | bootstrap-e9da984ef4c40c14a4de125555da94a0ea094556.tar.xz bootstrap-e9da984ef4c40c14a4de125555da94a0ea094556.zip | |
Update devDependencies (#30987)
* @rollup/plugin-babel ^5.0.2 → ^5.0.3
* eslint ^7.1.0 → ^7.2.0
* eslint-config-xo ^0.29.1 → ^0.30.0
* eslint-plugin-import ^2.20.2 → ^2.21.1
* rollup ^2.12.0 → ^2.15.0
* serve ^11.3.1 → ^11.3.2
* stylelint ^13.5.0 → ^13.6.0
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index 27845d720..371e15248 100644 --- a/package.json +++ b/package.json @@ -96,16 +96,16 @@ "@babel/core": "^7.10.2", "@babel/plugin-proposal-object-rest-spread": "^7.10.1", "@babel/preset-env": "^7.10.2", - "@rollup/plugin-babel": "^5.0.2", + "@rollup/plugin-babel": "^5.0.3", "@rollup/plugin-commonjs": "^12.0.0", "@rollup/plugin-node-resolve": "^7.1.3", "autoprefixer": "^9.8.0", "bundlewatch": "^0.2.7", "clean-css-cli": "^4.3.0", "cross-env": "^7.0.2", - "eslint": "^7.1.0", - "eslint-config-xo": "^0.29.1", - "eslint-plugin-import": "^2.20.2", + "eslint": "^7.2.0", + "eslint-config-xo": "^0.30.0", + "eslint-plugin-import": "^2.21.1", "eslint-plugin-unicorn": "^20.1.0", "find-unused-sass-variables": "^2.0.0", "glob": "^7.1.6", @@ -129,11 +129,11 @@ "npm-run-all": "^4.1.5", "popper.js": "^1.16.0", "postcss-cli": "^7.1.1", - "rollup": "^2.12.0", + "rollup": "^2.15.0", "rollup-plugin-istanbul": "^2.0.1", - "serve": "^11.3.1", + "serve": "^11.3.2", "shelljs": "^0.8.4", - "stylelint": "^13.5.0", + "stylelint": "^13.6.0", "stylelint-config-twbs-bootstrap": "^2.0.3", "terser": "^4.7.0", "vnu-jar": "20.5.29" |
