Skip to content

Commit

Permalink
Update packages of repository
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Sep 6, 2024
1 parent c9700d3 commit 438d13c
Show file tree
Hide file tree
Showing 11 changed files with 2,903 additions and 1,690 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"private": true,
"devDependencies": {
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"typescript": "5.4.5"
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"typescript": "5.5.4"
}
}
16 changes: 8 additions & 8 deletions packages/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@
"valibot": ">=0.33.0 <1"
},
"devDependencies": {
"@preact/preset-vite": "^2.8.2",
"@preact/signals": "^1.2.3",
"@types/eslint": "^8.56.10",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@preact/preset-vite": "^2.9.0",
"@preact/signals": "^1.3.0",
"@types/eslint": "^8.56.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "8.57.0",
"eslint-config-preact": "^1.4.0",
"preact": "^10.22.0",
"typescript": "5.4.5",
"vite": "^5.2.12",
"preact": "^10.23.2",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"zod": "^3.23.8"
},
"peerDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions packages/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@
"@builder.io/qwik-city": "^1.4.0"
},
"devDependencies": {
"@builder.io/qwik": "^1.5.5",
"@builder.io/qwik-city": "^1.5.5",
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/utils": "^7.12.0",
"@builder.io/qwik": "^1.8.0",
"@builder.io/qwik-city": "^1.8.0",
"@types/eslint": "^8.56.12",
"@types/node": "^20.16.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/utils": "^7.18.0",
"eslint": "8.57.0",
"eslint-plugin-qwik": "^1.5.5",
"typescript": "5.4.5",
"vite": "^5.2.12",
"eslint-plugin-qwik": "^1.8.0",
"typescript": "^5.5.4",
"vite": "^5.4.3",
"zod": "^3.23.8"
}
}
16 changes: 8 additions & 8 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@
"valibot": ">=0.33.0 <1"
},
"devDependencies": {
"@preact/signals-react": "^2.0.1",
"@types/eslint": "^8.56.10",
"@types/react": "^18.3.3",
"@preact/signals-react": "^2.2.0",
"@types/eslint": "^8.56.12",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitejs/plugin-react": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"react": "^18.3.1",
"typescript": "5.4.5",
"vite": "^5.2.13",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"zod": "^3.23.8"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@
"valibot": ">=0.33.0 <1"
},
"devDependencies": {
"@types/eslint": "^8.56.10",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@types/eslint": "^8.56.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-plugin-solid": "^0.14.0",
"rollup": "4.18.0",
"eslint-plugin-solid": "^0.14.3",
"rollup": "^4.21.2",
"rollup-preset-solid": "^2.0.1",
"solid-js": "^1.8.17",
"typescript": "5.4.5",
"solid-js": "^1.8.22",
"typescript": "^5.5.4",
"zod": "^3.23.8"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions playgrounds/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
},
"dependencies": {
"@modular-forms/preact": "workspace:*",
"@preact/signals": "^1.2.3",
"@preact/signals": "^1.3.0",
"clsx": "^2.1.1",
"preact": "^10.22.0",
"preact": "^10.23.2",
"preact-router": "^4.1.2"
},
"devDependencies": {
"@preact/preset-vite": "^2.8.2",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vite": "^5.2.12"
"@preact/preset-vite": "^2.9.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.44",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.2"
}
}
28 changes: 14 additions & 14 deletions playgrounds/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,28 @@
"qwik": "qwik"
},
"dependencies": {
"@builder.io/qwik": "^1.5.5",
"@builder.io/qwik-city": "^1.5.5",
"@img/sharp-darwin-x64": "^0.33.4",
"@builder.io/qwik": "^1.8.0",
"@builder.io/qwik-city": "^1.8.0",
"@img/sharp-darwin-x64": "^0.33.5",
"@modular-forms/qwik": "workspace:*",
"clsx": "^2.1.1",
"valibot": "^0.35.0"
},
"devDependencies": {
"@types/eslint": "^8.56.10",
"@types/node": "^20.14.2",
"@types/eslint": "^8.56.12",
"@types/node": "^20.16.5",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"autoprefixer": "^10.4.19",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
"eslint": "8.57.0",
"eslint-plugin-qwik": "^1.5.5",
"eslint-plugin-qwik": "^1.8.0",
"node-fetch": "^3.3.2",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "5.4.5",
"undici": "^6.18.2",
"vite": "^5.2.12",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"undici": "^6.19.8",
"vite": "^5.4.3",
"vite-tsconfig-paths": "^4.3.2"
},
"engines": {
Expand Down
18 changes: 9 additions & 9 deletions playgrounds/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
},
"dependencies": {
"@modular-forms/react": "workspace:*",
"@preact/signals-react": "^2.0.1",
"@preact/signals-react": "^2.2.0",
"clsx": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1"
"react-router-dom": "^6.26.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vite": "^5.2.12"
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.44",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.4.2"
}
}
17 changes: 9 additions & 8 deletions playgrounds/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,20 @@
"dependencies": {
"@modular-forms/solid": "workspace:*",
"@solid-primitives/event-listener": "^2.3.3",
"@solid-primitives/storage": "^3.5.0",
"@solid-primitives/storage": "^3.8.0",
"@solid-primitives/utils": "^6.2.3",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.13.5",
"@solidjs/start": "^1.0.1",
"@solidjs/router": "^0.14.3",
"@solidjs/start": "^1.0.6",
"clsx": "^2.1.1",
"solid-js": "^1.8.17",
"vinxi": "^0.3.11"
"solid-js": "^1.8.22",
"vinxi": "^0.4.2"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4"
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 438d13c

Please sign in to comment.