aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2023-03-14 09:08:09 +0200
committerGitHub <[email protected]>2023-03-14 09:08:09 +0200
commit3b632cdee6c9817434c03d785ad8ec2fb62175c5 (patch)
treeaf2d91e30db9a94c77e8623c91e82026bec1c744 /package.json
parentca1dd22aaceeb9278600fd059b00dcf77f9cf4a0 (diff)
downloadbootstrap-3b632cdee6c9817434c03d785ad8ec2fb62175c5.tar.xz
bootstrap-3b632cdee6c9817434c03d785ad8ec2fb62175c5.zip
Update minor dependencies (#38229)
* @babel/cli ^7.20.7 → ^7.21.0 * @babel/core ^7.20.12 → ^7.21.0 * autoprefixer ^10.4.13 → ^10.4.14 * eslint ^8.34.0 → ^8.36.0 * hugo-bin ^0.98.0 → ^0.99.3 * jquery ^3.6.3 → ^3.6.4 * rollup ^3.17.2 → ^3.19.1 * sass ^1.58.3 → ^1.59.2
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json
index 5c62d7f0e..1a99215c8 100644
--- a/package.json
+++ b/package.json
@@ -104,19 +104,19 @@
"@popperjs/core": "^2.11.6"
},
"devDependencies": {
- "@babel/cli": "^7.20.7",
- "@babel/core": "^7.20.12",
+ "@babel/cli": "^7.21.0",
+ "@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@popperjs/core": "^2.11.6",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
- "autoprefixer": "^10.4.13",
+ "autoprefixer": "^10.4.14",
"bundlewatch": "^0.3.3",
"clean-css-cli": "^5.6.2",
"cross-env": "^7.0.3",
- "eslint": "^8.34.0",
+ "eslint": "^8.36.0",
"eslint-config-xo": "^0.43.1",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
@@ -125,10 +125,10 @@
"find-unused-sass-variables": "^4.0.5",
"globby": "^11.1.0",
"hammer-simulator": "0.0.1",
- "hugo-bin": "^0.98.0",
+ "hugo-bin": "^0.99.3",
"ip": "^2.0.0",
"jasmine": "^4.5.0",
- "jquery": "^3.6.3",
+ "jquery": "^3.6.4",
"karma": "^6.4.1",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "^3.1.1",
@@ -143,10 +143,10 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
- "rollup": "^3.17.2",
+ "rollup": "^3.19.1",
"rollup-plugin-istanbul": "^4.0.0",
"rtlcss": "^4.0.0",
- "sass": "^1.58.3",
+ "sass": "^1.59.2",
"sass-true": "^7.0.0",
"shelljs": "^0.8.5",
"stylelint": "^14.16.1",