aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2023-05-01 00:40:57 +0300
committerGitHub <[email protected]>2023-05-01 00:40:57 +0300
commit896c390a25544c34c3d332c86cbcef457596e82f (patch)
tree96e57b9234796dd8e3a153cafd1dc139c4908b1b /package.json
parentd5dee316f7f53521e7ece23f10200fe566b9c565 (diff)
downloadbootstrap-896c390a25544c34c3d332c86cbcef457596e82f.tar.xz
bootstrap-896c390a25544c34c3d332c86cbcef457596e82f.zip
Update devDependencies (#38537)
* @babel/cli ^7.21.0 → ^7.21.5 * @babel/core ^7.21.4 → ^7.21.5 * @babel/preset-env ^7.21.4 → ^7.21.5 * find-unused-sass-variables ^4.0.8 → ^5.0.0 * rollup ^3.21.0 → ^3.21.2 * stylelint-config-twbs-bootstrap ^9.0.1 → ^10.0.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 912b0aa44..959d92273 100644
--- a/package.json
+++ b/package.json
@@ -103,9 +103,9 @@
"@popperjs/core": "^2.11.7"
},
"devDependencies": {
- "@babel/cli": "^7.21.0",
- "@babel/core": "^7.21.4",
- "@babel/preset-env": "^7.21.4",
+ "@babel/cli": "^7.21.5",
+ "@babel/core": "^7.21.5",
+ "@babel/preset-env": "^7.21.5",
"@popperjs/core": "^2.11.7",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.1.0",
@@ -121,7 +121,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-unicorn": "^46.0.0",
- "find-unused-sass-variables": "^4.0.8",
+ "find-unused-sass-variables": "^5.0.0",
"globby": "^11.1.0",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.102.0",
@@ -142,14 +142,14 @@
"npm-run-all2": "^6.0.5",
"postcss": "^8.4.23",
"postcss-cli": "^10.1.0",
- "rollup": "^3.21.0",
+ "rollup": "^3.21.2",
"rollup-plugin-istanbul": "^4.0.0",
"rtlcss": "^4.1.0",
"sass": "^1.62.1",
"sass-true": "^7.0.0",
"shelljs": "^0.8.5",
"stylelint": "^15.6.0",
- "stylelint-config-twbs-bootstrap": "^9.0.1",
+ "stylelint-config-twbs-bootstrap": "^10.0.0",
"terser": "5.16.0",
"vnu-jar": "23.4.11"
},