diff options
| author | XhmikosR <[email protected]> | 2023-08-22 11:24:53 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-22 11:24:53 +0300 |
| commit | e3553aec9259bcc857b4e837f43b35182e57ac9d (patch) | |
| tree | f33bc3e9a299b3f3ddd4a2f17e17a6cdd1a0ff10 /package.json | |
| parent | 6091dbadd7188abe0d79647572792cc0093f77a0 (diff) | |
| download | bootstrap-e3553aec9259bcc857b4e837f43b35182e57ac9d.tar.xz bootstrap-e3553aec9259bcc857b4e837f43b35182e57ac9d.zip | |
Update devDependencies (#39083)
* @rollup/plugin-node-resolve ^15.1.0 → ^15.2.0
* eslint-plugin-import ^2.28.0 → ^2.28.1
* postcss ^8.4.27 → ^8.4.28
* sass ^1.65.1 → ^1.66.1
* stylelint ^15.10.2 → ^15.10.3
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index f8dd06783..3378e7e29 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "@popperjs/core": "^2.11.8", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^25.0.4", - "@rollup/plugin-node-resolve": "^15.1.0", + "@rollup/plugin-node-resolve": "^15.2.0", "@rollup/plugin-replace": "^5.0.2", "autoprefixer": "^10.4.15", "bundlewatch": "^0.3.3", @@ -118,7 +118,7 @@ "eslint": "^8.47.0", "eslint-config-xo": "^0.43.1", "eslint-plugin-html": "^7.1.0", - "eslint-plugin-import": "^2.28.0", + "eslint-plugin-import": "^2.28.1", "eslint-plugin-markdown": "^3.0.1", "eslint-plugin-unicorn": "^48.0.1", "find-unused-sass-variables": "^5.0.0", @@ -140,15 +140,15 @@ "lockfile-lint": "^4.12.0", "nodemon": "^3.0.1", "npm-run-all2": "^6.0.6", - "postcss": "^8.4.27", + "postcss": "^8.4.28", "postcss-cli": "^10.1.0", "rollup": "^3.28.0", "rollup-plugin-istanbul": "^4.0.0", "rtlcss": "^4.1.0", - "sass": "^1.65.1", + "sass": "^1.66.1", "sass-true": "^7.0.0", "shelljs": "^0.8.5", - "stylelint": "^15.10.2", + "stylelint": "^15.10.3", "stylelint-config-twbs-bootstrap": "^11.0.1", "terser": "^5.19.2", "vnu-jar": "23.4.11" |
