diff --git a/package-lock.json b/package-lock.json index eabb2da..6aaf992 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@typescript-eslint/eslint-plugin": "~7.9.0", "@typescript-eslint/parser": "~7.9.0", "eslint": "~8.57.0", - "eslint-config-preact": "~1.3.0", + "eslint-config-preact": "~1.4.0", "eslint-config-prettier": "~9.1.0", "eslint-import-resolver-typescript": "~3.6.1", "eslint-plugin-import": "~2.29.1", @@ -366,21 +366,6 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-syntax-decorators": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.24.0.tgz", - "integrity": "sha512-MXW3pQCu9gUiVGzqkGqsgiINDVYXoAnrY8FYF/rmb+OfufNF0zHMpHPN4ulRrinxYT8Vk/aZJxYqOKsDECjKAw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, "node_modules/@babel/plugin-syntax-jsx": { "version": "7.23.3", "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz", @@ -3429,15 +3414,14 @@ } }, "node_modules/eslint-config-preact": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/eslint-config-preact/-/eslint-config-preact-1.3.0.tgz", - "integrity": "sha512-yHYXg5qNzEJd3D/30AmsIW0W8MuY858KpApXp7xxBF08IYUljSKCOqMx+dVucXHQnAm7+11wOnMkgVHIBAechw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/eslint-config-preact/-/eslint-config-preact-1.4.0.tgz", + "integrity": "sha512-nAQ8ndJ3y5qPNAcxnztaVmCnCw3oBadKbx1CFt2ste0uQTrHwxiiHczouZI249oWHSaYzji/pT6/s6txczakvQ==", "dev": true, "dependencies": { "@babel/core": "^7.13.16", "@babel/eslint-parser": "^7.13.14", "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-decorators": "^7.12.13", "@babel/plugin-syntax-jsx": "^7.12.13", "eslint-plugin-compat": "^4.0.0", "eslint-plugin-jest": "^25.2.4", diff --git a/package.json b/package.json index b06bf1e..cbc92e8 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@typescript-eslint/eslint-plugin": "~7.9.0", "@typescript-eslint/parser": "~7.9.0", "eslint": "~8.57.0", - "eslint-config-preact": "~1.3.0", + "eslint-config-preact": "~1.4.0", "eslint-config-prettier": "~9.1.0", "eslint-import-resolver-typescript": "~3.6.1", "eslint-plugin-import": "~2.29.1",