Skip to content

Commit 2a5b2ca

Browse files
committed
chore: bump dependencies
1 parent a365ecd commit 2a5b2ca

9 files changed

Lines changed: 1373 additions & 2002 deletions

File tree

apps/example-astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"astro": "astro"
1010
},
1111
"dependencies": {
12-
"astro": "^5.17.1"
12+
"astro": "^5.18.0"
1313
},
1414
"devDependencies": {
1515
"@zugriff/adapter-astro": "^1.1.0"

apps/example-hono/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
},
66
"type": "module",
77
"dependencies": {
8-
"hono": "^4.7.7"
8+
"hono": "^4.12.5"
99
},
1010
"devDependencies": {
11-
"zugriff": "^1.0.9"
11+
"zugriff": "^1.0.10"
1212
}
1313
}

apps/example-next/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
},
1212
"dependencies": {
1313
"next": "15.4.11",
14-
"react": "19.1.0",
15-
"react-dom": "19.1.0"
14+
"react": "19.2.4",
15+
"react-dom": "19.2.4"
1616
},
1717
"devDependencies": {
1818
"@cloudflare/next-on-pages": "^1.13.16",
1919
"@tailwindcss/postcss": "^4",
20-
"@types/node": "^20",
20+
"@types/node": "^25",
2121
"@types/react": "^19",
2222
"@types/react-dom": "^19",
2323
"tailwindcss": "^4",
2424
"typescript": "^5",
25-
"zugriff": "^1.0.9"
25+
"zugriff": "^1.0.10"
2626
}
2727
}

apps/example-nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"nuxt": "^4.3.1",
14-
"vue": "^3.5.27",
15-
"vue-router": "^4.6.4"
14+
"vue": "^3.5.29",
15+
"vue-router": "^5.0.3"
1616
},
1717
"devDependencies": {
1818
"@zugriff/preset-nitro": "^1.2.0"

apps/example-react-router/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@
99
"typecheck": "react-router typegen && tsc"
1010
},
1111
"dependencies": {
12-
"@react-router/node": "7.12.0",
13-
"@react-router/serve": "7.12.0",
14-
"isbot": "^5.1.31",
12+
"@react-router/node": "7.13.1",
13+
"@react-router/serve": "7.13.1",
14+
"isbot": "^5.1.35",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4",
17-
"react-router": "7.12.0"
17+
"react-router": "7.13.1"
1818
},
1919
"devDependencies": {
20-
"@react-router/dev": "7.12.0",
21-
"@tailwindcss/vite": "^4.1.13",
22-
"@types/node": "^22",
23-
"@types/react": "^19.2.7",
20+
"@react-router/dev": "7.13.1",
21+
"@tailwindcss/vite": "^4.2.1",
22+
"@types/node": "^25",
23+
"@types/react": "^19.2.14",
2424
"@types/react-dom": "^19.2.3",
25-
"@zugriff/preset-react-router": "^1.0.0",
26-
"tailwindcss": "^4.1.13",
27-
"typescript": "^5.9.2",
28-
"vite": "^7.1.7",
29-
"vite-tsconfig-paths": "^5.1.4"
25+
"@zugriff/preset-react-router": "^1.0.1",
26+
"tailwindcss": "^4.2.1",
27+
"typescript": "^5.9.3",
28+
"vite": "^7.3.1",
29+
"vite-tsconfig-paths": "^6.1.1"
3030
}
3131
}

apps/example-solid/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
},
1010
"dependencies": {
1111
"@solidjs/meta": "^0.29.4",
12-
"@solidjs/router": "^0.15.0",
13-
"@solidjs/start": "^1.1.0",
14-
"solid-js": "^1.9.5",
15-
"vinxi": "^0.5.7"
12+
"@solidjs/router": "^0.15.4",
13+
"@solidjs/start": "^1.3.2",
14+
"solid-js": "^1.9.11",
15+
"vinxi": "^0.5.11"
1616
},
1717
"devDependencies": {
1818
"@zugriff/preset-nitro": "^1.2.0"

apps/example-sveltekit/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"devDependencies": {
1515
"@fontsource/fira-mono": "^5.2.7",
1616
"@neoconfetti/svelte": "^2.2.2",
17-
"@sveltejs/adapter-auto": "^7.0.0",
18-
"@sveltejs/kit": "^2.50.2",
17+
"@sveltejs/adapter-auto": "^7.0.1",
18+
"@sveltejs/kit": "^2.53.4",
1919
"@sveltejs/vite-plugin-svelte": "^6.2.4",
2020
"@zugriff/adapter-sveltekit": "^1.1.0",
21-
"svelte": "^5.49.2",
22-
"svelte-check": "^4.3.6",
21+
"svelte": "^5.53.7",
22+
"svelte-check": "^4.4.4",
2323
"typescript": "^5.9.3",
2424
"vite": "^7.3.1"
2525
}

package.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,21 @@
88
"prepare": "husky"
99
},
1010
"devDependencies": {
11-
"@commitlint/cli": "^19.8.0",
12-
"@commitlint/config-conventional": "^19.8.0",
13-
"@types/node": "^22.14.1",
14-
"@typescript-eslint/eslint-plugin": "^8.30.1",
11+
"@commitlint/cli": "^20.4.3",
12+
"@commitlint/config-conventional": "^20.4.3",
13+
"@types/node": "^25.3.3",
14+
"@typescript-eslint/eslint-plugin": "^8.56.1",
1515
"commitizen": "^4.3.1",
16-
"commitlint": "^19.8.0",
17-
"eslint": "^9.24.0",
16+
"commitlint": "^20.4.3",
17+
"cz-conventional-changelog": "^3.3.0",
18+
"eslint": "^10.0.2",
1819
"husky": "^9.1.7",
19-
"prettier": "^3.5.3",
20-
"typescript": "^5.8.3"
20+
"prettier": "^3.8.1",
21+
"typescript": "^5.9.3"
22+
},
23+
"config": {
24+
"commitizen": {
25+
"path": "./node_modules/cz-conventional-changelog"
26+
}
2127
}
2228
}

0 commit comments

Comments
 (0)