Skip to content

Commit

Permalink
Merge pull request gutentag2012#109 from gutentag2012/chore/update-deps
Browse files Browse the repository at this point in the history
chore: update all deps
  • Loading branch information
gutentag2012 authored Oct 4, 2024
2 parents 13b174f + a285b81 commit 7e79334
Show file tree
Hide file tree
Showing 37 changed files with 4,383 additions and 4,535 deletions.
13 changes: 6 additions & 7 deletions docs/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* in custom container, badges, etc.
* -------------------------------------------------------------------------- */

:root {
:root {
--vp-c-default-1: #d7dadb;
--vp-c-default-2: #dcdee0;
--vp-c-default-3: #e6e8eb;
Expand All @@ -64,11 +64,11 @@
/*--vp-c-danger-3: var(--vp-c-red-3);*/
--vp-c-danger-soft: rgba(224, 29, 71, 0.16);
}
.dark {
--vp-c-default-1: #404c52;
--vp-c-default-2: #3a454a;
--vp-c-default-3: #343d42;
--vp-c-default-soft: rgba(101, 120, 133, 0.16);
.dark {
--vp-c-default-1: #404c52;
--vp-c-default-2: #3a454a;
--vp-c-default-3: #343d42;
--vp-c-default-soft: rgba(101, 120, 133, 0.16);

--vp-c-brand-1: #62bae3;
--vp-c-brand-2: #0a8fcc;
Expand Down Expand Up @@ -217,4 +217,3 @@
.DocSearch {
--docsearch-primary-color: var(--vp-c-brand-1) !important;
}

1 change: 0 additions & 1 deletion examples/react-native/native-form-signals/.npmrc

This file was deleted.

2,522 changes: 832 additions & 1,690 deletions examples/react-native/native-form-signals/package-lock.json

Large diffs are not rendered by default.

20 changes: 8 additions & 12 deletions examples/react-native/native-form-signals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,22 @@
"scripts": {
"example": "expo start"
},
"type": "module",
"dependencies": {
"@formsignals/form-core": "^0.3.1",
"@formsignals/form-react": "^0.3.1",
"@formsignals/validation-adapter-zod": "^0.3.1",
"@formsignals/form-core": "^0.4.2",
"@formsignals/form-react": "^0.4.2",
"@formsignals/validation-adapter-zod": "^0.4.2",
"@preact/signals-react": "^2.2.0",
"expo": "~51.0.28",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native": "0.74.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@preact/signals-react-transform": "^0.3.2",
"@types/react": "~18.3.5",
"typescript": "^5.5.4"
},
"engine": {
"npm": ">= 10.0.0"
"@babel/core": "^7.20.0",
"@preact/signals-react-transform": "^0.4.0",
"@types/react": "~18.2.45",
"typescript": "^5.1.3"
},
"private": true
}
3 changes: 0 additions & 3 deletions examples/react-native/native-form-signals/project.json

This file was deleted.

66 changes: 33 additions & 33 deletions examples/react/async-form-signals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,47 +7,47 @@
"example": "vite"
},
"dependencies": {
"@formsignals/dev-tools-react": "^0.4.1",
"@formsignals/form-core": "^0.4.1",
"@formsignals/form-react": "^0.4.1",
"@formsignals/validation-adapter-zod": "^0.4.1",
"@formsignals/dev-tools-react": "workspace:^",
"@formsignals/form-core": "workspace:^",
"@formsignals/form-react": "workspace:^",
"@formsignals/validation-adapter-zod": "workspace:^",
"@preact/signals-react": "^2.2.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@tanstack/react-query": "^5.51.24",
"@radix-ui/react-tabs": "^1.1.1",
"@tanstack/react-query": "^5.59.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"lucide-react": "^0.428.0",
"react": "^18.2.0",
"react-day-picker": "^9.0.8",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.5.2",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.447.0",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@preact/signals-react-transform": "^0.3.2",
"@types/node": "^22.5.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"@preact/signals-react-transform": "^0.4.0",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.10.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.9",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.3"
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ function Calendar({
...classNames,
}}
components={{
IconLeft: ({ ...props }) => <ChevronLeftIcon className="h-4 w-4" />,
IconRight: ({ ...props }) => <ChevronRightIcon className="h-4 w-4" />,
IconLeft: () => <ChevronLeftIcon className="h-4 w-4" />,
IconRight: () => <ChevronRightIcon className="h-4 w-4" />,
}}
{...props}
/>
Expand Down
2 changes: 0 additions & 2 deletions examples/react/async-form-signals/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
@tailwind components;
@tailwind utilities;


@layer base {
:root {
--background: 0 0% 100%;
Expand Down Expand Up @@ -50,7 +49,6 @@
}
}


@layer base {
* {
@apply border-border;
Expand Down
50 changes: 25 additions & 25 deletions examples/react/complex-product-details-form-signals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,45 +7,45 @@
"example": "vite"
},
"dependencies": {
"@formsignals/dev-tools-react": "^0.4.1",
"@formsignals/form-core": "^0.4.1",
"@formsignals/form-react": "^0.4.1",
"@formsignals/validation-adapter-zod": "^0.4.1",
"@formsignals/dev-tools-react": "workspace:^",
"@formsignals/form-core": "workspace:^",
"@formsignals/form-react": "workspace:^",
"@formsignals/validation-adapter-zod": "workspace:^",
"@preact/signals-react": "^2.2.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"lucide-react": "^0.428.0",
"date-fns": "^4.1.0",
"lucide-react": "^0.447.0",
"react": "^18.3.1",
"react-day-picker": "^9.0.8",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.2",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@preact/signals-react-transform": "^0.3.2",
"@types/node": "^22.5.0",
"@types/react": "^18.3.5",
"@preact/signals-react-transform": "^0.4.0",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.10.0",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.3"
"eslint-plugin-react-refresh": "^0.4.12",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const NumberToString = (
value: number | null,
isValid: boolean,
buffer?: string,
) => (!isValid ? buffer ?? '' : value === null ? '' : `${value}`)
) => (!isValid ? (buffer ?? '') : value === null ? '' : `${value}`)

const numberRegex = /^-?\d+([,.]\d+)?$/
const StringToNumber = (value: string): number | [number, ValidationError] => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
@tailwind components;
@tailwind utilities;


@layer base {
:root {
--background: 0 0% 100%;
Expand Down Expand Up @@ -50,7 +49,6 @@
}
}


@layer base {
* {
@apply border-border;
Expand Down
42 changes: 21 additions & 21 deletions examples/react/complex-product-details-react-hook-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,40 +8,40 @@
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"lucide-react": "^0.428.0",
"date-fns": "^4.1.0",
"lucide-react": "^0.447.0",
"react": "^18.3.1",
"react-day-picker": "^9.0.8",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2",
"tailwind-merge": "^2.5.2",
"react-hook-form": "^7.53.0",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.5.0",
"@types/react": "^18.3.5",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.10.0",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.3"
"eslint-plugin-react-refresh": "^0.4.12",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
@tailwind components;
@tailwind utilities;


@layer base {
:root {
--background: 0 0% 100%;
Expand Down Expand Up @@ -50,7 +49,6 @@
}
}


@layer base {
* {
@apply border-border;
Expand Down
Loading

0 comments on commit 7e79334

Please sign in to comment.