Skip to content

Commit 32502c7

Browse files
chore(deps): update all non-major dependencies
1 parent 55c664d commit 32502c7

File tree

2 files changed

+307
-265
lines changed

2 files changed

+307
-265
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mojis.dev",
33
"type": "module",
44
"private": true,
5-
"packageManager": "pnpm@10.15.0",
5+
"packageManager": "pnpm@10.26.2",
66
"scripts": {
77
"dev": "wrangler types && astro dev",
88
"start": "wrangler types && astro dev",
@@ -15,34 +15,34 @@
1515
"generate:client:local": "openapi-typescript -o ./src/api-definitions.d.ts http://localhost:8787/openapi.json"
1616
},
1717
"dependencies": {
18-
"@astrojs/sitemap": "^3.5.0",
19-
"@iconify-json/lucide": "^1.2.63",
18+
"@astrojs/sitemap": "^3.6.0",
19+
"@iconify-json/lucide": "^1.2.65",
2020
"@iconify-json/ph": "^1.2.2",
2121
"astro-icon": "^1.1.5",
22-
"openapi-fetch": "^0.14.0",
22+
"openapi-fetch": "^0.15.0",
2323
"react": "^19.1.1",
2424
"react-dom": "^19.1.1"
2525
},
2626
"devDependencies": {
2727
"@astrojs/check": "^0.9.4",
28-
"@astrojs/cloudflare": "^12.6.4",
28+
"@astrojs/cloudflare": "^12.6.7",
2929
"@astrojs/react": "^4.3.0",
3030
"@luxass/eslint-config": "^5.3.0",
3131
"@tailwindcss/vite": "^4.1.12",
3232
"@types/node": "^24.3.0",
33-
"@types/react": "^19.1.10",
34-
"@types/react-dom": "^19.1.7",
35-
"astro": "^5.13.2",
33+
"@types/react": "^19.2.7",
34+
"@types/react-dom": "^19.2.3",
35+
"astro": "^5.16.6",
3636
"astro-eslint-parser": "^1.2.2",
3737
"eslint": "^9.33.0",
3838
"eslint-plugin-astro": "^1.3.1",
3939
"eslint-plugin-format": "^1.0.1",
4040
"openapi-typescript": "^7.9.1",
4141
"prettier-plugin-astro": "^0.14.1",
4242
"tailwindcss": "^4.1.12",
43-
"tw-animate-css": "^1.3.7",
43+
"tw-animate-css": "^1.4.0",
4444
"typescript": "^5.9.2",
45-
"unplugin-build-meta": "^1.0.2",
46-
"wrangler": "^4.31.0"
45+
"unplugin-build-meta": "^1.0.3",
46+
"wrangler": "^4.54.0"
4747
}
4848
}

0 commit comments

Comments
 (0)