diff --git a/third_party/astrolabe/package-lock.json b/third_party/astrolabe/package-lock.json index d051863..62b4e52 100644 --- a/third_party/astrolabe/package-lock.json +++ b/third_party/astrolabe/package-lock.json @@ -24,6 +24,7 @@ "@nextcloud/eslint-config": "8.4.2", "@nextcloud/stylelint-config": "3.1.1", "@nextcloud/vite-config": "1.7.2", + "@vitejs/plugin-vue": "^6.0.3", "terser": "5.44.1", "vite": "7.2.7" }, @@ -2249,6 +2250,13 @@ "url": "https://opencollective.com/parcel" } }, + "node_modules/@rolldown/pluginutils": { + "version": "1.0.0-beta.53", + "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz", + "integrity": "sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==", + "dev": true, + "license": "MIT" + }, "node_modules/@rollup/plugin-inject": { "version": "5.0.5", "dev": true, @@ -3374,6 +3382,23 @@ ], "peer": true }, + "node_modules/@vitejs/plugin-vue": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.3.tgz", + "integrity": "sha512-TlGPkLFLVOY3T7fZrwdvKpjprR3s4fxRln0ORDo1VQ7HHyxJwTlrjKU3kpVWTlaAjIEuCTokmjkZnr8Tpc925w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@rolldown/pluginutils": "1.0.0-beta.53" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, + "peerDependencies": { + "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0", + "vue": "^3.2.25" + } + }, "node_modules/@volar/language-core": { "version": "2.4.27", "dev": true, diff --git a/third_party/astrolabe/package.json b/third_party/astrolabe/package.json index 572dd73..a92c553 100644 --- a/third_party/astrolabe/package.json +++ b/third_party/astrolabe/package.json @@ -23,8 +23,8 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^9.0.0", "markdown-it": "^14.1.0", - "plotly.js-dist-min": "^2.35.3", "pdfjs-dist": "^4.0.379", + "plotly.js-dist-min": "^2.35.3", "vue": "^3.0.0", "vue-material-design-icons": "^5.3.1" }, @@ -33,6 +33,7 @@ "@nextcloud/eslint-config": "8.4.2", "@nextcloud/stylelint-config": "3.1.1", "@nextcloud/vite-config": "1.7.2", + "@vitejs/plugin-vue": "^6.0.3", "terser": "5.44.1", "vite": "7.2.7" } diff --git a/third_party/astrolabe/src/App.vue b/third_party/astrolabe/src/App.vue index 6a94da7..f073912 100644 --- a/third_party/astrolabe/src/App.vue +++ b/third_party/astrolabe/src/App.vue @@ -48,7 +48,7 @@
@@ -152,7 +152,7 @@

{{ t('astrolabe', 'Vector Space Visualization') }}

{{ t('astrolabe', 'Show query point') }} @@ -364,17 +364,17 @@