aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-11-24 08:19:25 +0200
committerGitHub <[email protected]>2020-11-24 08:19:25 +0200
commit7ff881c532280968732a68de21d1c05ab7bbd626 (patch)
tree0164fbf70f5b387a893509a9794e7609c8a26eba /package.json
parentd8ff27721b2d38430e872598ebcfff5f635503d5 (diff)
downloadbootstrap-7ff881c532280968732a68de21d1c05ab7bbd626.tar.xz
bootstrap-7ff881c532280968732a68de21d1c05ab7bbd626.zip
Update devDependencies (#32229)
* @babel/cli ^7.12.1 → ^7.12.8 * @babel/core ^7.12.3 → ^7.12.8 * @babel/preset-env ^7.12.1 → ^7.12.7 * eslint ^7.13.0 → ^7.14.0 * postcss ^8.1.7 → ^8.1.10 * postcss-cli ^8.2.0 → ^8.3.0 * rollup ^2.33.2 → ^2.33.3 * stylelint ^13.7.2 → ^13.8.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 70500aac0..7ef514d1c 100644
--- a/package.json
+++ b/package.json
@@ -92,9 +92,9 @@
"popper.js": "^1.16.1"
},
"devDependencies": {
- "@babel/cli": "^7.12.1",
- "@babel/core": "^7.12.3",
- "@babel/preset-env": "^7.12.1",
+ "@babel/cli": "^7.12.8",
+ "@babel/core": "^7.12.8",
+ "@babel/preset-env": "^7.12.7",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
@@ -102,7 +102,7 @@
"bundlewatch": "^0.3.1",
"clean-css-cli": "^4.3.0",
"cross-env": "^7.0.2",
- "eslint": "^7.13.0",
+ "eslint": "^7.14.0",
"eslint-config-xo": "^0.33.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-unicorn": "^23.0.0",
@@ -126,13 +126,13 @@
"nodemon": "^2.0.6",
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.1",
- "postcss": "^8.1.7",
- "postcss-cli": "^8.2.0",
- "rollup": "^2.33.2",
+ "postcss": "^8.1.10",
+ "postcss-cli": "^8.3.0",
+ "rollup": "^2.33.3",
"rollup-plugin-istanbul": "^2.0.1",
"sass": "^1.29.0",
"shelljs": "^0.8.4",
- "stylelint": "^13.7.2",
+ "stylelint": "^13.8.0",
"stylelint-config-twbs-bootstrap": "^2.1.0",
"terser": "5.1.0",
"vnu-jar": "20.6.30"