diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/package.json b/package.json index ec99f836..b1a488b1 100644 --- a/package.json +++ b/package.json @@ -57,15 +57,15 @@ }, "devDependencies": { "@codspeed/vitest-plugin": "^3.1.0", - "@playwright/test": "^1.42.0", + "@playwright/test": "^1.44.1", "@stylistic/eslint-plugin": "^1.6.3", - "@stylistic/stylelint-plugin": "^2.1.0", + "@stylistic/stylelint-plugin": "^2.1.2", "@types/assert": "^1.5.10", "@types/browserify": "^12.0.40", - "@types/chrome": "^0.0.262", + "@types/chrome": "^0.0.268", "@types/css": "^0.0.37", "@types/events": "^3.0.3", - "@types/firefox-webext-browser": "^120.0.1", + "@types/firefox-webext-browser": "^120.0.3", "@types/jsdom": "^21.1.6", "@types/node": "20.11.5", "@types/wanakana": "^5.3.0", @@ -73,40 +73,40 @@ "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^6.21.0", "@vitest/coverage-v8": "1.2.2", - "ajv": "^8.12.0", + "ajv": "^8.14.0", "css": "^3.0.0", "dotenv": "^16.4.5", - "esbuild": "^0.20.1", + "esbuild": "^0.21.4", "eslint": "^8.57.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^48.2.0", - "eslint-plugin-jsonc": "^2.13.0", + "eslint-plugin-jsdoc": "^48.2.7", + "eslint-plugin-jsonc": "^2.16.0", "eslint-plugin-no-unsanitized": "^4.0.2", "eslint-plugin-sonarjs": "^0.24.0", "eslint-plugin-unicorn": "^51.0.1", "eslint-plugin-unused-imports": "^3.1.0", - "eslint-plugin-vitest": "^0.3.22", + "eslint-plugin-vitest": "0.3.22", "fake-indexeddb": "^5.0.2", "handlebars": "^4.7.8", - "html-validate": "^8.11.1", + "html-validate": "^8.19.1", "husky": "^9.0.11", - "jsdom": "^24.0.0", + "jsdom": "^24.1.0", "jszip": "^3.10.1", "license-report": "^6.5.0", - "lint-staged": "^15.2.2", + "lint-staged": "^15.2.5", "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", + "typescript": "^5.4.5", "vitest": "1.2.2" }, "dependencies": { - "@zip.js/zip.js": "^2.7.36", + "@zip.js/zip.js": "^2.7.45", "dexie": "^3.2.5", - "dexie-export-import": "^4.1.1", + "dexie-export-import": "^4.1.2", "hangul-js": "^0.2.6", "parse5": "^7.1.2", "wanakana": "^5.3.1", |