diff --git a/package-lock.json b/package-lock.json index bd778300..1c0fd692 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,6 +25,7 @@ }, "devDependencies": { "@babel/preset-env": "^7.24.5", + "@lwc/eslint-plugin-lwc": "^1.8.1", "@babel/preset-typescript": "^7.24.1", "@lwc/eslint-plugin-lwc": "^1.8.0", "@types/jest": "^29.5.12", @@ -2793,9 +2794,9 @@ } }, "node_modules/@lwc/eslint-plugin-lwc": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-1.8.0.tgz", - "integrity": "sha512-LJdjN4KYCueDd9EfL8M5WVVe8H2p1tXLgN0iL5gjYUf54804Un4MEHx3d9glCnrCjC2pMKoEUhaVhmc3eUU27A==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-1.8.1.tgz", + "integrity": "sha512-xtBvjT2Cxp20Vj/o+b7YeIJkAFXlZow90DoJGjqEyRxPb6pmWSZ3FzcrffSUOacETJey01UiA29rquRftJiH8A==", "dev": true, "dependencies": { "globals": "^13.24.0", diff --git a/package.json b/package.json index e5692761..2d8213ce 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ }, "devDependencies": { "@babel/preset-env": "^7.24.5", + "@lwc/eslint-plugin-lwc": "^1.8.1", "@babel/preset-typescript": "^7.24.1", "@lwc/eslint-plugin-lwc": "^1.8.0", "@types/jest": "^29.5.12",