Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-04-13 06:20:37 +0300
committerGitHub <noreply@github.com>2021-04-13 06:20:37 +0300
commit49df4c89c5bb644f89a197b1ac2006bc1d20b246 (patch)
tree94969541d2f0407324d53b2a9fab087533c43b6f /package.json
parentad10f00d5e073f60b8d86d03812742b97037c336 (diff)
Update devDependencies (#33590)
* @babel/core ^7.13.14 → ^7.13.15 * @babel/preset-env ^7.13.12 → ^7.13.15 * eslint ^7.23.0 → ^7.24.0 * postcss ^8.2.9 → ^8.2.10 * rollup ^2.44.0 → ^2.45.1 * vnu-jar 21.2.5 → 21.4.9
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 15d352936e..31f9729e5a 100644
--- a/package.json
+++ b/package.json
@@ -101,8 +101,8 @@
},
"devDependencies": {
"@babel/cli": "^7.13.14",
- "@babel/core": "^7.13.14",
- "@babel/preset-env": "^7.13.12",
+ "@babel/core": "^7.13.15",
+ "@babel/preset-env": "^7.13.15",
"@popperjs/core": "^2.9.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
@@ -112,7 +112,7 @@
"bundlewatch": "^0.3.2",
"clean-css-cli": "^5.2.2",
"cross-env": "^7.0.3",
- "eslint": "^7.23.0",
+ "eslint": "^7.24.0",
"eslint-config-xo": "^0.35.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-unicorn": "^29.0.0",
@@ -136,9 +136,9 @@
"lockfile-lint": "^4.6.2",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
- "postcss": "^8.2.9",
+ "postcss": "^8.2.10",
"postcss-cli": "^8.3.1",
- "rollup": "^2.44.0",
+ "rollup": "^2.45.1",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.1.2",
"sass": "^1.32.8",
@@ -146,7 +146,7 @@
"stylelint": "^13.12.0",
"stylelint-config-twbs-bootstrap": "^2.1.0",
"terser": "5.1.0",
- "vnu-jar": "21.2.5"
+ "vnu-jar": "21.4.9"
},
"files": [
"dist/{css,js}/*.{css,js,map}",