File tree Expand file tree Collapse file tree 6 files changed +2185
-2451
lines changed
Expand file tree Collapse file tree 6 files changed +2185
-2451
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " course-template" ,
3- "image" : " mcr.microsoft.com/devcontainers/typescript-node:1-22 -bookworm" ,
3+ "image" : " mcr.microsoft.com/devcontainers/typescript-node:24 -bookworm" ,
44 "containerEnv" : {
55 "ASTRO_TELEMETRY_DISABLED" : " 1"
66 },
Original file line number Diff line number Diff line change 11// @ts -check
22import { defineConfig } from 'astro/config' ;
33import starlight from '@astrojs/starlight' ;
4- import starlightThemeOpenscript from 'starlight-theme-openscript'
4+ import openscriptTheme from '@openscript-ch/ starlight-theme' ;
55
66// https://astro.build/config
77export default defineConfig ( {
@@ -14,7 +14,7 @@ export default defineConfig({
1414 lang : 'de' , // lang is required for root locales
1515 } ,
1616 } ,
17- plugins : [ starlightThemeOpenscript ( ) ] ,
17+ plugins : [ openscriptTheme ( ) ] ,
1818 title : '[Company] [Coursename]' ,
1919 logo : {
2020 src : './src/assets/logo.svg' ,
Original file line number Diff line number Diff line change 1010 "astro" : " astro"
1111 },
1212 "dependencies" : {
13- "@astrojs/starlight" : " ^0.34.3 " ,
14- "astro " : " ^5.9.2 " ,
15- "sharp " : " ^0.34.2 " ,
16- "starlight-theme-openscript " : " ^0.1.8 "
13+ "@astrojs/starlight" : " ^0.37.1 " ,
14+ "@openscript-ch/starlight-theme " : " ^0.1.32 " ,
15+ "astro " : " ^5.16.5 " ,
16+ "sharp " : " ^0.34.5 "
1717 },
18- "packageManager" : " pnpm@10.12.1 "
18+ "packageManager" : " pnpm@10.25.0 "
1919}
Original file line number Diff line number Diff line change 88 "export" : " slidev export"
99 },
1010 "dependencies" : {
11- "@openscript-ch/slidev-theme" : " ^0.10.0 " ,
12- "@slidev/cli" : " ^51.8.1 " ,
13- "vue" : " ^3.5.16 "
11+ "@openscript-ch/slidev-theme" : " ^0.10.10 " ,
12+ "@slidev/cli" : " ^52.11.0 " ,
13+ "vue" : " ^3.5.25 "
1414 }
1515}
Original file line number Diff line number Diff line change 1010 "tag" : " changeset tag"
1111 },
1212 "devDependencies" : {
13- "@changesets/cli" : " ^2.29.4 "
13+ "@changesets/cli" : " ^2.29.8 "
1414 },
1515 "keywords" : [],
1616 "author" : " openscript Ltd." ,
1717 "license" : " MIT" ,
18- "packageManager" : " pnpm@10.12.1 "
18+ "packageManager" : " pnpm@10.25.0 "
1919}
You can’t perform that action at this time.
0 commit comments