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-12-14 10:26:43 +0300
committerGitHub <noreply@github.com>2021-12-14 10:26:43 +0300
commitcd50942831c911dc2ff4b6d252361b5cbe708f1d (patch)
treecc644f4c75f38b3008b825c25dbf30b75eaa809b /package.json
parent886b940796b3595a03b44230ca8b78197c5ee1c5 (diff)
Update devDependencies (#35498)
* @babel/core ^7.16.0 → ^7.16.5 * @babel/preset-env ^7.16.4 → ^7.16.5 * @rollup/plugin-node-resolve ^13.0.6 → ^13.1.1 * clean-css-cli ^5.4.2 → ^5.5.0 * cspell ^5.13.2 → ^5.13.3 * hugo-bin ^0.77.4 → ^0.78.1 * postcss ^8.4.4 → ^8.4.5 * postcss-cli ^9.0.2 → ^9.1.0 * rollup ^2.60.2 → ^2.61.1 * sass ^1.44.0 → ^1.45.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json
index 3fa04a5d53..5a70e86893 100644
--- a/package.json
+++ b/package.json
@@ -101,18 +101,18 @@
},
"devDependencies": {
"@babel/cli": "^7.16.0",
- "@babel/core": "^7.16.0",
- "@babel/preset-env": "^7.16.4",
+ "@babel/core": "^7.16.5",
+ "@babel/preset-env": "^7.16.5",
"@popperjs/core": "^2.11.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
- "@rollup/plugin-node-resolve": "^13.0.6",
+ "@rollup/plugin-node-resolve": "^13.1.1",
"@rollup/plugin-replace": "^3.0.0",
"autoprefixer": "^10.4.0",
"bundlewatch": "^0.3.2",
- "clean-css-cli": "^5.4.2",
+ "clean-css-cli": "^5.5.0",
"cross-env": "^7.0.3",
- "cspell": "^5.13.2",
+ "cspell": "^5.13.3",
"eslint": "^8.4.1",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-import": "^2.25.3",
@@ -121,7 +121,7 @@
"glob": "^7.2.0",
"globby": "^11.0.4",
"hammer-simulator": "0.0.1",
- "hugo-bin": "^0.77.4",
+ "hugo-bin": "^0.78.1",
"ip": "^1.1.5",
"jquery": "^3.6.0",
"karma": "^6.3.9",
@@ -137,12 +137,12 @@
"lockfile-lint": "^4.6.2",
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",
- "postcss": "^8.4.4",
- "postcss-cli": "^9.0.2",
- "rollup": "^2.60.2",
+ "postcss": "^8.4.5",
+ "postcss-cli": "^9.1.0",
+ "rollup": "^2.61.1",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.5.0",
- "sass": "^1.44.0",
+ "sass": "^1.45.0",
"shelljs": "^0.8.4",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.4",