diff --git a/package.json b/package.json index 674f76e..fa03060 100644 --- a/package.json +++ b/package.json @@ -21,15 +21,15 @@ "fixlint": "npm run test -- --fix" }, "devDependencies": { - "@babel/core": "^7.21.3", + "@babel/core": "^7.22.17", "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/preset-env": "^7.20.2", + "@babel/preset-env": "^7.22.15", "@rollup/plugin-babel": "^6.0.3", - "@rollup/plugin-terser": "^0.4.0", + "@rollup/plugin-terser": "^0.4.3", "rimraf": "^5.0.1", - "rollup": "^3.20.2", - "rollup-plugin-license": "^3.0.1", - "stylelint": "^15.3.0", - "stylelint-config-standard-scss": "^9.0.0" + "rollup": "^3.29.0", + "rollup-plugin-license": "^3.1.0", + "stylelint": "^15.10.3", + "stylelint-config-standard-scss": "^11.0.0" } }