diff --git a/hp/lint-staged.config.mjs b/hp/lint-staged.config.mjs index 4826c59..907dad3 100644 --- a/hp/lint-staged.config.mjs +++ b/hp/lint-staged.config.mjs @@ -4,6 +4,7 @@ // https://github.com/okonet/lint-staged#configuration // noinspection JSUnusedGlobalSymbols +/** @type {import('lint-staged').Configuration} */ export default { '*.{js,mjs}': ['eslint'], '../**/*.{css,html,js,json,mjs,webmanifest}': ['prettier --check'], diff --git a/hp/package-lock.json b/hp/package-lock.json index 8129ac5..015419c 100644 --- a/hp/package-lock.json +++ b/hp/package-lock.json @@ -30,7 +30,7 @@ "husky": "9.1.7", "is-ci": "4.1.0", "lightningcss-cli": "1.29.1", - "lint-staged": "15.3.0", + "lint-staged": "15.4.0", "minify-xml": "4.5.2", "prettier": "3.4.2", "prettier-plugin-tailwindcss": "0.6.9", @@ -6664,9 +6664,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.3.0.tgz", - "integrity": "sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==", + "version": "15.4.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.0.tgz", + "integrity": "sha512-UdODqEZiQimd7rCzZ2vqFuELRNUda3mdv7M93jhE4SmDiqAj/w/msvwKgagH23jv2iCPw6Q5m+ltX4VlHvp2LQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/hp/package.json b/hp/package.json index 9541bb1..e0814f0 100644 --- a/hp/package.json +++ b/hp/package.json @@ -82,7 +82,7 @@ "husky": "9.1.7", "is-ci": "4.1.0", "lightningcss-cli": "1.29.1", - "lint-staged": "15.3.0", + "lint-staged": "15.4.0", "minify-xml": "4.5.2", "prettier": "3.4.2", "prettier-plugin-tailwindcss": "0.6.9",