Skip to content

Commit c4ba8f3

Browse files
authored
Merge pull request #397 from ElianCodes/upgrade-pnpm
chore: update all packages
2 parents 2484998 + 4dc0e66 commit c4ba8f3

File tree

9 files changed

+4799
-3818
lines changed

9 files changed

+4799
-3818
lines changed

.netlify/state.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"siteId": "3355ebe2-a34f-43f8-a736-6e500f47fa72"
3+
}

biome.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/1.7.0/schema.json",
33
"organizeImports": {
44
"enabled": true
55
},

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.9.37",
44
"private": true,
55
"type": "module",
6-
"packageManager": "pnpm@8.6.11",
6+
"packageManager": "pnpm@9.0.0",
77
"scripts": {
88
"dev": "astro dev",
99
"build": "astro check && astro build",
@@ -19,18 +19,18 @@
1919
"@astrojs/sitemap": "^3.1.2",
2020
"@astrojs/vercel": "^7.5.3",
2121
"@eliancodes/brutal-ui": "^0.2.6",
22-
"@resvg/resvg-js": "^2.6.0",
23-
"@unocss/astro": "^0.58.6",
22+
"@resvg/resvg-js": "^2.6.2",
23+
"@unocss/astro": "^0.59.3",
2424
"astro": "^4.6.1",
25-
"astro-font": "^0.0.72",
26-
"typescript": "^5.4.2",
27-
"unocss": "^0.58.6"
25+
"astro-font": "^0.0.80",
26+
"typescript": "^5.4.5",
27+
"unocss": "^0.59.3"
2828
},
2929
"devDependencies": {
30-
"@biomejs/biome": "1.6.1",
30+
"@biomejs/biome": "1.7.0",
3131
"@iconify-json/logos": "^1.1.42",
3232
"@iconify-json/uil": "^1.1.8",
33-
"@unocss/reset": "^0.58.6",
33+
"@unocss/reset": "^0.59.3",
3434
"satori": "^0.7.4",
3535
"satori-html": "^0.3.2"
3636
}

0 commit comments

Comments
 (0)