mirror of
https://github.com/catppuccin/website.git
synced 2026-01-09 04:51:07 +08:00
chore(deps): update (#308)
* chore(deps): update * chore: update actions
This commit is contained in:
parent
8395a6db51
commit
a40ec075aa
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
permissions:
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: withastro/action@v4
|
||||
- name: Build & Deploy To Surge
|
||||
if: ${{ env.surge_token != '' }}
|
||||
|
||||
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: withastro/action@v4
|
||||
env:
|
||||
CATPPUCCIN_PROD: true
|
||||
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
- uses: pnpm/action-setup@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
|
||||
22
package.json
22
package.json
@ -26,30 +26,30 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/markdown-remark": "^6.3.5",
|
||||
"@astrojs/mdx": "^4.3.3",
|
||||
"@astrojs/markdown-remark": "^6.3.6",
|
||||
"@astrojs/mdx": "^4.3.4",
|
||||
"@astrojs/rss": "^4.0.12",
|
||||
"@astrojs/sitemap": "^3.4.2",
|
||||
"@astrojs/sitemap": "^3.5.1",
|
||||
"@astrojs/svelte": "^7.1.0",
|
||||
"@catppuccin/catppuccin": "github:catppuccin/catppuccin#7e4506607b8a6c298ce0876e385c52281e879245",
|
||||
"@catppuccin/palette": "^1.7.1",
|
||||
"@iconify-json/ph": "^1.2.2",
|
||||
"@iconify-json/simple-icons": "^1.2.46",
|
||||
"@iconify-json/simple-icons": "^1.2.48",
|
||||
"@iconify/svelte": "^5.0.1",
|
||||
"@iconify/tools": "^4.1.2",
|
||||
"@iconify/types": "^2.0.0",
|
||||
"@playwright/test": "^1.54.2",
|
||||
"@playwright/test": "^1.55.0",
|
||||
"@rollup/plugin-yaml": "^4.1.2",
|
||||
"@types/node": "^22.17.1",
|
||||
"@types/node": "^22.17.2",
|
||||
"@vitest/coverage-v8": "^3.2.4",
|
||||
"astro": "^5.12.9",
|
||||
"astro": "^5.13.3",
|
||||
"astro-expressive-code": "^0.41.3",
|
||||
"astro-icon": "1.1.5",
|
||||
"fuse.js": "^7.1.0",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^16.1.5",
|
||||
"mdast-util-to-string": "^4.0.0",
|
||||
"playwright": "^1.54.2",
|
||||
"playwright": "^1.55.0",
|
||||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"reading-time": "^1.5.0",
|
||||
@ -57,9 +57,9 @@
|
||||
"sass": "^1.90.0",
|
||||
"sharp": "^0.34.3",
|
||||
"surge": "^0.24.6",
|
||||
"svelte": "5.35.3",
|
||||
"svelte": "^5.38.3",
|
||||
"svelte-intersection-observer-action": "^0.0.5",
|
||||
"tsx": "^4.20.3",
|
||||
"tsx": "^4.20.5",
|
||||
"typescript": "^5.9.2",
|
||||
"vite": "^6.3.5",
|
||||
"vitest": "^3.2.4",
|
||||
@ -68,7 +68,7 @@
|
||||
"dependenciesComments": {
|
||||
"svelte": "Svelte is pinned due to the following issue: https://github.com/sveltejs/svelte/issues/16423"
|
||||
},
|
||||
"packageManager": "pnpm@10.14.0",
|
||||
"packageManager": "pnpm@10.15.0",
|
||||
"engines": {
|
||||
"node": ">=22"
|
||||
},
|
||||
|
||||
1004
pnpm-lock.yaml
generated
1004
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user