This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch unit-test
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/unit-test by this push:
new c7f0fc0f Try upgrade to Vue3 (compat)
c7f0fc0f is described below
commit c7f0fc0fbe6b5df3e3e26bdc0e615e99ea8c20da
Author: Sebb <[email protected]>
AuthorDate: Mon May 27 17:41:50 2024 +0100
Try upgrade to Vue3 (compat)
---
.github/workflows/unittestagenda.yml | 2 +-
www/board/agenda/package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index a7c9ef49..a9a0ccba 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -1,6 +1,6 @@
name: Unit test agenda
on:
- # push:
+ push:
# paths:
# - '**/unittestagenda.yml'
# - 'www/board/agenda/**'
diff --git a/www/board/agenda/package.json b/www/board/agenda/package.json
index e40ac3bc..ed2a2ff9 100644
--- a/www/board/agenda/package.json
+++ b/www/board/agenda/package.json
@@ -9,7 +9,7 @@
"jsdom": "^22.0.0",
"jsdom-global": "^3.0.2",
"jquery": "^3.2.1",
- "vue": "^2.7.16",
- "vue-server-renderer": "^2.7.16"
+ "vue": "^3.1.0",
+ "@vue/compat": "^3.1.0"
}
}