From 2a5baf6ff7cb772a073158f52f02e93685cb89f6 Mon Sep 17 00:00:00 2001 From: Baku Hashimoto Date: Sat, 27 Jan 2024 11:55:05 +0900 Subject: [PATCH] Update local packages --- package.json | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index 9f87b41..c540c58 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "bim": "^1.3.3", "date-format-parse": "^0.2.7", - "eventemitter3": "^4.0.7", + "eventemitter3": "^5.0.1", "lodash": "^4.17.21", "p-timeout": "^6.1.2", "promise-queue": "^2.2.5", @@ -42,32 +42,32 @@ "typescript-memoize": "^1.1.1" }, "devDependencies": { - "@types/file-saver": "^2.0.5", - "@types/lodash": "^4.14.172", - "@types/promise-queue": "^2.2.0", - "@types/w3c-image-capture": "^1.0.5", - "@types/w3c-web-usb": "^1.0.5", - "@types/wicg-file-system-access": "^2020.9.8", - "@typescript-eslint/eslint-plugin": "^6.7.3", - "@typescript-eslint/parser": "^5.59.9", - "@vitejs/plugin-vue": "^4.3.4", - "@vue/eslint-config-prettier": "^8.0.0", + "@types/file-saver": "^2.0.7", + "@types/lodash": "^4.14.202", + "@types/promise-queue": "^2.2.3", + "@types/w3c-image-capture": "^1.0.10", + "@types/w3c-web-usb": "^1.0.10", + "@types/wicg-file-system-access": "^2023.10.4", + "@typescript-eslint/eslint-plugin": "^6.19.1", + "@typescript-eslint/parser": "^6.19.1", + "@vitejs/plugin-vue": "^5.0.3", + "@vue/eslint-config-prettier": "^9.0.0", "@vue/eslint-config-typescript": "^12.0.0", - "@vue/tsconfig": "^0.4.0", - "eslint": "^8.42.0", - "eslint-config-prettier": "^8.8.0", - "eslint-plugin-import": "^2.27.5", + "@vue/tsconfig": "^0.5.1", + "eslint": "^8.56.0", + "eslint-config-prettier": "^9.1.0", + "eslint-plugin-import": "^2.29.1", "eslint-plugin-simple-import-sort": "^10.0.0", - "eslint-plugin-unused-imports": "^2.0.0", - "eslint-plugin-vue": "^9.17.0", + "eslint-plugin-unused-imports": "^3.0.0", + "eslint-plugin-vue": "^9.20.1", "file-saver": "^2.0.5", - "linearly": "^0.20.3", + "linearly": "^0.21.0", "npm-run-all": "^4.1.5", - "prettier": "^2.3.2", - "stylus": "^0.60.0", - "typescript": "^5.2.2", - "vite": "^4.4.9", - "vue": "^3.3.4", - "vue-tsc": "^1.8.14" + "prettier": "^3.2.4", + "stylus": "^0.62.0", + "typescript": "^5.3.3", + "vite": "^5.0.12", + "vue": "^3.4.15", + "vue-tsc": "^1.8.27" } }