diff --git a/package.json b/package.json index 334a506..ac18273 100644 --- a/package.json +++ b/package.json @@ -21,19 +21,19 @@ "fixlint": "npm run test -- --fix" }, "devDependencies": { - "@babel/core": "^7.23.7", + "@babel/core": "^7.28.5", "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/preset-env": "^7.23.7", - "@commitlint/cli": "^18.4.4", - "@commitlint/config-conventional": "^18.4.4", - "@rollup/plugin-babel": "^6.0.4", + "@babel/preset-env": "^7.28.5", + "@commitlint/cli": "^20.1.0", + "@commitlint/config-conventional": "^20.0.0", + "@rollup/plugin-babel": "^6.1.0", "@rollup/plugin-terser": "^0.4.4", - "husky": "^8.0.3", - "rimraf": "^5.0.5", - "rollup": "^4.9.2", - "rollup-plugin-license": "^3.2.0", - "stylelint": "^16.1.0", - "stylelint-config-standard-scss": "^12.0.0" + "husky": "^9.1.7", + "rimraf": "^6.1.0", + "rollup": "^4.52.5", + "rollup-plugin-license": "^3.6.0", + "stylelint": "^16.25.0", + "stylelint-config-standard-scss": "^16.0.0" }, "prettier": { "trailingComma": "none"