Skip to content

Commit

Permalink
chore: upgrade vue version
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Aug 12, 2024
1 parent 95c3e3c commit a99b99c
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 99 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"typescript-eslint": "^8.0.1",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5",
"vue": "^3.5.0-alpha.4"
"vue": "^3.5.0-beta.1"
},
"lint-staged": {
"*.ts": [
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"dependencies": {
"klona": "^2.0.6",
"type-fest": "^4.24.0",
"vue": "^3.5.0-alpha.4"
"vue": "^3.5.0-beta.1"
}
}
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@formwerk/schema-yup": "workspace:*",
"@formwerk/schema-zod": "workspace:*",
"tailwindcss": "^3.4.9",
"vue": "^3.5.0-alpha.4",
"vue": "^3.5.0-beta.1",
"yup": "^1.3.2",
"zod": "^3.23.8"
},
Expand Down
168 changes: 72 additions & 96 deletions pnpm-lock.yaml

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

0 comments on commit a99b99c

Please sign in to comment.