diff --git a/doc/package.json b/doc/package.json index 193f844d..79eb88dc 100644 --- a/doc/package.json +++ b/doc/package.json @@ -12,8 +12,8 @@ "compile-examples": "node scripts/compile-examples.mjs" }, "dependencies": { - "@koumoul/vjsf": "3.0.0-beta.51", - "@koumoul/vjsf-compiler": "0.2.0", + "@koumoul/vjsf": "3.0.0", + "@koumoul/vjsf-compiler": "0.2.2", "@koumoul/vjsf-markdown": "0.3.1", "@mdi/font": "^7.2.96", "ajv-formats": "^2.1.1", diff --git a/lib/package.json b/lib/package.json index ced054ff..9a2c02be 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "@koumoul/vjsf", - "version": "3.0.0-beta.51", + "version": "3.0.0", "description": "Generate forms for the vuetify UI library (vuejs) based on annotated JSON schemas.", "scripts": { "test": "vitest", diff --git a/package-lock.json b/package-lock.json index 14a10459..784b2ec8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,8 +46,8 @@ "version": "2.21.3", "license": "MIT", "dependencies": { - "@koumoul/vjsf": "3.0.0-beta.51", - "@koumoul/vjsf-compiler": "0.2.0", + "@koumoul/vjsf": "3.0.0", + "@koumoul/vjsf-compiler": "0.2.2", "@koumoul/vjsf-markdown": "0.3.1", "@mdi/font": "^7.2.96", "ajv-formats": "^2.1.1", @@ -69,35 +69,6 @@ "vite-plugin-dependency-watcher": "^0.5.0" } }, - "doc/node_modules/@json-layout/core": { - "version": "0.33.2", - "resolved": "https://registry.npmjs.org/@json-layout/core/-/core-0.33.2.tgz", - "integrity": "sha512-K+aP0yPXWtj49qcyqARkVbuQ+BTvANIGLApPlB1GnYxLTb21C72OscgYCydldh2tPkkYcFBSkxJVZ0OtuBP1iQ==", - "license": "MIT", - "dependencies": { - "@json-layout/vocabulary": "^0.23.2", - "@types/markdown-it": "^13.0.1", - "ajv": "^8.12.0", - "ajv-errors": "^3.0.0", - "ajv-formats": "^2.1.1", - "ajv-i18n": "^4.2.0", - "debug": "^4.3.4", - "immer": "^10.0.3", - "magicast": "^0.3.3", - "marked": "^14.1.3" - } - }, - "doc/node_modules/@koumoul/vjsf-compiler": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@koumoul/vjsf-compiler/-/vjsf-compiler-0.2.0.tgz", - "integrity": "sha512-fgHFRTei1shHf6ZOTSInJpaflcKcgSe870tnS+W7XgHx7edxZGqTBMyG12HoW+i+x7c9Prma4OMeWcgj13h2Tg==", - "license": "MIT", - "dependencies": { - "@json-layout/core": "0.33.2", - "debug": "^4.3.4", - "ejs": "^3.1.9" - } - }, "doc/node_modules/diff": { "version": "5.2.0", "license": "BSD-3-Clause", @@ -107,7 +78,7 @@ }, "lib": { "name": "@koumoul/vjsf", - "version": "3.0.0-beta.51", + "version": "3.0.0", "license": "MIT", "dependencies": { "@json-layout/core": "0.33.3", @@ -2641,32 +2612,10 @@ "license": "MIT", "peer": true }, - "node_modules/@types/linkify-it": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@types/linkify-it/-/linkify-it-3.0.5.tgz", - "integrity": "sha512-yg6E+u0/+Zjva+buc3EIb+29XEg4wltq7cSmd4Uc2EE/1nUVmxyzpX6gUXD0V8jIrG0r7YeOGVIbYRkxeooCtw==", - "license": "MIT" - }, - "node_modules/@types/markdown-it": { - "version": "13.0.9", - "resolved": "https://registry.npmjs.org/@types/markdown-it/-/markdown-it-13.0.9.tgz", - "integrity": "sha512-1XPwR0+MgXLWfTn9gCsZ55AHOKW1WN+P9vr0PaQh5aerR9LLQXUbjfEAFhjmEmyoYFWAyuN2Mqkn40MZ4ukjBw==", - "license": "MIT", - "dependencies": { - "@types/linkify-it": "^3", - "@types/mdurl": "^1" - } - }, "node_modules/@types/marked": { "version": "4.3.2", "license": "MIT" }, - "node_modules/@types/mdurl": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-1.0.5.tgz", - "integrity": "sha512-6L6VymKTzYSrEf4Nev4Xa1LCHKrlTlYCBMTlQKFuddo1CvQcE52I0mwfOJayueUC7MJuXOeHTcIU683lzd0cUA==", - "license": "MIT" - }, "node_modules/@types/minimatch": { "version": "5.1.2", "dev": true,