Skip to content

Commit

Permalink
vue3-with non-local dependencies and part of the functionality
Browse files Browse the repository at this point in the history
Signed-off-by: grnd-alt <git@belakkaf.net>
  • Loading branch information
grnd-alt committed Feb 3, 2025
1 parent 1e74b47 commit 26d385d
Show file tree
Hide file tree
Showing 12 changed files with 716 additions and 717 deletions.
4 changes: 2 additions & 2 deletions PLACEHOLDER_NPM_I.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PLACEHOLDER SCRIPT FOR GETTING DEPENDENCIES vue3 ready


npm remove @vue/vue2-jest vue-template-compiler vue-at vuex-router-sync --force
npm install vue@3 vuex@4.1.0 vue-router@4.5.0 @vue/vue3-jest ../../../../../webpack-vue-config/ ../../../../../nextcloud-dialogs @vue/compat @vue/compiler-sfc
npm remove vue-smooth-dnd @vue/vue2-jest vue-template-compiler vue-at vuex-router-sync --force
npm install vue3-smooth-dnd @nextcloud/vue@9.0.0-alpha.6 vue@3 vuex@4.1.0 vue-router@4.5.0 @vue/vue3-jest ../../../../../webpack-vue-config/ github:nextcloud-libraries/nextcloud-dialogs#vue3 @vue/compat @vue/compiler-sfc
npm ci
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<database min-version="9.4">pgsql</database>
<database>sqlite</database>
<database min-version="8.0">mysql</database>
<nextcloud min-version="31" max-version="31"/>
<nextcloud min-version="31" max-version="32"/>
</dependencies>
<background-jobs>
<job>OCA\Deck\Cron\DeleteCron</job>
Expand Down
Loading

0 comments on commit 26d385d

Please sign in to comment.