Commits on Source (3)
-
-
Petar Hristov authored
Fix: No Race Condition on RCV Save Button (coscine/issues#2258) See merge request !127
-
CoscineBot authored
## [1.17.2](v1.17.1...v1.17.2) (2022-10-13) ### Fix * No Race Condition on RCV Save Button (coscine/issues#2258) ([d5e3e99a](d5e3e99a)), closes [coscine/issues#2258](https://git.rwth-aachen.de/coscine/issues/issues/2258)
Showing
- package.json 6 additions, 3 deletionspackage.json
- src/modules/login/components/LoginMain.vue 1 addition, 1 deletionsrc/modules/login/components/LoginMain.vue
- src/modules/resource/components/resource-page/MetadataManager.vue 24 additions, 6 deletions...les/resource/components/resource-page/MetadataManager.vue
- vite.config.js 1 addition, 0 deletionsvite.config.js
- yarn.lock-workspace 10 additions, 53 deletionsyarn.lock-workspace
{ | ||
"name": "ui", | ||
"version": "1.17.1", | ||
"version": "1.17.2", | ||
"private": true, | ||
"scripts": { | ||
"dev": "vite", | ||
... | ... | @@ -11,7 +11,7 @@ |
}, | ||
"dependencies": { | ||
"@coscine/api-client": "^2.6.0", | ||
"@coscine/form-generator": "^3.0.7", | ||
"@coscine/form-generator": "^3.0.8", | ||
"@rdfjs-elements/formats-pretty": "^0.4.3", | ||
"@rdfjs/data-model": "^2.0.0", | ||
"@rdfjs/dataset": "^2.0.0", | ||
... | ... | @@ -90,5 +90,8 @@ |
"vite-plugin-windicss": "^1.8.3", | ||
"vue-template-compiler": "^2.7.10" | ||
}, | ||
"packageManager": "yarn@3.2.4" | ||
"packageManager": "yarn@3.2.4", | ||
"resolutions": { | ||
"nodeify-fetch": "3.0.0" | ||
} | ||
} |