aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-06-23 09:11:41 +0300
committerGitHub <[email protected]>2020-06-23 09:11:41 +0300
commit4fb01c34d79d60c97ec0ee40ac979a362d9937f8 (patch)
tree13112750474578c15d4a65ee6bc4b41e62c8307e /package.json
parentd6671d8f2d30198a13a27c92971ba37cad6bffca (diff)
downloadbootstrap-4fb01c34d79d60c97ec0ee40ac979a362d9937f8.tar.xz
bootstrap-4fb01c34d79d60c97ec0ee40ac979a362d9937f8.zip
Update devDependencies (#31123)
* @babel/cli ^7.10.1 → ^7.10.3 * @babel/core ^7.10.2 → ^7.10.3 * @babel/plugin-proposal-object-rest-spread ^7.10.1 → ^7.10.3 * @babel/preset-env ^7.10.2 → ^7.10.3 * @rollup/plugin-babel ^5.0.3 → ^5.0.4 * autoprefixer ^9.8.0 → ^9.8.2 * eslint ^7.2.0 → ^7.3.1 * rollup ^2.17.0 → ^2.18.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json
index 3575eb540..84aad88bd 100644
--- a/package.json
+++ b/package.json
@@ -92,18 +92,18 @@
"popper.js": "^1.16.0"
},
"devDependencies": {
- "@babel/cli": "^7.10.1",
- "@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.3",
+ "@babel/cli": "^7.10.3",
+ "@babel/core": "^7.10.3",
+ "@babel/plugin-proposal-object-rest-spread": "^7.10.3",
+ "@babel/preset-env": "^7.10.3",
+ "@rollup/plugin-babel": "^5.0.4",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-node-resolve": "^7.1.3",
- "autoprefixer": "^9.8.0",
+ "autoprefixer": "^9.8.2",
"bundlewatch": "^0.2.7",
"clean-css-cli": "^4.3.0",
"cross-env": "^7.0.2",
- "eslint": "^7.2.0",
+ "eslint": "^7.3.1",
"eslint-config-xo": "^0.31.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-unicorn": "^20.1.0",
@@ -129,7 +129,7 @@
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.0",
"postcss-cli": "^7.1.1",
- "rollup": "^2.17.0",
+ "rollup": "^2.18.0",
"rollup-plugin-istanbul": "^2.0.1",
"shelljs": "^0.8.4",
"sirv-cli": "^1.0.1",