Skip to content

Commit

Permalink
chore: pull json layout bug fixes automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Nov 19, 2024
1 parent a92ccfd commit ac4c5b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.3.1",
"version": "3.3.2",
"description": "Generate forms for the vuetify UI library (vuejs) based on annotated JSON schemas.",
"scripts": {
"test": "vitest",
Expand Down Expand Up @@ -70,7 +70,7 @@
"vuetify": "^3.6.13"
},
"dependencies": {
"@json-layout/core": "1.0.0",
"@json-layout/core": "~1.0.0",
"@vueuse/core": "^10.5.0",
"debug": "^4.3.4"
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

0 comments on commit ac4c5b0

Please sign in to comment.