Skip to content

Commit a40ec07

Browse files
authored
chore(deps): update (#308)
* chore(deps): update * chore: update actions
1 parent 8395a6d commit a40ec07

File tree

5 files changed

+325
-707
lines changed

5 files changed

+325
-707
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
pull-requests: write
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: withastro/action@v4
1717
- name: Build & Deploy To Surge
1818
if: ${{ env.surge_token != '' }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: withastro/action@v4
2121
env:
2222
CATPPUCCIN_PROD: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: pnpm/action-setup@v4
1616
- uses: actions/setup-node@v4
1717
with:

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,40 +26,40 @@
2626
},
2727
"devDependencies": {
2828
"@astrojs/check": "^0.9.4",
29-
"@astrojs/markdown-remark": "^6.3.5",
30-
"@astrojs/mdx": "^4.3.3",
29+
"@astrojs/markdown-remark": "^6.3.6",
30+
"@astrojs/mdx": "^4.3.4",
3131
"@astrojs/rss": "^4.0.12",
32-
"@astrojs/sitemap": "^3.4.2",
32+
"@astrojs/sitemap": "^3.5.1",
3333
"@astrojs/svelte": "^7.1.0",
3434
"@catppuccin/catppuccin": "github:catppuccin/catppuccin#7e4506607b8a6c298ce0876e385c52281e879245",
3535
"@catppuccin/palette": "^1.7.1",
3636
"@iconify-json/ph": "^1.2.2",
37-
"@iconify-json/simple-icons": "^1.2.46",
37+
"@iconify-json/simple-icons": "^1.2.48",
3838
"@iconify/svelte": "^5.0.1",
3939
"@iconify/tools": "^4.1.2",
4040
"@iconify/types": "^2.0.0",
41-
"@playwright/test": "^1.54.2",
41+
"@playwright/test": "^1.55.0",
4242
"@rollup/plugin-yaml": "^4.1.2",
43-
"@types/node": "^22.17.1",
43+
"@types/node": "^22.17.2",
4444
"@vitest/coverage-v8": "^3.2.4",
45-
"astro": "^5.12.9",
45+
"astro": "^5.13.3",
4646
"astro-expressive-code": "^0.41.3",
4747
"astro-icon": "1.1.5",
4848
"fuse.js": "^7.1.0",
4949
"husky": "^9.1.7",
5050
"lint-staged": "^16.1.5",
5151
"mdast-util-to-string": "^4.0.0",
52-
"playwright": "^1.54.2",
52+
"playwright": "^1.55.0",
5353
"prettier": "^3.6.2",
5454
"prettier-plugin-astro": "^0.14.1",
5555
"reading-time": "^1.5.0",
5656
"rehype-autolink-headings": "^7.1.0",
5757
"sass": "^1.90.0",
5858
"sharp": "^0.34.3",
5959
"surge": "^0.24.6",
60-
"svelte": "5.35.3",
60+
"svelte": "^5.38.3",
6161
"svelte-intersection-observer-action": "^0.0.5",
62-
"tsx": "^4.20.3",
62+
"tsx": "^4.20.5",
6363
"typescript": "^5.9.2",
6464
"vite": "^6.3.5",
6565
"vitest": "^3.2.4",
@@ -68,7 +68,7 @@
6868
"dependenciesComments": {
6969
"svelte": "Svelte is pinned due to the following issue: https://github.com/sveltejs/svelte/issues/16423"
7070
},
71-
"packageManager": "pnpm@10.14.0",
71+
"packageManager": "pnpm@10.15.0",
7272
"engines": {
7373
"node": ">=22"
7474
},

0 commit comments

Comments
 (0)