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-07-21 15:57:47 +0300
committerGitHub <noreply@github.com>2021-07-21 15:57:47 +0300
commit75b293459628d976f26347c64774b909be329336 (patch)
tree8f919b6523061cdc5bcf23a9a73926bc498d3586 /package.json
parent3e01830d92d3bb7209320980aa742638f61b7b38 (diff)
Update devDependencies (#34552)
* @babel/cli ^7.14.5 → ^7.14.8 * @babel/core ^7.14.6 → ^7.14.8 * @babel/preset-env ^7.14.7 → ^7.14.8 * eslint-config-xo ^0.36.0 → ^0.37.0 * eslint-plugin-unicorn ^31.0.0 → ^34.0.1 * hugo-bin ^0.73.0 → ^0.74.0
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 ecd1b6f2d0..1316aa751f 100644
--- a/package.json
+++ b/package.json
@@ -100,9 +100,9 @@
"@popperjs/core": "^2.9.2"
},
"devDependencies": {
- "@babel/cli": "^7.14.5",
- "@babel/core": "^7.14.6",
- "@babel/preset-env": "^7.14.7",
+ "@babel/cli": "^7.14.8",
+ "@babel/core": "^7.14.8",
+ "@babel/preset-env": "^7.14.8",
"@popperjs/core": "^2.9.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.1",
@@ -113,14 +113,14 @@
"clean-css-cli": "^5.3.0",
"cross-env": "^7.0.3",
"eslint": "^7.31.0",
- "eslint-config-xo": "^0.36.0",
+ "eslint-config-xo": "^0.37.0",
"eslint-plugin-import": "^2.23.4",
- "eslint-plugin-unicorn": "^31.0.0",
+ "eslint-plugin-unicorn": "^34.0.1",
"find-unused-sass-variables": "^3.1.0",
"glob": "^7.1.7",
"globby": "^11.0.4",
"hammer-simulator": "0.0.1",
- "hugo-bin": "^0.73.0",
+ "hugo-bin": "^0.74.0",
"ip": "^1.1.5",
"jquery": "^3.6.0",
"karma": "^6.3.4",