File tree Expand file tree Collapse file tree 6 files changed +552
-336
lines changed Expand file tree Collapse file tree 6 files changed +552
-336
lines changed Original file line number Diff line number Diff line change 16
16
"@astrojs/tailwind" : " ^5.1.3" ,
17
17
"@nanostores/persistent" : " ^0.10.2" ,
18
18
"@nanostores/solid" : " ^0.5.0" ,
19
- "astro" : " ^4.16.17 " ,
19
+ "astro" : " ^5.0.3 " ,
20
20
"astro-icon" : " ^1.1.4" ,
21
21
"nanostores" : " ^0.11.3" ,
22
22
"solid-icons" : " ^1.1.0" ,
25
25
"trailbase" : " ^0.1.2"
26
26
},
27
27
"devDependencies" : {
28
- "@astrojs/solid-js" : " ^4.4.4 " ,
28
+ "@astrojs/solid-js" : " ^5.0.0 " ,
29
29
"@iconify-json/tabler" : " ^1.2.10" ,
30
30
"@tailwindcss/typography" : " ^0.5.15" ,
31
31
"@types/dateformat" : " ^5.0.2" ,
Original file line number Diff line number Diff line change 1
1
---
2
- import { ViewTransitions } from " astro:transitions" ;
2
+ import { ClientRouter } from " astro:transitions" ;
3
3
import Header from " ../components/general/Header.astro" ;
4
4
import Footer from " ../components/general/Footer.astro" ;
5
5
@@ -41,7 +41,7 @@ const description = "TrailBase Example Blog Application";
41
41
42
42
<title >{ title } </title >
43
43
44
- <ViewTransitions />
44
+ <ClientRouter />
45
45
</head >
46
46
47
47
<body
Original file line number Diff line number Diff line change 11
11
"preview" : " vite preview"
12
12
},
13
13
"dependencies" : {
14
- "react" : " ^18.3.1 " ,
15
- "react-dom" : " ^18.3.1 "
14
+ "react" : " ^19.0.0 " ,
15
+ "react-dom" : " ^19.0.0 "
16
16
},
17
17
"devDependencies" : {
18
18
"@eslint/js" : " ^9.16.0" ,
19
- "@types/react" : " ^18.3.14 " ,
20
- "@types/react-dom" : " ^18.3.2 " ,
19
+ "@types/react" : " ^19.0.1 " ,
20
+ "@types/react-dom" : " ^19.0.1 " ,
21
21
"@vitejs/plugin-react" : " ^4.3.4" ,
22
22
"eslint" : " ^9.16.0" ,
23
23
"eslint-plugin-react-hooks" : " ^5.1.0" ,
You can’t perform that action at this time.
0 commit comments