diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index dfe3b48c..b908e2f6 100644 --- a/package.json +++ b/package.json @@ -41,16 +41,16 @@ }, "devDependencies": { "@playwright/test": "^1.39.0", - "@stylistic/eslint-plugin-ts": "^1.4.1", + "@stylistic/eslint-plugin-ts": "^1.5.0", "@types/assert": "^1.5.10", "@types/browserify": "^12.0.40", - "@types/chrome": "^0.0.253", + "@types/chrome": "^0.0.254", "@types/css": "^0.0.37", "@types/events": "^3.0.3", "@types/firefox-webext-browser": "^120.0.0", "@types/handlebars": "^4.1.0", "@types/jsdom": "^21.1.6", - "@types/node": "^20.10.0", + "@types/node": "^20.10.4", "@types/wanakana": "^4.0.6", "@types/zip.js": "^2.0.32", "@typescript-eslint/eslint-plugin": "^6.12.0", @@ -59,22 +59,22 @@ "ajv": "^8.12.0", "css": "^3.0.0", "dotenv": "^16.3.1", - "esbuild": "^0.19.5", + "esbuild": "^0.19.9", "eslint": "^8.54.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-jsdoc": "^46.9.0", "eslint-plugin-jsonc": "^2.10.0", "eslint-plugin-no-unsanitized": "^4.0.2", "eslint-plugin-unused-imports": "^3.0.0", - "eslint-plugin-vitest": "^0.3.9", + "eslint-plugin-vitest": "^0.3.12", "fake-indexeddb": "^5.0.1", - "html-validate": "^8.7.0", + "html-validate": "^8.7.4", "jsdom": "^23.0.1", "jszip": "^3.10.1", "license-report": "^6.5.0", "stylelint": "^15.11.0", "stylelint-config-recommended": "^13.0.0", - "typescript": "5.2.2", + "typescript": "5.3.3", "vitest": "^0.34.6" }, "dependencies": { |