diff --git a/package.json b/package.json index 26bc22f..5d01720 100644 --- a/package.json +++ b/package.json @@ -21,15 +21,15 @@ "fixlint": "npm run test -- --fix" }, "devDependencies": { - "@babel/core": "^7.23.0", + "@babel/core": "^7.23.2", "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/preset-env": "^7.22.20", - "@rollup/plugin-babel": "^6.0.3", - "@rollup/plugin-terser": "^0.4.3", + "@babel/preset-env": "^7.23.2", + "@rollup/plugin-babel": "^6.0.4", + "@rollup/plugin-terser": "^0.4.4", "rimraf": "^5.0.5", - "rollup": "^3.29.4", - "rollup-plugin-license": "^3.1.0", - "stylelint": "^15.10.3", - "stylelint-config-standard-scss": "^11.0.0" + "rollup": "^4.3.0", + "rollup-plugin-license": "^3.2.0", + "stylelint": "^15.11.0", + "stylelint-config-standard-scss": "^11.1.0" } }