Skip to content

Commit 090539a

Browse files
Upgrade Arctic to v3 and pnpm to v10, make according changes
1 parent fc79691 commit 090539a

File tree

6 files changed

+95
-433
lines changed

6 files changed

+95
-433
lines changed

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
"check:ci": "svelte-kit sync && svelte-check --no-tsconfig",
1111
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
1212
"lint": "prettier --check . && eslint .",
13-
"format": "prettier --write ."
13+
"format": "prettier --write .",
14+
"prepare": "svelte-kit sync"
1415
},
1516
"devDependencies": {
17+
"@eslint/js": "^9.20.0",
1618
"@neoconfetti/svelte": "^2.2.1",
1719
"@octokit/graphql-schema": "^15.25.0",
1820
"@shikijs/langs": "^2.3.2",
@@ -26,7 +28,7 @@
2628
"@types/eslint-config-prettier": "^6.11.3",
2729
"@types/semver": "^7.5.8",
2830
"@vercel/speed-insights": "^1.1.0",
29-
"arctic": "^1.9.2",
31+
"arctic": "^3.2.4",
3032
"autoprefixer": "^10.4.20",
3133
"bits-ui": "1.0.0-next.88",
3234
"clsx": "^2.1.1",
@@ -62,6 +64,12 @@
6264
"vite": "^6.1.0",
6365
"vite-plugin-lucide-preprocess": "^1.2.4"
6466
},
67+
"pnpm": {
68+
"onlyBuiltDependencies": [
69+
"@vercel/speed-insights",
70+
"esbuild"
71+
]
72+
},
6573
"type": "module",
66-
"packageManager": "pnpm@9.15.5"
74+
"packageManager": "pnpm@10.2.1"
6775
}

0 commit comments

Comments
 (0)