File tree Expand file tree Collapse file tree 8 files changed +3494
-4209
lines changed
Expand file tree Collapse file tree 8 files changed +3494
-4209
lines changed Original file line number Diff line number Diff line change 7272 NETLIFY_DEPLOY_MESSAGE : ' Actions deploy ${{ github.ref_name }}'
7373 NETLIFY_DEPLOY_TO_PROD : true
7474 DEBUG : ' *'
75- run : pnpm netlify deploy --dir='./@client/build/client' --functions='./@client/build/functions' --message='Actions deploy ${{ github.ref_name }}' --prod --filter @lectures.london/client
75+ run : pnpm netlify deploy --no-build --dir='./@client/build/client' --functions='./@client/build/functions' --message='Actions deploy ${{ github.ref_name }}' --prod --filter @lectures.london/client
76+
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ export default defineConfig({
77 srcDir : './www' ,
88 site : process . env . SITE_URL ,
99 outDir : 'build/client' ,
10+ output : 'static' ,
1011 integrations : [
1112 tailwind ( { config : { applyBaseStyles : false } } ) ,
1213 solidJs ( ) ,
Original file line number Diff line number Diff line change 1212 "collect" : " pnpm script-collect -l lectures.json --hosts hosts.json"
1313 },
1414 "dependencies" : {
15- "@astrojs/rss" : " ^4.0.7 " ,
16- "@astrojs/sitemap" : " ^3.2.0 " ,
17- "@astrojs/solid-js" : " ^4.4.2 " ,
18- "@astrojs/tailwind" : " ^5.1.1 " ,
15+ "@astrojs/rss" : " ^4.0.12 " ,
16+ "@astrojs/sitemap" : " ^3.4.2 " ,
17+ "@astrojs/solid-js" : " ^5.1.0 " ,
18+ "@astrojs/tailwind" : " ^6.0.2 " ,
1919 "@solidjs/meta" : " ^0.29.4" ,
20- "astro" : " ^4.15.12 " ,
20+ "astro" : " ^5.12.8 " ,
2121 "dayjs" : " ^1.11.13" ,
2222 "fuse.js" : " ^7.0.0" ,
2323 "ical-generator" : " ^8.0.0" ,
2828 },
2929 "devDependencies" : {
3030 "@package/scripts" : " workspace:^" ,
31- "@tailwindcss/typography" : " ^0.5.15 " ,
31+ "@tailwindcss/typography" : " ^0.5.16 " ,
3232 "env-cmd" : " ^10.1.0" ,
33- "esbuild" : " ^0.24.0 " ,
34- "typescript" : " 5.6 .2"
33+ "esbuild" : " ^0.25.8 " ,
34+ "typescript" : " 5.9 .2"
3535 }
3636}
Original file line number Diff line number Diff line change 2626 "zod" : " ^3.23.8"
2727 },
2828 "devDependencies" : {
29- "@types/node" : " ^22.7.4 " ,
30- "@types/sanitize-html" : " ^2.13 .0" ,
31- "esbuild" : " ^0.24.0 " ,
32- "typescript" : " 5.6 .2" ,
33- "vitest" : " ^2.1.2 "
29+ "@types/node" : " ^24.2.0 " ,
30+ "@types/sanitize-html" : " ^2.16 .0" ,
31+ "esbuild" : " ^0.25.8 " ,
32+ "typescript" : " 5.9 .2" ,
33+ "vitest" : " ^3.2.4 "
3434 }
3535}
Original file line number Diff line number Diff line change 2828 "zod" : " ^3.23.8"
2929 },
3030 "devDependencies" : {
31- "@types/node" : " ^22.7.4 " ,
32- "esbuild" : " ^0.24.0 " ,
33- "typescript" : " 5.6 .2"
31+ "@types/node" : " ^24.2.0 " ,
32+ "esbuild" : " ^0.25.8 " ,
33+ "typescript" : " 5.9 .2"
3434 }
3535}
Original file line number Diff line number Diff line change 2020 "typeofit" : " ^0.0.5"
2121 },
2222 "devDependencies" : {
23- "@types/node" : " ^22.7.4 " ,
24- "esbuild" : " ^0.24.0 " ,
25- "typescript" : " 5.6 .2" ,
26- "vitest" : " ^2.1.2 "
23+ "@types/node" : " ^24.2.0 " ,
24+ "esbuild" : " ^0.25.8 " ,
25+ "typescript" : " 5.9 .2" ,
26+ "vitest" : " ^3.2.4 "
2727 }
2828}
Original file line number Diff line number Diff line change 2121 },
2222 "devDependencies" : {
2323 "@package/scripts" : " workspace:^" ,
24- "esbuild" : " ^0.24.0 " ,
25- "netlify-cli" : " ^17.36.4 " ,
26- "prettier" : " ^3.3.3 " ,
27- "typescript" : " 5.6 .2"
24+ "esbuild" : " ^0.25.8 " ,
25+ "netlify-cli" : " ^23.1.2 " ,
26+ "prettier" : " ^3.6.2 " ,
27+ "typescript" : " 5.9 .2"
2828 },
2929 "prettier" : {
3030 "semi" : false ,
You can’t perform that action at this time.
0 commit comments