From 0ad8d9c551ffef88ffafc882858afd07adc51e2b Mon Sep 17 00:00:00 2001 From: Stanislav Volar Date: Thu, 28 Nov 2024 13:13:31 +0100 Subject: [PATCH] Updates features (#196) --- package.json | 26 +- .../AuthorRemoteAutocompleteWithCached.vue | 21 +- .../KeywordRemoteAutocompleteWithCached.vue | 18 +- yarn.lock | 609 ++++++++++-------- 4 files changed, 388 insertions(+), 286 deletions(-) diff --git a/package.json b/package.json index ca440688..78913114 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adam-admin", - "packageManager": "yarn@4.5.1", + "packageManager": "yarn@4.5.3", "license": "Apache-2.0", "version": "0.0.1", "scripts": { @@ -21,24 +21,24 @@ "cy:open": "CYPRESS_CACHE_FOLDER='node_modules/.cache/Cypress' yarn cypress open -C cypress/config/cypress.config.ts" }, "dependencies": { - "@anzusystems/common-admin": "1.47.0-beta.99", + "@anzusystems/common-admin": "1.47.0-beta.102", "@mdi/font": "7.4.47", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.4", - "@vueuse/core": "11.3.0", - "@vueuse/integrations": "11.3.0", - "axios": "^1.7.7", + "@vueuse/core": "12.0.0", + "@vueuse/integrations": "12.0.0", + "axios": "^1.7.8", "cropperjs": "^1.6.2", "jwt-decode": "^4.0.0", - "pinia": "^2.2.6", + "pinia": "^2.2.7", "rusha": "^0.8.14", "socket.io-client": "^4.8.1", - "sortablejs": "^1.15.4", + "sortablejs": "^1.15.5", "universal-cookie": "^7.2.2", "uuid": "^11.0.3", "vue": "3.5.13", - "vue-i18n": "^10.0.4", - "vue-router": "^4.4.5", + "vue-i18n": "^10.0.5", + "vue-router": "^4.5.0", "vuetify": "^3.7.4" }, "devDependencies": { @@ -46,11 +46,11 @@ "@intlify/unplugin-vue-i18n": "^6.0.0", "@stylistic/eslint-plugin": "^2.11.0", "@tsconfig/node18": "^18.2.4", - "@types/node": "^22.9.3", + "@types/node": "^22.10.1", "@types/rusha": "^0.8.3", "@types/sortablejs": "^1.15.8", "@types/uuid": "^10.0.0", - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-prettier": "^10.1.0", "@vue/eslint-config-typescript": "^14.1.4", "@vue/language-server": "2.1.10", @@ -63,14 +63,14 @@ "npm-run-all2": "^7.0.1", "postcss": "^8.4.49", "postcss-html": "^1.7.0", - "prettier": "^3.3.3", + "prettier": "^3.4.1", "sass": "^1.81.0", "stylelint": "^16.10.0", "stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-standard-scss": "^13.1.0", "typescript": "5.5.4", "unplugin": "^1.16.0", - "vite": "^5.4.11", + "vite": "^6.0.1", "vite-plugin-vuetify": "^2.0.4", "vue-tsc": "2.1.10" } diff --git a/src/views/coreDam/author/components/AuthorRemoteAutocompleteWithCached.vue b/src/views/coreDam/author/components/AuthorRemoteAutocompleteWithCached.vue index 3f9db236..37f34301 100644 --- a/src/views/coreDam/author/components/AuthorRemoteAutocompleteWithCached.vue +++ b/src/views/coreDam/author/components/AuthorRemoteAutocompleteWithCached.vue @@ -1,18 +1,17 @@