set web-app version to 1.0.0

This commit is contained in:
Soufiane Fariss
2024-08-08 07:18:16 +02:00
parent 1f6ce48e40
commit 287e4282a9
2 changed files with 2 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "capa-webui",
"version": "0.0.0",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "capa-webui",
"version": "0.0.0",
"version": "1.0.0",
"dependencies": {
"@highlightjs/vue-plugin": "^2.1.0",
"@primevue/themes": "^4.0.0-rc.2",

View File

@@ -1,4 +1,3 @@
// useDataLoader.js
import { ref, readonly } from "vue";
import { useToast } from "primevue/usetoast";