Skip to content

Commit f9a96c2

Browse files
committed
bump dependencies versions
1 parent 928ee4e commit f9a96c2

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: withastro/action@v2
2727
with:
2828
# path: . # The root location of your Astro project inside the repository. (optional)
29-
node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
29+
node-version: 22
3030
package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
3131

3232
deploy:

content/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ will generate this 3D model with the provided files.
113113
* environment-image : for lighting effect
114114

115115
```yaml glb
116-
src: Lantern.glb
116+
src: ./home/Lantern.glb
117117
title: Lantern
118-
poster: home/Lantern.webp
119-
environment-image: spruit_sunrise_1k_HDR.hdr
118+
poster: ./home/Lantern.webp
119+
environment-image: ./home/spruit_sunrise_1k_HDR.hdr
120120
```
121121

122122

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,33 @@
1212
"server": "node server/server.js"
1313
},
1414
"dependencies": {
15+
"astro": "^5.0.3",
1516
"@google/model-viewer": "^3.4.0",
16-
"@svgdotjs/svg.js": "^3.1.2",
17-
"astro": "^4.10.1",
17+
"@svgdotjs/svg.js": "^3.2.4",
1818
"content-structure": "1.1.10",
19-
"cookie-parser": "^1.4.6",
19+
"cookie-parser": "^1.4.7",
2020
"cors": "^2.8.5",
2121
"datatables.net-dt": "^1.13.7",
22-
"dotenv": "^16.0.3",
23-
"express": "^4.18.2",
24-
"express-session": "^1.17.3",
25-
"glob": "^10.3.10",
22+
"dotenv": "^16.4.7",
23+
"express": "^4.21.2",
24+
"express-session": "^1.18.1",
25+
"glob": "^11.0.0",
2626
"gray-matter": "^4.0.3",
27-
"hast-util-to-html": "^9.0.0",
27+
"hast-util-to-html": "^9.0.3",
2828
"js-yaml": "^4.1.0",
29-
"marked": "^9.1.0",
30-
"mdast-util-to-hast": "^13.0.2",
29+
"marked": "^15.0.3",
30+
"mdast-util-to-hast": "^13.2.0",
3131
"panzoom": "^9.4.3",
32-
"passport": "^0.6.0",
32+
"passport": "^0.7.0",
3333
"passport-github": "^1.1.0",
34-
"photoswipe": "^5.4.3",
34+
"photoswipe": "^5.4.4",
3535
"remark": "^15.0.1",
36-
"sharp": "^0.33.0",
37-
"shikiji": "^0.6.10",
38-
"swiper": "^11.0.5",
39-
"three": "^0.163.0",
40-
"unist-util-visit": "^4.1.1",
41-
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
36+
"sharp": "^0.33.5",
37+
"shikiji": "^0.10.2",
38+
"swiper": "^11.1.15",
39+
"three": "^0.171.0",
40+
"unist-util-visit": "^5.0.0",
41+
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
4242
},
4343
"engines": {
4444
"pnpm": ">=8.0.0"

0 commit comments

Comments
 (0)