release: v0.3.3

This commit is contained in:
Tanner Linsley
2023-09-09 10:42:22 +00:00
parent 160f71275f
commit 192ffceca7
6 changed files with 11 additions and 62 deletions

View File

@@ -8,12 +8,13 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-form": "0.3.2",
"@tanstack/react-form": "0.3.3",
"axios": "^0.26.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"zod": "^3.21.4",
"@tanstack/form-core": "0.3.2"
"@tanstack/form-core": "0.3.3",
"@tanstack/vue-form": "0.3.3"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.4",

View File

@@ -9,9 +9,10 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/form-core": "0.3.2",
"@tanstack/vue-form": "0.3.2",
"vue": "^3.3.4"
"@tanstack/form-core": "0.3.3",
"@tanstack/vue-form": "0.3.3",
"vue": "^3.3.4",
"@tanstack/react-form": "0.3.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",