From 181c1e15999f7f0b93d4b6211f1b061464221744 Mon Sep 17 00:00:00 2001 From: axolotle Date: Tue, 13 Aug 2024 11:43:34 +0200 Subject: [PATCH] chore: update package.json --- app/package.json | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/app/package.json b/app/package.json index 24dfcbf4..8e5a31f7 100644 --- a/app/package.json +++ b/app/package.json @@ -13,35 +13,37 @@ "lintfix": "prettier --write --list-different . && yarn lint:js --fix" }, "dependencies": { - "@fontsource/fira-code": "^5.0.17", - "@fontsource/firago": "^5.0.7", + "@fontsource/fira-code": "^5.0.18", + "@fontsource/firago": "^5.0.11", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", - "@vueuse/core": "^10.11.0", + "@vueuse/core": "^10.11.1", "bootstrap": "^5.3.3", - "bootstrap-vue-next": "^0.23.2", - "date-fns": "^3.3.1", + "bootstrap-vue-next": "^0.24.7", + "date-fns": "^3.6.0", "fork-awesome": "^1.2.0", "simple-evaluate": "^1.4.6", - "vue": "^3.4.21", - "vue-i18n": "^9.10.1", - "vue-router": "^4.3.0", + "uuid": "^10.0.0", + "vue": "^3.4.37", + "vue-i18n": "^9.13.1", + "vue-router": "^4.4.3", "vue-showdown": "^4.2.0" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.0.4", + "@types/uuid": "^10.0.0", + "@vitejs/plugin-vue": "^5.1.2", "@vue/eslint-config-typescript": "^13.0.0", "@vue/tsconfig": "^0.5.1", - "eslint": "^8.57.0", + "eslint": "^9.9.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-prettier": "^5.1.3", - "eslint-plugin-vue": "^9.22.0", - "prettier": "^3.2.5", - "sass": "^1.71.1", - "typescript": "^5.4.5", - "unplugin-vue-components": "^0.26.0", - "vite": "^5.1.4", - "vue-tsc": "^2.0.19" + "eslint-plugin-prettier": "^5.2.1", + "eslint-plugin-vue": "^9.27.0", + "prettier": "^3.3.3", + "sass": "^1.77.8", + "typescript": "^5.5.4", + "unplugin-vue-components": "^0.27.4", + "vite": "^5.4.0", + "vue-tsc": "^2.0.29" }, "browserslist": [ "> 1%",