mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-02-13 21:19:20 -06:00
Update javascript dependencies. Note that starlight does not yet support astrojs v5.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"@astrojs/tailwind": "^5.1.3",
|
||||
"@nanostores/persistent": "^0.10.2",
|
||||
"@nanostores/solid": "^0.5.0",
|
||||
"astro": "^4.16.17",
|
||||
"astro": "^5.0.3",
|
||||
"astro-icon": "^1.1.4",
|
||||
"nanostores": "^0.11.3",
|
||||
"solid-icons": "^1.1.0",
|
||||
@@ -25,7 +25,7 @@
|
||||
"trailbase": "^0.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/solid-js": "^4.4.4",
|
||||
"@astrojs/solid-js": "^5.0.0",
|
||||
"@iconify-json/tabler": "^1.2.10",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
"@types/dateformat": "^5.0.2",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
import { ViewTransitions } from "astro:transitions";
|
||||
import { ClientRouter } from "astro:transitions";
|
||||
import Header from "../components/general/Header.astro";
|
||||
import Footer from "../components/general/Footer.astro";
|
||||
|
||||
@@ -41,7 +41,7 @@ const description = "TrailBase Example Blog Application";
|
||||
|
||||
<title>{title}</title>
|
||||
|
||||
<ViewTransitions />
|
||||
<ClientRouter />
|
||||
</head>
|
||||
|
||||
<body
|
||||
|
||||
@@ -11,13 +11,13 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.16.0",
|
||||
"@types/react": "^18.3.14",
|
||||
"@types/react-dom": "^18.3.2",
|
||||
"@types/react": "^19.0.1",
|
||||
"@types/react-dom": "^19.0.1",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"eslint": "^9.16.0",
|
||||
"eslint-plugin-react-hooks": "^5.1.0",
|
||||
|
||||
1050
pnpm-lock.yaml
generated
1050
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -18,7 +18,7 @@
|
||||
"@codemirror/lang-sql": "^6.8.0",
|
||||
"@codemirror/language": "^6.10.6",
|
||||
"@codemirror/state": "^6.4.1",
|
||||
"@codemirror/view": "^6.35.0",
|
||||
"@codemirror/view": "^6.35.1",
|
||||
"@corvu/resizable": "^0.2.3",
|
||||
"@kobalte/core": "^0.13.7",
|
||||
"@kobalte/utils": "^0.9.1",
|
||||
@@ -26,8 +26,8 @@
|
||||
"@nanostores/solid": "^0.5.0",
|
||||
"@solid-primitives/memo": "^1.3.10",
|
||||
"@solidjs/router": "^0.15.1",
|
||||
"@tanstack/solid-form": "^0.37.1",
|
||||
"@tanstack/solid-query": "^5.62.2",
|
||||
"@tanstack/solid-form": "^0.39.0",
|
||||
"@tanstack/solid-query": "^5.62.3",
|
||||
"@tanstack/solid-table": "^8.20.5",
|
||||
"@tanstack/table-core": "^8.20.5",
|
||||
"chart.js": "^4.4.7",
|
||||
@@ -51,7 +51,7 @@
|
||||
"@eslint/js": "^9.16.0",
|
||||
"@iconify-json/tabler": "^1.2.10",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
"@types/geojson": "^7946.0.14",
|
||||
"@types/geojson": "^7946.0.15",
|
||||
"@types/leaflet": "^1.9.15",
|
||||
"@types/wicg-file-system-access": "^2023.10.5",
|
||||
"autoprefixer": "^10.4.20",
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/solid-js": "^4.4.4",
|
||||
"@astrojs/solid-js": "^5.0.0",
|
||||
"@astrojs/tailwind": "^5.1.3",
|
||||
"@kobalte/core": "^0.13.7",
|
||||
"astro": "^4.16.17",
|
||||
"astro": "^5.0.3",
|
||||
"astro-icon": "^1.1.4",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
|
||||
Reference in New Issue
Block a user