diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/package.json b/package.json index cd090110..ba9e157a 100644 --- a/package.json +++ b/package.json @@ -49,8 +49,8 @@ }, "devDependencies": { "@codspeed/vitest-plugin": "^3.1.0", - "@playwright/test": "^1.39.0", - "@stylistic/eslint-plugin": "^1.5.4", + "@playwright/test": "^1.41.2", + "@stylistic/eslint-plugin": "^1.6.0", "@stylistic/stylelint-plugin": "^2.0.0", "@types/assert": "^1.5.10", "@types/browserify": "^12.0.40", @@ -61,41 +61,41 @@ "@types/jsdom": "^21.1.6", "@types/node": "20.11.5", "@types/wanakana": "^4.0.6", - "@types/zip.js": "^2.0.32", - "@typescript-eslint/eslint-plugin": "^6.16.0", - "@typescript-eslint/parser": "^6.16.0", + "@types/zip.js": "^2.0.33", + "@typescript-eslint/eslint-plugin": "^6.21.0", + "@typescript-eslint/parser": "^6.21.0", "@vitest/coverage-v8": "1.2.2", "ajv": "^8.12.0", "css": "^3.0.0", - "dotenv": "^16.3.1", - "esbuild": "^0.19.11", + "dotenv": "^16.4.1", + "esbuild": "^0.20.0", "eslint": "^8.56.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-header": "^3.1.1", - "eslint-plugin-jsdoc": "^48.0.4", - "eslint-plugin-jsonc": "^2.11.2", + "eslint-plugin-jsdoc": "^48.0.6", + "eslint-plugin-jsonc": "^2.13.0", "eslint-plugin-no-unsanitized": "^4.0.2", "eslint-plugin-unused-imports": "^3.0.0", - "eslint-plugin-vitest": "^0.3.20", + "eslint-plugin-vitest": "^0.3.22", "fake-indexeddb": "^5.0.2", "handlebars": "^4.7.8", - "html-validate": "^8.8.0", + "html-validate": "^8.9.1", "husky": "^9.0.10", "jsdom": "^24.0.0", "jszip": "^3.10.1", "license-report": "^6.5.0", - "lint-staged": "^15.2.1", - "prettier": "^3.2.4", - "stylelint": "^16.1.0", + "lint-staged": "^15.2.2", + "prettier": "^3.2.5", + "stylelint": "^16.2.1", "stylelint-config-recommended": "^14.0.0", "ts-json-schema-generator": "^1.5.0", "typescript": "^5.3.3", "vitest": "1.2.2" }, "dependencies": { - "@zip.js/zip.js": "^2.7.31", + "@zip.js/zip.js": "^2.7.34", "dexie": "^3.2.4", - "dexie-export-import": "^4.0.7", + "dexie-export-import": "^4.1.0", "parse5": "^7.1.2", "wanakana": "^5.3.1", "yomitan-handlebars": "git+https://github.com/themoeway/yomitan-handlebars.git#12aff5e3550954d7d3a98a5917ff7d579f3cce25" |