Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0127f81

Browse files
authoredApr 15, 2025··
Update all dependencies
1 parent f943a70 commit 0127f81

File tree

3 files changed

+254
-239
lines changed

3 files changed

+254
-239
lines changed
 

Diff for: ‎.github/workflows/lighthouse-report.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4.2.2
2525

2626
- name: Use Node.js
27-
uses: actions/setup-node@v4.2.0
27+
uses: actions/setup-node@v4.4.0
2828
with:
2929
node-version: 20
3030

@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Add Lighthouse stats as comment
6868
id: comment_to_pr
69-
uses: marocchino/sticky-pull-request-comment@v2.9.1
69+
uses: marocchino/sticky-pull-request-comment@v2.9.2
7070
with:
7171
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7272
number: ${{ github.event.pull_request.number }}

Diff for: ‎package-lock.json

+251-236
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"remark-math": "^6.0.0",
7070
"styled-components": "^6.1.8",
7171
"swiper": "^11.1.4",
72-
"three": "^0.173.0",
72+
"three": "^0.175.0",
7373
"vanilla-tilt": "^1.8.1"
7474
},
7575
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.