Skip to content

Commit 53e5e03

Browse files
committed
2 parents 120322b + c350ab0 commit 53e5e03

File tree

3 files changed

+68
-72
lines changed

3 files changed

+68
-72
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
cp -r resume/* content/
3737
38-
- uses: actions/setup-node@v4
38+
- uses: actions/setup-node@v5
3939
with:
4040
node-version: 22
4141

@@ -51,7 +51,7 @@ jobs:
5151

5252

5353
- name: Upload artifact
54-
uses: actions/upload-pages-artifact@v3
54+
uses: actions/upload-pages-artifact@v4
5555
with:
5656
path: public
5757

package-lock.json

Lines changed: 57 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
"@types/he": "^1.2.3",
4444
"@types/nprogress": "^0.2.3",
4545
"@webgpu/types": "^0.1.64",
46-
"ansi-truncate": "^1.2.0",
46+
"ansi-truncate": "^1.4.0",
4747
"async-mutex": "^0.5.0",
4848
"chalk": "^5.6.0",
4949
"chokidar": "^4.0.3",
5050
"cli-spinner": "^0.2.10",
5151
"d3": "^7.9.0",
5252
"esbuild-sass-plugin": "^3.3.1",
53-
"flexsearch": "0.8.205",
53+
"flexsearch": "0.8.212",
5454
"github-slugger": "^2.0.0",
5555
"globby": "^14.1.0",
5656
"gray-matter": "^4.0.3",
@@ -71,9 +71,9 @@
7171
"micromorph": "^0.4.5",
7272
"minimatch": "^10.0.3",
7373
"nprogress": "^0.2.0",
74-
"pixi.js": "^8.11.0",
75-
"preact": "^10.27.0",
76-
"preact-render-to-string": "^6.5.13",
74+
"pixi.js": "^8.13.1",
75+
"preact": "^10.27.1",
76+
"preact-render-to-string": "^6.6.1",
7777
"pretty-bytes": "^7.0.1",
7878
"pretty-time": "^1.1.0",
7979
"reading-time": "^1.5.0",
@@ -94,10 +94,10 @@
9494
"remark-smartypants": "^3.0.2",
9595
"rfdc": "^1.4.1",
9696
"rimraf": "^6.0.1",
97-
"satori": "^0.16.2",
97+
"satori": "^0.18.2",
9898
"serve-handler": "^6.1.6",
9999
"sharp": "^0.34.3",
100-
"shiki": "^3.9.2",
100+
"shiki": "^3.12.2",
101101
"source-map-support": "^0.5.21",
102102
"to-vfile": "^8.0.0",
103103
"toml": "^3.0.0",
@@ -112,14 +112,14 @@
112112
"@types/d3": "^7.4.3",
113113
"@types/hast": "^3.0.4",
114114
"@types/js-yaml": "^4.0.9",
115-
"@types/node": "^24.3.0",
115+
"@types/node": "^24.3.1",
116116
"@types/pretty-time": "^1.1.5",
117117
"@types/source-map-support": "^0.5.10",
118118
"@types/ws": "^8.18.1",
119119
"@types/yargs": "^17.0.33",
120120
"esbuild": "^0.25.9",
121121
"prettier": "^3.6.2",
122-
"tsx": "^4.20.4",
122+
"tsx": "^4.20.5",
123123
"typescript": "^5.9.2"
124124
}
125125
}

0 commit comments

Comments
 (0)