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>2022-01-04 10:26:50 +0300
committerGitHub <noreply@github.com>2022-01-04 10:26:50 +0300
commit0b57c440564a5c63bb813df18e00b4ac49934f0d (patch)
tree0ec3192c469e7fe0631ae9e6726aaa5daa216aa2 /package.json
parent9680e1745672f35f6a63c6670b1668e46d5c575d (diff)
Update devDependencies (#35640)
* @babel/cli ^7.16.0 → ^7.16.7 * @babel/core ^7.16.5 → ^7.16.7 * @babel/preset-env ^7.16.5 → ^7.16.7 * @rollup/plugin-node-resolve ^13.1.1 → ^13.1.2 * @rollup/plugin-replace ^3.0.0 → ^3.0.1 * autoprefixer ^10.4.0 → ^10.4.1 * cspell ^5.13.4 → ^5.14.0 * eslint ^8.5.0 → ^8.6.0 * eslint-plugin-import ^2.25.3 → ^2.25.4 * eslint-plugin-unicorn ^39.0.0 → ^40.0.0 * sass ^1.45.1 → ^1.45.2
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json
index c32d50338b..0e0348979f 100644
--- a/package.json
+++ b/package.json
@@ -100,23 +100,23 @@
"@popperjs/core": "^2.11.0"
},
"devDependencies": {
- "@babel/cli": "^7.16.0",
- "@babel/core": "^7.16.5",
- "@babel/preset-env": "^7.16.5",
+ "@babel/cli": "^7.16.7",
+ "@babel/core": "^7.16.7",
+ "@babel/preset-env": "^7.16.7",
"@popperjs/core": "^2.11.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
- "@rollup/plugin-node-resolve": "^13.1.1",
- "@rollup/plugin-replace": "^3.0.0",
- "autoprefixer": "^10.4.0",
+ "@rollup/plugin-node-resolve": "^13.1.2",
+ "@rollup/plugin-replace": "^3.0.1",
+ "autoprefixer": "^10.4.1",
"bundlewatch": "^0.3.2",
"clean-css-cli": "^5.5.0",
"cross-env": "^7.0.3",
- "cspell": "^5.13.4",
- "eslint": "^8.5.0",
+ "cspell": "^5.14.0",
+ "eslint": "^8.6.0",
"eslint-config-xo": "^0.39.0",
- "eslint-plugin-import": "^2.25.3",
- "eslint-plugin-unicorn": "^39.0.0",
+ "eslint-plugin-import": "^2.25.4",
+ "eslint-plugin-unicorn": "^40.0.0",
"find-unused-sass-variables": "^3.1.0",
"glob": "^7.2.0",
"globby": "^11.0.4",
@@ -142,7 +142,7 @@
"rollup": "^2.62.0",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
- "sass": "^1.45.1",
+ "sass": "^1.45.2",
"shelljs": "^0.8.4",
"stylelint": "^14.2.0",
"stylelint-config-twbs-bootstrap": "^3.0.1",