Skip to content

Commit 789d017

Browse files
committed
2 parents 9961e84 + b74b12d commit 789d017

File tree

3 files changed

+28
-26
lines changed

3 files changed

+28
-26
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: pnpm exec workbox injectManifest workbox-config.js
4848

4949
- name: Upload GitHub Pages artifact
50-
uses: actions/upload-pages-artifact@v3
50+
uses: actions/upload-pages-artifact@v4
5151
with:
5252
# Upload entire repository
5353
path: ./public-dist

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"update": "npm-check-updates -u"
1010
},
1111
"devDependencies": {
12-
"cross-env": "10.0.0",
12+
"cross-env": "10.1.0",
1313
"html-minifier-terser": "7.2.0",
14-
"npm-check-updates": "^18.0.2",
14+
"npm-check-updates": "^19.0.0",
1515
"rimraf": "^6.0.1",
1616
"shx": "0.4.0",
17-
"tiddlywiki": "^5.3.7",
17+
"tiddlywiki": "^5.3.8",
1818
"uglify-js": "3.19.3",
1919
"workbox-cli": "7.3.0",
20-
"zx": "^8.7.2"
20+
"zx": "^8.8.4"
2121
}
2222
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)