Skip to content

Commit 542b6a8

Browse files
committed
chore: upgrade deps
1 parent a156f24 commit 542b6a8

File tree

2 files changed

+2632
-2705
lines changed

2 files changed

+2632
-2705
lines changed

package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -17,62 +17,62 @@
1717
"pre-push": "pnpm i && pnpm lint && pnpm build && pnpm test:ci"
1818
},
1919
"dependencies": {
20-
"@astrojs/alpinejs": "^0.4.0",
21-
"@astrojs/node": "^8.3.4",
22-
"@aws-sdk/client-s3": "^3.669.0",
23-
"@braintree/sanitize-url": "^7.1.0",
20+
"@astrojs/alpinejs": "^0.4.5",
21+
"@astrojs/node": "^9.1.3",
22+
"@aws-sdk/client-s3": "^3.787.0",
23+
"@braintree/sanitize-url": "^7.1.1",
2424
"@jsdocs-io/extractor": "1.0.0-13",
25-
"@microsoft/tsdoc": "^0.15.0",
26-
"alpinejs": "^3.14.1",
27-
"astro": "^4.16.0",
25+
"@microsoft/tsdoc": "^0.15.1",
26+
"alpinejs": "^3.14.9",
27+
"astro": "^5.6.1",
2828
"astro-seo": "^0.8.4",
29-
"dompurify": "^3.1.7",
30-
"effect": "^3.9.1",
29+
"dompurify": "^3.2.5",
30+
"effect": "^3.14.8",
3131
"fflate": "^0.8.2",
32-
"fuse.js": "^7.0.0",
33-
"hosted-git-info": "^8.0.0",
34-
"jsdom": "^25.0.1",
35-
"marked": "^14.1.2",
36-
"new-github-issue-url": "^1.0.0",
37-
"pathe": "^1.1.2",
32+
"fuse.js": "^7.1.0",
33+
"hosted-git-info": "^8.0.2",
34+
"jsdom": "^26.1.0",
35+
"marked": "^15.0.8",
36+
"new-github-issue-url": "^1.1.0",
37+
"pathe": "^2.0.3",
3838
"read-pkg": "^9.0.1",
39-
"shiki": "^1.22.0",
39+
"shiki": "^3.2.2",
4040
"trim-newlines": "^5.0.0",
4141
"url-join": "^5.0.0",
4242
"validate-npm-package-name": "^6.0.0",
43-
"zod": "^3.23.8"
43+
"zod": "^3.24.2"
4444
},
4545
"devDependencies": {
4646
"@astrojs/check": "^0.9.4",
47-
"@astrojs/tailwind": "^5.1.2",
48-
"@astrojs/vercel": "^7.8.1",
49-
"@iconify/json": "^2.2.258",
50-
"@smithy/util-stream": "^3.1.9",
51-
"@tailwindcss/typography": "^0.5.15",
47+
"@astrojs/tailwind": "^6.0.2",
48+
"@astrojs/vercel": "^8.1.3",
49+
"@iconify/json": "^2.2.326",
50+
"@smithy/util-stream": "^4.2.0",
51+
"@tailwindcss/typography": "^0.5.16",
5252
"@total-typescript/shoehorn": "^0.1.2",
53-
"@types/alpinejs": "^3.13.10",
53+
"@types/alpinejs": "^3.13.11",
5454
"@types/anchor-js": "^5.0.3",
55-
"@types/dompurify": "^3.0.5",
55+
"@types/dompurify": "^3.2.0",
5656
"@types/hosted-git-info": "^3.0.5",
5757
"@types/jsdom": "^21.1.7",
58-
"@types/node": "^22.7.5",
58+
"@types/node": "^22.14.1",
5959
"@types/validate-npm-package-name": "^4.0.2",
60-
"@vitest/coverage-v8": "^2.1.2",
61-
"aws-sdk-client-mock": "^4.0.2",
62-
"daisyui": "^4.12.13",
63-
"prettier": "^3.3.3",
60+
"@vitest/coverage-v8": "^3.1.1",
61+
"aws-sdk-client-mock": "^4.1.0",
62+
"daisyui": "^5.0.19",
63+
"prettier": "^3.5.3",
6464
"prettier-plugin-astro": "^0.14.1",
65-
"prettier-plugin-tailwindcss": "^0.6.8",
66-
"rollup-plugin-visualizer": "^5.12.0",
67-
"tailwindcss": "^3.4.13",
65+
"prettier-plugin-tailwindcss": "^0.6.11",
66+
"rollup-plugin-visualizer": "^5.14.0",
67+
"tailwindcss": "^4.1.3",
6868
"tempy": "^3.1.0",
69-
"typescript": "^5.6.3",
70-
"unplugin-icons": "^0.19.3",
71-
"vitest": "^2.1.2"
69+
"typescript": "^5.8.3",
70+
"unplugin-icons": "^22.1.0",
71+
"vitest": "^3.1.1"
7272
},
7373
"pnpm": {
7474
"overrides": {
75-
"@microsoft/tsdoc": "^0.15.0"
75+
"@microsoft/tsdoc": "^0.15.1"
7676
}
7777
}
7878
}

0 commit comments

Comments
 (0)