mirror of
https://github.com/LukeHagar/form.git
synced 2025-12-06 12:27:45 +00:00
release: v0.3.7
This commit is contained in:
@@ -8,13 +8,13 @@
|
|||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tanstack/react-form": "0.3.6",
|
"@tanstack/react-form": "0.3.7",
|
||||||
"axios": "^0.26.1",
|
"axios": "^0.26.1",
|
||||||
"react": "^18.0.0",
|
"react": "^18.0.0",
|
||||||
"react-dom": "^18.0.0",
|
"react-dom": "^18.0.0",
|
||||||
"zod": "^3.21.4",
|
"zod": "^3.21.4",
|
||||||
"@tanstack/form-core": "0.3.6",
|
"@tanstack/form-core": "0.3.7",
|
||||||
"@tanstack/vue-form": "0.3.6"
|
"@tanstack/vue-form": "0.3.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vitejs/plugin-react": "^4.0.4",
|
"@vitejs/plugin-react": "^4.0.4",
|
||||||
|
|||||||
@@ -9,10 +9,10 @@
|
|||||||
"serve": "vite preview"
|
"serve": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tanstack/form-core": "0.3.6",
|
"@tanstack/form-core": "0.3.7",
|
||||||
"@tanstack/vue-form": "0.3.6",
|
"@tanstack/vue-form": "0.3.7",
|
||||||
"vue": "^3.3.4",
|
"vue": "^3.3.4",
|
||||||
"@tanstack/react-form": "0.3.6"
|
"@tanstack/react-form": "0.3.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vitejs/plugin-vue": "^4.3.4",
|
"@vitejs/plugin-vue": "^4.3.4",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tanstack/form-core",
|
"name": "@tanstack/form-core",
|
||||||
"version": "0.3.6",
|
"version": "0.3.7",
|
||||||
"description": "Powerful, type-safe, framework agnostic forms.",
|
"description": "Powerful, type-safe, framework agnostic forms.",
|
||||||
"author": "tannerlinsley",
|
"author": "tannerlinsley",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tanstack/react-form",
|
"name": "@tanstack/react-form",
|
||||||
"version": "0.3.6",
|
"version": "0.3.7",
|
||||||
"description": "Powerful, type-safe forms for React.",
|
"description": "Powerful, type-safe forms for React.",
|
||||||
"author": "tannerlinsley",
|
"author": "tannerlinsley",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tanstack/vue-form",
|
"name": "@tanstack/vue-form",
|
||||||
"version": "0.3.6",
|
"version": "0.3.7",
|
||||||
"description": "Powerful, type-safe forms for Vue.",
|
"description": "Powerful, type-safe forms for Vue.",
|
||||||
"author": "tannerlinsley",
|
"author": "tannerlinsley",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user