diff --git a/package.json b/package.json index 68d3337..09fc883 100644 --- a/package.json +++ b/package.json @@ -21,19 +21,19 @@ "fixlint": "npm run test -- --fix" }, "devDependencies": { - "@babel/core": "^7.25.8", - "@babel/plugin-transform-class-properties": "^7.25.7", - "@babel/preset-env": "^7.25.8", - "@commitlint/cli": "^19.5.0", - "@commitlint/config-conventional": "^19.5.0", + "@babel/core": "^7.26.0", + "@babel/plugin-transform-class-properties": "^7.25.9", + "@babel/preset-env": "^7.26.0", + "@commitlint/cli": "^19.6.1", + "@commitlint/config-conventional": "^19.6.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-terser": "^0.4.4", - "husky": "^9.1.6", + "husky": "^9.1.7", "rimraf": "^6.0.1", - "rollup": "^4.24.0", + "rollup": "^4.28.1", "rollup-plugin-license": "^3.5.3", - "stylelint": "^16.10.0", - "stylelint-config-standard-scss": "^13.1.0" + "stylelint": "^16.12.0", + "stylelint-config-standard-scss": "^14.0.0" }, "prettier": { "trailingComma": "none"