diff --git a/package-lock.json b/package-lock.json index 11d99be..8d0d148 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "unipept-web", - "version": "0.1.0", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "unipept-web", - "version": "0.1.0", + "version": "5.0.0", "dependencies": { "@vueuse/core": "^9.3.0", "core-js": "^3.8.3", "pinia": "^2.0.21", - "unipept-web-components": "^2.0.0-alpha.2", + "unipept-web-components": "^2.0.0", "uuid": "^9.0.0", "vue": "^2.7.8", "vue-router": "^3.5.4", @@ -12322,9 +12322,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/unipept-web-components": { - "version": "2.0.0-alpha.2", - "resolved": "https://registry.npmjs.org/unipept-web-components/-/unipept-web-components-2.0.0-alpha.2.tgz", - "integrity": "sha512-CibDCCaoKzh8LeP2kjh7b4fmCudnvjmjD6Nw0u54c9/Iu/7zmyvNNmd0n+Zc1VW+vdOE3kxPd9C9el7Tv1GEew==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unipept-web-components/-/unipept-web-components-2.0.0.tgz", + "integrity": "sha512-KyIrBjFFqW8l7Nz/AchNvqEJ2z4n69CgasIGEpzLxGQPLorUGp021hZaSRWX6lA6Nc89okuyLZ+2KA5gff0ilQ==", "dependencies": { "async": "^3.2.4", "canvg": "^4.0.1", @@ -22689,9 +22689,9 @@ } }, "unipept-web-components": { - "version": "2.0.0-alpha.2", - "resolved": "https://registry.npmjs.org/unipept-web-components/-/unipept-web-components-2.0.0-alpha.2.tgz", - "integrity": "sha512-CibDCCaoKzh8LeP2kjh7b4fmCudnvjmjD6Nw0u54c9/Iu/7zmyvNNmd0n+Zc1VW+vdOE3kxPd9C9el7Tv1GEew==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unipept-web-components/-/unipept-web-components-2.0.0.tgz", + "integrity": "sha512-KyIrBjFFqW8l7Nz/AchNvqEJ2z4n69CgasIGEpzLxGQPLorUGp021hZaSRWX6lA6Nc89okuyLZ+2KA5gff0ilQ==", "requires": { "async": "^3.2.4", "canvg": "^4.0.1", diff --git a/package.json b/package.json index 148491e..7063b7d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@vueuse/core": "^9.3.0", "core-js": "^3.8.3", "pinia": "^2.0.21", - "unipept-web-components": "^2.0.0-alpha.2", + "unipept-web-components": "^2.0.0", "uuid": "^9.0.0", "vue": "^2.7.8", "vue-router": "^3.5.4",