From 01076cb1c27ceea3b0f55ff9934933714e2f71d5 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Wed, 3 Apr 2024 05:14:33 +0800 Subject: [PATCH] build(deps-dev): bump the npm group with 2 updates Updates `rollup` to 4.13.2 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.13.0...v4.13.2) Updates `stylelint` to 16.3.1 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.2.1...16.3.1) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3930c38..b023362 100644 --- a/package.json +++ b/package.json @@ -30,9 +30,9 @@ "@rollup/plugin-terser": "^0.4.4", "husky": "^9.0.11", "rimraf": "^5.0.5", - "rollup": "^4.13.0", + "rollup": "^4.13.2", "rollup-plugin-license": "^3.3.1", - "stylelint": "^16.2.1", + "stylelint": "^16.3.1", "stylelint-config-standard-scss": "^13.0.0" }, "prettier": {