File tree Expand file tree Collapse file tree 7 files changed +530
-209
lines changed Expand file tree Collapse file tree 7 files changed +530
-209
lines changed Original file line number Diff line number Diff line change 2121 "@tutorialkit/astro" : " workspace:*" ,
2222 "@tutorialkit/theme" : " workspace:*" ,
2323 "@tutorialkit/types" : " workspace:*" ,
24- "astro" : " ^4.12 .0" ,
24+ "astro" : " ^4.15 .0" ,
2525 "prettier-plugin-astro" : " ^0.14.1" ,
2626 "typescript" : " ^5.4.5"
2727 }
Original file line number Diff line number Diff line change 2626 "@types/gtag.js" : " ^0.0.20" ,
2727 "@types/react" : " ^18.3.3" ,
2828 "@types/react-dom" : " ^18.3.0" ,
29- "astro" : " ^4.12 .0" ,
29+ "astro" : " ^4.15 .0" ,
3030 "sass" : " ^1.77.6" ,
3131 "sharp" : " ^0.32.6" ,
3232 "starlight-links-validator" : " ^0.9.0" ,
Original file line number Diff line number Diff line change 2121 "@types/node" : " ^22.2.0" ,
2222 "@unocss/reset" : " ^0.59.4" ,
2323 "@unocss/transformer-directives" : " ^0.62.0" ,
24- "astro" : " ^4.12 .0" ,
24+ "astro" : " ^4.15 .0" ,
2525 "fast-glob" : " ^3.3.2" ,
2626 "playwright" : " ^1.46.0" ,
2727 "react" : " ^18.3.1" ,
Original file line number Diff line number Diff line change 4444 "@types/react" : " ^18.3.3" ,
4545 "@unocss/reset" : " ^0.62.2" ,
4646 "@webcontainer/api" : " 1.2.0" ,
47- "astro" : " ^4.12 .0" ,
47+ "astro" : " ^4.15 .0" ,
4848 "astro-expressive-code" : " ^0.35.3" ,
4949 "chokidar" : " 3.6.0" ,
5050 "fast-glob" : " ^3.3.2" ,
7373 "vitest" : " ^1.6.0"
7474 },
7575 "peerDependencies" : {
76- "astro" : " ^4.12 .0"
76+ "astro" : " ^4.15 .0"
7777 }
7878}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const baseURL = import.meta.env.BASE_URL;
3838 }
3939 </script >
4040 <script >
41- import * as builtInSwap from 'node_modules/ astro/dist/ transitions/swap-functions ';
41+ import { swapFunctions as builtInSwap } from 'astro: transitions/client ';
4242
4343 declare global {
4444 function setTutorialKitTheme(): void;
Original file line number Diff line number Diff line change 2323 "@tutorialkit/types" : " workspace:*" ,
2424 "@types/node" : " ^20.14.6" ,
2525 "@types/react" : " ^18.3.3" ,
26- "astro" : " ^4.12 .0" ,
26+ "astro" : " ^4.15 .0" ,
2727 "prettier-plugin-astro" : " ^0.14.1" ,
2828 "typescript" : " ^5.4.5"
2929 }
You can’t perform that action at this time.
0 commit comments