From 9ea9dcf930565e020f53a013d32627d0690900fc Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 20 Jun 2026 21:02:33 +0800 Subject: [PATCH] chore(deps-dev): update dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @babel/core ^7.29.0 → ^7.29.7 @babel/preset-env ^7.29.0 → ^7.29.7 @commitlint/cli ^20.4.4 → ^21.0.2 @commitlint/config-conventional ^20.4.4 → ^21.0.2 @eslint/js ^10.0.0 → ^10.0.1 @rollup/plugin-babel ^7.0.0 → ^7.1.0 concurrently ^9.2.1 → ^10.0.3 conventional-changelog-conventionalcommits ^9.3.0 → ^9.3.1 eslint ^10.0.3 → ^10.5.0 globals ^17.4.0 → ^17.6.0 rollup ^4.59.0 → ^4.62.2 semantic-release ^25.0.3 → ^25.0.5 stylelint ^17.4.0 → ^17.13.0 --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 51fbecc88..8d3c355fc 100644 --- a/package.json +++ b/package.json @@ -30,28 +30,28 @@ "bootstrap": "^5.3.8" }, "devDependencies": { - "@babel/core": "^7.29.0", + "@babel/core": "^7.29.7", "@babel/plugin-transform-class-properties": "^7.28.6", "@babel/plugin-transform-private-methods": "^7.28.6", - "@babel/preset-env": "^7.29.0", - "@commitlint/cli": "^20.4.4", - "@commitlint/config-conventional": "^20.4.4", - "@eslint/js": "^10.0.0", - "@rollup/plugin-babel": "^7.0.0", + "@babel/preset-env": "^7.29.7", + "@commitlint/cli": "^21.0.2", + "@commitlint/config-conventional": "^21.0.2", + "@eslint/js": "^10.0.1", + "@rollup/plugin-babel": "^7.1.0", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-terser": "^1.0.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^7.1.0", "@semantic-release/git": "^10.0.1", - "concurrently": "^9.2.1", - "conventional-changelog-conventionalcommits": "^9.3.0", - "eslint": "^10.0.3", - "globals": "^17.4.0", + "concurrently": "^10.0.3", + "conventional-changelog-conventionalcommits": "^9.3.1", + "eslint": "^10.5.0", + "globals": "^17.6.0", "husky": "^9.1.7", "purgecss": "^8.0.0", - "rollup": "^4.59.0", - "semantic-release": "^25.0.3", - "stylelint": "^17.4.0", + "rollup": "^4.62.2", + "semantic-release": "^25.0.5", + "stylelint": "^17.13.0", "stylelint-config-standard-scss": "^17.0.0" }, "prettier": {