Skip to content

Commit

Permalink
Merge branch 'main' into typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Jun 20, 2024
2 parents 0e39cc8 + f8f0a06 commit 49eaa89
Show file tree
Hide file tree
Showing 55 changed files with 289 additions and 694 deletions.
6 changes: 3 additions & 3 deletions examples/angular/array/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@tanstack/form-example-angular-array",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"ng": "ng",
"start": "ng cache clean && ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@tanstack/angular-form": "^0.23.0",
"@tanstack/angular-form": "^0.23.1",
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/angular/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@tanstack/form-example-angular-simple",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"ng": "ng",
"start": "ng cache clean && ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@tanstack/angular-form": "^0.23.0",
"@tanstack/angular-form": "^0.23.1",
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/angular/valibot/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@tanstack/form-example-angular-valibot",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"ng": "ng",
"start": "ng cache clean && ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@tanstack/angular-form": "^0.23.0",
"@tanstack/valibot-form-adapter": "^0.23.0",
"@tanstack/angular-form": "^0.23.1",
"@tanstack/valibot-form-adapter": "^0.23.1",
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/angular/yup/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@tanstack/form-example-angular-yup",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"ng": "ng",
"start": "ng cache clean && ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@tanstack/angular-form": "^0.23.0",
"@tanstack/yup-form-adapter": "^0.23.0",
"@tanstack/angular-form": "^0.23.1",
"@tanstack/yup-form-adapter": "^0.23.1",
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/angular/zod/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@tanstack/form-example-angular-zod",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"ng": "ng",
"start": "ng cache clean && ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@tanstack/angular-form": "^0.23.0",
"@tanstack/zod-form-adapter": "^0.23.0",
"@tanstack/angular-form": "^0.23.1",
"@tanstack/zod-form-adapter": "^0.23.1",
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/lit/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@tanstack/form-example-lit-simple",
"version": "0.0.1",
"main": "src/index.jsx",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port=3001",
"build": "vite build",
"preview": "vite preview",
"test:types": "tsc"
},
"dependencies": {
"@tanstack/lit-form": "^0.23.0",
"@tanstack/lit-form": "^0.23.1",
"lit": "^3.1.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/lit/ui-libraries/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@tanstack/form-example-lit-ui-libraries",
"version": "0.0.1",
"main": "src/index.jsx",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port=3001",
"build": "vite build",
"preview": "vite preview",
"test:types": "tsc"
},
"dependencies": {
"@tanstack/lit-form": "^0.23.0",
"@tanstack/lit-form": "^0.23.1",
"lit": "^3.1.1",
"@material/web": "^1.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/react/array/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@tanstack/form-example-react-array",
"version": "0.0.1",
"main": "src/index.jsx",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port=3001",
"build": "vite build",
"preview": "vite preview",
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-form": "^0.23.0",
"@tanstack/react-form": "^0.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/next-server-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@tanstack/form-example-react-next-server-actions",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"_test:types": "tsc",
"test:eslint": "next lint"
},
"dependencies": {
"@tanstack/react-form": "^0.23.0",
"@tanstack/react-form": "^0.23.1",
"next": "15.0.0-rc.0",
"react": "19.0.0-rc-6d3110b4d9-20240531",
"react-dom": "19.0.0-rc-6d3110b4d9-20240531"
Expand Down
6 changes: 3 additions & 3 deletions examples/react/query-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/form-example-react-query-integration",
"version": "0.0.1",
"main": "src/index.jsx",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port=3001",
"build": "vite build",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-form": "^0.23.0",
"@tanstack/react-form": "^0.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/react/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@tanstack/form-example-react-simple",
"version": "0.0.1",
"main": "src/index.jsx",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port=3001",
"build": "vite build",
"preview": "vite preview",
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-form": "^0.23.0",
"@tanstack/react-form": "^0.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/react/ui-libraries/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/form-example-react-ui-libraries",
"version": "0.0.1",
"main": "src/index.jsx",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port=3001",
"build": "vite build",
Expand All @@ -14,7 +14,7 @@
"@mantine/core": "7.3.2",
"@mantine/hooks": "7.3.2",
"@mui/material": "5.15.2",
"@tanstack/react-form": "^0.23.0",
"@tanstack/react-form": "^0.23.1",
"@yme/lay-postcss": "0.1.0",
"postcss": "8.4.32",
"postcss-preset-mantine": "1.12.2",
Expand Down
8 changes: 4 additions & 4 deletions examples/react/valibot/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@tanstack/form-example-react-valibot",
"version": "0.0.1",
"main": "src/index.jsx",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port=3001",
"build": "vite build",
"preview": "vite preview",
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-form": "^0.23.0",
"@tanstack/valibot-form-adapter": "^0.23.0",
"@tanstack/react-form": "^0.23.1",
"@tanstack/valibot-form-adapter": "^0.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"valibot": "^0.31.1"
Expand Down
8 changes: 4 additions & 4 deletions examples/react/yup/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@tanstack/form-example-react-yup",
"version": "0.0.1",
"main": "src/index.jsx",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port=3001",
"build": "vite build",
"preview": "vite preview",
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-form": "^0.23.0",
"@tanstack/yup-form-adapter": "^0.23.0",
"@tanstack/react-form": "^0.23.1",
"@tanstack/yup-form-adapter": "^0.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"yup": "^1.3.2"
Expand Down
8 changes: 4 additions & 4 deletions examples/react/zod/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@tanstack/form-example-react-zod",
"version": "0.0.1",
"main": "src/index.jsx",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port=3001",
"build": "vite build",
"preview": "vite preview",
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-form": "^0.23.0",
"@tanstack/zod-form-adapter": "^0.23.0",
"@tanstack/react-form": "^0.23.1",
"@tanstack/zod-form-adapter": "^0.23.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zod": "^3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/array/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-form": "^0.23.0",
"@tanstack/solid-form": "^0.23.1",
"solid-js": "^1.7.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-form": "^0.23.0",
"@tanstack/solid-form": "^0.23.1",
"solid-js": "^1.7.8"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-form": "^0.23.0",
"@tanstack/valibot-form-adapter": "^0.23.0",
"@tanstack/solid-form": "^0.23.1",
"@tanstack/valibot-form-adapter": "^0.23.1",
"solid-js": "^1.7.8",
"valibot": "^0.31.1"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-form": "^0.23.0",
"@tanstack/yup-form-adapter": "^0.23.0",
"@tanstack/solid-form": "^0.23.1",
"@tanstack/yup-form-adapter": "^0.23.1",
"solid-js": "^1.7.8",
"yup": "^1.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-form": "^0.23.0",
"@tanstack/zod-form-adapter": "^0.23.0",
"@tanstack/solid-form": "^0.23.1",
"@tanstack/zod-form-adapter": "^0.23.1",
"solid-js": "^1.7.8",
"zod": "^3.22.4"
},
Expand Down
3 changes: 2 additions & 1 deletion examples/vue/array/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@tanstack/form-example-vue-array",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -9,7 +10,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-form": "^0.23.0",
"@tanstack/vue-form": "^0.23.1",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion examples/vue/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@tanstack/form-example-vue-simple",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -9,7 +10,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-form": "^0.23.0",
"@tanstack/vue-form": "^0.23.1",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 49eaa89

Please sign in to comment.