diff --git a/frontend/package.json b/frontend/package.json index c3b030b..9fe9c58 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,15 +21,15 @@ "@intlify/unplugin-vue-i18n": "^0.11.0", "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.2", - "bootstrap-vue-next": "^0.14.8", + "bootstrap-vue-next": "^0.14.10", "idb": "^7.1.1", - "pinia": "^2.1.6", + "pinia": "^2.1.7", "pinia-class-component": "^0.9.4", "string-similarity-js": "^2.1.4", "vue": "^3.3.4", "vue-class-component": "^8.0.0-rc.1", "vue-good-table-next": "^0.2.1", - "vue-i18n": "^9.5.0", + "vue-i18n": "^9.7.0", "vue-property-decorator": "^10.0.0-rc.3", "vue-router": "^4.2.5", "vue3-toastify": "^0.0.4" @@ -37,26 +37,26 @@ "devDependencies": { "@rushstack/eslint-patch": "^1.5.1", "@tsconfig/node18": "^18.2.2", - "@types/bootstrap": "^5.2.7", - "@types/jsdom": "^21.1.3", - "@types/node": "^18.18.4", - "@vitejs/plugin-vue": "^4.4.0", + "@types/bootstrap": "^5.2.9", + "@types/jsdom": "^21.1.5", + "@types/node": "^18.18.10", + "@vitejs/plugin-vue": "^4.5.0", "@vue/eslint-config-prettier": "^8.0.0", "@vue/eslint-config-typescript": "^12.0.0", - "@vue/test-utils": "^2.4.1", + "@vue/test-utils": "^2.4.2", "@vue/tsconfig": "^0.4.0", - "cypress": "^13.3.0", - "eslint": "^8.51.0", + "cypress": "^13.5.1", + "eslint": "^8.54.0", "eslint-plugin-cypress": "^2.15.1", - "eslint-plugin-vue": "^9.17.0", + "eslint-plugin-vue": "^9.18.1", "jsdom": "^22.1.0", "npm-run-all2": "^6.1.1", - "prettier": "^3.0.3", - "sass": "^1.69.0", - "start-server-and-test": "^2.0.1", + "prettier": "^3.1.0", + "sass": "^1.69.5", + "start-server-and-test": "^2.0.3", "typescript": "~5.2.0", - "vite": "^4.4.11", + "vite": "^4.5.0", "vitest": "^0.34.6", - "vue-tsc": "^1.8.16" + "vue-tsc": "^1.8.22" } }