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-11-23 10:58:35 +0300
committerGitHub <noreply@github.com>2021-11-23 10:58:35 +0300
commit8ddc42f584d633a0f1cd3d22a280a726c7469669 (patch)
tree08f44a04202ddc245ea522335123aa70b74143b6 /package.json
parent9c0163329f60246452f7b95eae8fa947e83a5d51 (diff)
Update devDependencies (#35368)
* @babel/preset-env ^7.16.0 → ^7.16.4 * cspell ^5.12.6 → ^5.13.0 * eslint ^8.2.0 → ^8.3.0 * eslint-plugin-unicorn ^38.0.1 → ^39.0.0 * hugo-bin ^0.77.2 → ^0.77.4 * karma ^6.3.8 → ^6.3.9 * rollup ^2.60.0 → ^2.60.1
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index 932ab4d5b3..3fd22c027b 100644
--- a/package.json
+++ b/package.json
@@ -102,7 +102,7 @@
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
- "@babel/preset-env": "^7.16.0",
+ "@babel/preset-env": "^7.16.4",
"@popperjs/core": "^2.10.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
@@ -112,19 +112,19 @@
"bundlewatch": "^0.3.2",
"clean-css-cli": "^5.4.2",
"cross-env": "^7.0.3",
- "cspell": "^5.12.6",
- "eslint": "^8.2.0",
+ "cspell": "^5.13.0",
+ "eslint": "^8.3.0",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-import": "^2.25.3",
- "eslint-plugin-unicorn": "^38.0.1",
+ "eslint-plugin-unicorn": "^39.0.0",
"find-unused-sass-variables": "^3.1.0",
"glob": "^7.2.0",
"globby": "^11.0.4",
"hammer-simulator": "0.0.1",
- "hugo-bin": "^0.77.2",
+ "hugo-bin": "^0.77.4",
"ip": "^1.1.5",
"jquery": "^3.6.0",
- "karma": "^6.3.8",
+ "karma": "^6.3.9",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
@@ -139,7 +139,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.3.11",
"postcss-cli": "^9.0.2",
- "rollup": "^2.60.0",
+ "rollup": "^2.60.1",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
"sass": "^1.43.4",