Skip to content

Commit 34d9f59

Browse files
chore(deps): update all major dependencies
1 parent 6584328 commit 34d9f59

File tree

6 files changed

+230
-127
lines changed

6 files changed

+230
-127
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout branch ${{ github.ref }}
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

2828
- name: Build
2929
uses: ./.github/actions/build

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout branch ${{ github.ref }}
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636

3737
- uses: actions/cache/restore@v3
3838
id: cache
@@ -51,14 +51,14 @@ jobs:
5151
uses: actions/configure-pages@v3
5252

5353
- name: Upload artifact
54-
uses: actions/upload-pages-artifact@v1
54+
uses: actions/upload-pages-artifact@v2
5555
with:
5656
# Upload entire repository
5757
path: dist
5858

5959
- name: Deploy to GitHub Pages
6060
id: deployment
61-
uses: actions/deploy-pages@v1
61+
uses: actions/deploy-pages@v2
6262

6363
- name: Setup credentials
6464
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout branch ${{ github.ref }}
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
with:
2727
ref: main
2828
fetch-depth: 0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout branch ${{ github.ref }}
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434
with:
3535
ref: main
3636
fetch-depth: 0

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@
6666
"@vitest/coverage-v8": "^0.33.0",
6767
"eslint": "^8.36.0",
6868
"eslint-plugin-jsx-a11y": "^6.7.1",
69-
"eslint-plugin-prettier": "^4.2.1",
69+
"eslint-plugin-prettier": "^5.0.0",
7070
"eslint-plugin-solid": "^0.12.0",
7171
"eslint-plugin-vitest": "^0.2.8",
7272
"extract-changelog-release": "^1.0.2",
7373
"husky": "^8.0.3",
7474
"jsdom": "^22.1.0",
75-
"lint-staged": "^13.2.0",
76-
"prettier": "^2.8.7",
75+
"lint-staged": "^14.0.0",
76+
"prettier": "^3.0.0",
7777
"sass": "^1.59.3",
7878
"solid-devtools": "^0.26.0",
7979
"standard-version": "^9.5.0",

0 commit comments

Comments
 (0)