Skip to content

Commit 64ad11c

Browse files
renovate[bot]CopilotLadyBluenotesautofix-ci[bot]
authored
Update all dependencies (#1613)
* Update all dependencies * Fix dependency update lockfile and TS7 tooling Co-authored-by: LadyBluenotes <98355961+LadyBluenotes@users.noreply.github.com> * ci: apply automated fixes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: LadyBluenotes <98355961+LadyBluenotes@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent b12bc41 commit 64ad11c

14 files changed

Lines changed: 1051 additions & 814 deletions

File tree

osmium/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@
2828
},
2929
"license": "MIT",
3030
"dependencies": {
31-
"@fontsource-variable/geist": "^5.2.8",
32-
"@fontsource-variable/geist-mono": "^5.2.8",
33-
"@kobalte/core": "^0.13.11",
31+
"@fontsource-variable/geist": "^5.3.0",
32+
"@fontsource-variable/geist-mono": "^5.3.0",
33+
"@kobalte/core": "^0.13.12",
3434
"@kobalte/solidbase": "catalog:",
3535
"@kobalte/tailwindcss": "^0.9.0",
3636
"@orama/core": "^1.2.19",
3737
"@solid-primitives/context": "^0.3.2",
38-
"@solid-primitives/event-listener": "^2.4.5",
38+
"@solid-primitives/event-listener": "^2.4.6",
3939
"@solid-primitives/marker": "^0.2.2",
4040
"@solid-primitives/platform": "^0.2.1",
41-
"@solidjs/router": "0.16.3",
41+
"@solidjs/router": "1.0.0",
4242
"@tailwindcss/typography": "^0.5.19",
4343
"solid-heroicons": "^3.2.4",
44-
"solid-js": "^1.9.12",
45-
"tailwindcss": "^4.3.0"
44+
"solid-js": "^1.9.14",
45+
"tailwindcss": "^4.3.3"
4646
},
4747
"peerDependencies": {
48-
"tailwindcss": "^4.3.0"
48+
"tailwindcss": "^4.3.3"
4949
}
5050
}

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
"@kobalte/core": "^0.13.12",
2121
"@kobalte/solidbase": "catalog:",
2222
"@solidjs/meta": "^0.29.4",
23-
"@solidjs/router": "^0.16.3",
24-
"@solidjs/start": "2.0.0-rc.1",
23+
"@solidjs/router": "^1.0.0",
24+
"@solidjs/start": "2.0.0",
2525
"@tailwindcss/vite": "^4.3.3",
2626
"dotenv": "^17.4.2",
2727
"nitro": "3.0.260610-beta",
2828
"resolve": "1.22.12",
2929
"solid-heroicons": "^3.2.4",
30-
"solid-js": "1.9.12",
30+
"solid-js": "1.9.14",
3131
"solid-list": "^0.3.0",
3232
"solidbase-osmium": "workspace:*",
33-
"vite": "8.1.3",
33+
"vite": "8.2.1",
3434
"zod": "^4.4.3"
3535
},
3636
"devDependencies": {
@@ -41,21 +41,22 @@
4141
"@types/node": "^25.9.5",
4242
"@typescript-eslint/eslint-plugin": "^8.65.0",
4343
"@typescript-eslint/parser": "^8.65.0",
44+
"@typescript/native": "npm:typescript@^7.0.0",
4445
"eslint": "^10.7.0",
4546
"eslint-plugin-solid": "^0.14.5",
4647
"globals": "^17.7.0",
47-
"prettier": "3.8.4",
48+
"prettier": "3.9.6",
4849
"prettier-plugin-tailwindcss": "^0.8.1",
4950
"tailwindcss": "^4.3.3",
50-
"typescript": "^6.0.3",
51+
"typescript": "npm:@typescript/typescript6@^6.0.2",
5152
"typescript-eslint": "^8.65.0"
5253
},
5354
"overrides": {
54-
"@solidjs/start": "2.0.0-rc.1"
55+
"@solidjs/start": "2.0.0"
5556
},
5657
"engines": {
5758
"node": ">=24",
5859
"pnpm": ">=11"
5960
},
60-
"packageManager": "pnpm@11.9.0"
61+
"packageManager": "pnpm@11.20.0"
6162
}

0 commit comments

Comments
 (0)