diff --git a/package.json b/package.json index 3fa3931..464c5bc 100644 --- a/package.json +++ b/package.json @@ -21,24 +21,24 @@ "fixlint": "npm run test -- --fix" }, "devDependencies": { - "@babel/core": "^7.24.4", - "@babel/plugin-transform-class-properties": "^7.24.1", - "@babel/preset-env": "^7.24.4", - "@commitlint/cli": "^19.2.2", - "@commitlint/config-conventional": "^19.2.2", - "@rollup/plugin-babel": "^6.0.4", - "@rollup/plugin-terser": "^0.4.4", + "@babel/core": "^7.29.0", + "@babel/plugin-transform-class-properties": "^7.28.6", + "@babel/preset-env": "^7.29.5", + "@commitlint/cli": "^20.5.3", + "@commitlint/config-conventional": "^20.5.3", + "@rollup/plugin-babel": "^7.0.0", + "@rollup/plugin-terser": "^1.0.0", "@semantic-release/changelog": "^6.0.3", - "@semantic-release/exec": "^6.0.3", + "@semantic-release/exec": "^7.1.0", "@semantic-release/git": "^10.0.1", - "conventional-changelog-conventionalcommits": "^7.0.2", - "husky": "^9.0.11", - "rimraf": "^5.0.5", - "rollup": "^4.15.0", - "rollup-plugin-license": "^3.3.1", - "semantic-release": "^23.0.8", - "stylelint": "^16.3.1", - "stylelint-config-standard-scss": "^13.1.0" + "conventional-changelog-conventionalcommits": "^9.3.1", + "husky": "^9.1.7", + "rimraf": "^6.1.3", + "rollup": "^4.60.3", + "rollup-plugin-license": "^3.7.1", + "semantic-release": "^25.0.3", + "stylelint": "^17.11.0", + "stylelint-config-standard-scss": "^17.0.0" }, "prettier": { "trailingComma": "none"