diff options
| author | XhmikosR <[email protected]> | 2024-07-29 17:26:02 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-29 17:26:02 +0300 |
| commit | 6ca9152d04be08de8cb1974b638bc8d61047ab4f (patch) | |
| tree | 149545847a3d08abf3a2d6e974cc8616574a701e /package.json | |
| parent | c6d1d54043b07de232b41360d629780ca0946b82 (diff) | |
| download | bootstrap-6ca9152d04be08de8cb1974b638bc8d61047ab4f.tar.xz bootstrap-6ca9152d04be08de8cb1974b638bc8d61047ab4f.zip | |
Update devDependencies and regenerate package-lock.json (#40673)
* @babel/preset-env ^7.24.8 → ^7.25.0
* eslint-plugin-unicorn ^54.0.0 → ^55.0.0
* hugo-bin ^0.126.0 → ^0.127.0
* postcss ^8.4.39 → ^8.4.40
* rollup ^4.19.0 → ^4.19.1
* rtlcss ^4.1.1 → ^4.2.0
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index bd6c5efd4..726604115 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "devDependencies": { "@babel/cli": "^7.24.8", "@babel/core": "^7.24.9", - "@babel/preset-env": "^7.24.8", + "@babel/preset-env": "^7.25.0", "@docsearch/js": "^3.6.1", "@popperjs/core": "^2.11.8", "@rollup/plugin-babel": "^6.0.4", @@ -123,11 +123,11 @@ "eslint-plugin-html": "^8.1.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-markdown": "^5.1.0", - "eslint-plugin-unicorn": "^54.0.0", + "eslint-plugin-unicorn": "^55.0.0", "find-unused-sass-variables": "^6.0.0", "globby": "^14.0.2", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.126.0", + "hugo-bin": "^0.127.0", "ip": "^2.0.1", "jasmine": "^5.2.0", "jquery": "^3.7.1", @@ -143,11 +143,11 @@ "lockfile-lint": "^4.14.0", "nodemon": "^3.1.4", "npm-run-all2": "^6.2.2", - "postcss": "^8.4.39", + "postcss": "^8.4.40", "postcss-cli": "^11.0.0", - "rollup": "^4.19.0", + "rollup": "^4.19.1", "rollup-plugin-istanbul": "^5.0.0", - "rtlcss": "^4.1.1", + "rtlcss": "^4.2.0", "sass": "^1.77.8", "sass-true": "^8.0.0", "shelljs": "^0.8.5", |
