release: v0.3.7

This commit is contained in:
Tanner Linsley
2023-10-17 11:56:39 +00:00
parent 5b74e0d29c
commit a721443870
5 changed files with 9 additions and 9 deletions

View File

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

View File

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