diff --git a/package.json b/package.json index f561766..b1aaaef 100644 --- a/package.json +++ b/package.json @@ -21,17 +21,17 @@ "fixlint": "npm run test -- --fix" }, "devDependencies": { - "@babel/core": "^7.24.0", - "@babel/plugin-transform-class-properties": "^7.23.3", - "@babel/preset-env": "^7.24.0", - "@commitlint/cli": "^19.0.3", - "@commitlint/config-conventional": "^19.0.3", + "@babel/core": "^7.24.3", + "@babel/plugin-transform-class-properties": "^7.24.1", + "@babel/preset-env": "^7.24.3", + "@commitlint/cli": "^19.2.1", + "@commitlint/config-conventional": "^19.1.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-terser": "^0.4.4", "husky": "^9.0.11", "rimraf": "^5.0.5", - "rollup": "^4.12.0", - "rollup-plugin-license": "^3.2.0", + "rollup": "^4.13.0", + "rollup-plugin-license": "^3.3.1", "stylelint": "^16.2.1", "stylelint-config-standard-scss": "^13.0.0" },