diff --git a/package.json b/package.json index 0ab74d8..cb26e2d 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,9 @@ "fixlint": "npm run test -- --fix" }, "devDependencies": { - "@babel/core": "^7.25.2", - "@babel/plugin-transform-class-properties": "^7.25.4", - "@babel/preset-env": "^7.25.4", + "@babel/core": "^7.26.0", + "@babel/plugin-transform-class-properties": "^7.25.9", + "@babel/preset-env": "^7.26.0", "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", "@rollup/plugin-babel": "^6.0.4", @@ -34,10 +34,10 @@ "conventional-changelog-conventionalcommits": "^8.0.0", "husky": "^9.1.6", "rimraf": "^6.0.1", - "rollup": "^4.22.4", + "rollup": "^4.24.4", "rollup-plugin-license": "^3.5.3", - "semantic-release": "^24.1.1", - "stylelint": "^16.9.0", + "semantic-release": "^24.2.0", + "stylelint": "^16.10.0", "stylelint-config-standard-scss": "^13.1.0" }, "prettier": {