From fac6116af1d9836df5220f63c09fdf3d36910795 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:41:28 +0800 Subject: [PATCH] build(dev-deps): bump 7 dependencies versions --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index bab1a2f..1871352 100644 --- a/package.json +++ b/package.json @@ -31,21 +31,21 @@ "@babel/core": "^7.25.2", "@babel/plugin-transform-class-properties": "^7.25.4", "@babel/preset-env": "^7.25.4", - "@commitlint/cli": "^19.4.0", - "@commitlint/config-conventional": "^19.2.2", + "@commitlint/cli": "^19.5.0", + "@commitlint/config-conventional": "^19.5.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", - "concurrently": "^8.2.2", + "concurrently": "^9.0.1", "conventional-changelog-conventionalcommits": "^8.0.0", - "husky": "^9.1.5", + "husky": "^9.1.6", "purgecss": "^6.0.0", - "rollup": "^4.21.0", - "semantic-release": "^24.1.0", - "stylelint": "^16.8.2", + "rollup": "^4.21.3", + "semantic-release": "^24.1.1", + "stylelint": "^16.9.0", "stylelint-config-standard-scss": "^13.1.0" }, "prettier": {