Skip to content

Commit de79299

Browse files
committed
update dependancies
1 parent 77d9a06 commit de79299

File tree

8 files changed

+3494
-4209
lines changed

8 files changed

+3494
-4209
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ jobs:
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+

@client/astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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(),

@client/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
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",
@@ -28,9 +28,9 @@
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
}

@package/scrapers/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
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
}

@package/scripts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
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
}

@package/shears/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
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
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
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,

0 commit comments

Comments
 (0)