diff --git a/package.json b/package.json index f67f0a8..57a56c4 100644 --- a/package.json +++ b/package.json @@ -21,19 +21,19 @@ "fixlint": "npm run test -- --fix" }, "devDependencies": { - "@babel/core": "^7.28.5", + "@babel/core": "^7.29.0", "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/preset-env": "^7.28.5", - "@commitlint/cli": "^20.2.0", - "@commitlint/config-conventional": "^20.2.0", + "@babel/preset-env": "^7.29.0", + "@commitlint/cli": "^20.4.0", + "@commitlint/config-conventional": "^20.4.0", "@rollup/plugin-babel": "^6.1.0", "@rollup/plugin-terser": "^0.4.4", "husky": "^9.1.7", "rimraf": "^6.1.2", - "rollup": "^4.54.0", + "rollup": "^4.57.1", "rollup-plugin-license": "^3.6.0", - "stylelint": "^16.26.1", - "stylelint-config-standard-scss": "^16.0.0" + "stylelint": "^17.1.0", + "stylelint-config-standard-scss": "^17.0.0" }, "prettier": { "trailingComma": "none"