Skip to content

Commit

Permalink
chore: released beta 40
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Aug 6, 2024
1 parent 19f746d commit 010caa7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"compile-examples": "node scripts/compile-examples.mjs"
},
"dependencies": {
"@koumoul/vjsf": "3.0.0-beta.39",
"@koumoul/vjsf": "3.0.0-beta.40",
"@koumoul/vjsf-markdown": "0.2.1",
"@mdi/font": "^7.2.96",
"ajv-formats": "^2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@koumoul/vjsf",
"version": "3.0.0-beta.39",
"version": "3.0.0-beta.40",
"description": "Generate forms for the vuetify UI library (vuejs) based on annotated JSON schemas.",
"scripts": {
"test": "vitest",
Expand Down Expand Up @@ -76,7 +76,7 @@
"vuetify": "^3.6.13"
},
"dependencies": {
"@json-layout/core": "0.30.1",
"@json-layout/core": "0.31.0",
"@vueuse/core": "^10.5.0",
"debug": "^4.3.4",
"ejs": "^3.1.9"
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"homepage": "https://github.com/koumoul-dev/vuetify-jsonschema-form#readme",
"devDependencies": {
"@json-layout/core": "0.30.1",
"@json-layout/vocabulary": "0.22.0",
"@json-layout/examples": "0.18.0",
"@json-layout/core": "0.31.0",
"@json-layout/vocabulary": "0.23.0",
"@json-layout/examples": "0.19.0",
"@commitlint/config-conventional": "^17.7.0",
"@koumoul/gh-pages-multi": "^0.7.2",
"commitlint": "^17.7.2",
Expand Down

0 comments on commit 010caa7

Please sign in to comment.