Skip to content

Commit 837f3aa

Browse files
committed
chore: upgrade deps
1 parent 0f73bba commit 837f3aa

File tree

2 files changed

+1006
-1011
lines changed

2 files changed

+1006
-1011
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@
1919
"dependencies": {
2020
"@astrojs/alpinejs": "^0.4.0",
2121
"@astrojs/node": "^8.3.3",
22-
"@aws-sdk/client-s3": "^3.645.0",
22+
"@aws-sdk/client-s3": "^3.651.0",
2323
"@braintree/sanitize-url": "^7.1.0",
2424
"@jsdocs-io/extractor": "1.0.0-12",
2525
"@microsoft/tsdoc": "^0.15.0",
2626
"alpinejs": "^3.14.1",
27-
"astro": "^4.15.3",
27+
"astro": "^4.15.5",
2828
"astro-seo": "^0.8.4",
2929
"dompurify": "^3.1.6",
30-
"effect": "^3.7.2",
30+
"effect": "^3.7.3",
3131
"fflate": "^0.8.2",
3232
"fuse.js": "^7.0.0",
3333
"hosted-git-info": "^8.0.0",
3434
"jsdom": "^25.0.0",
35-
"marked": "^14.1.1",
35+
"marked": "^14.1.2",
3636
"new-github-issue-url": "^1.0.0",
3737
"pathe": "^1.1.2",
3838
"read-pkg": "^9.0.1",
39-
"shiki": "^1.16.2",
39+
"shiki": "^1.17.6",
4040
"trim-newlines": "^5.0.0",
4141
"url-join": "^5.0.0",
4242
"validate-npm-package-name": "^5.0.1",
@@ -45,9 +45,9 @@
4545
"devDependencies": {
4646
"@astrojs/check": "^0.9.3",
4747
"@astrojs/tailwind": "^5.1.0",
48-
"@astrojs/vercel": "^7.8.0",
49-
"@iconify/json": "^2.2.244",
50-
"@smithy/util-stream": "^3.1.3",
48+
"@astrojs/vercel": "^7.8.1",
49+
"@iconify/json": "^2.2.247",
50+
"@smithy/util-stream": "^3.1.4",
5151
"@tailwindcss/typography": "^0.5.15",
5252
"@total-typescript/shoehorn": "^0.1.2",
5353
"@types/alpinejs": "^3.13.10",
@@ -57,18 +57,18 @@
5757
"@types/jsdom": "^21.1.7",
5858
"@types/node": "^22.5.4",
5959
"@types/validate-npm-package-name": "^4.0.2",
60-
"@vitest/coverage-v8": "^2.0.5",
60+
"@vitest/coverage-v8": "^2.1.0",
6161
"aws-sdk-client-mock": "^4.0.1",
6262
"daisyui": "^4.12.10",
6363
"prettier": "^3.3.3",
6464
"prettier-plugin-astro": "^0.14.1",
6565
"prettier-plugin-tailwindcss": "^0.6.6",
6666
"rollup-plugin-visualizer": "^5.12.0",
67-
"tailwindcss": "^3.4.10",
67+
"tailwindcss": "^3.4.11",
6868
"tempy": "^3.1.0",
69-
"typescript": "^5.5.4",
69+
"typescript": "^5.6.2",
7070
"unplugin-icons": "^0.19.3",
71-
"vitest": "^2.0.5"
71+
"vitest": "^2.1.0"
7272
},
7373
"pnpm": {
7474
"overrides": {

0 commit comments

Comments
 (0)