chore: update dep tooling

This commit is contained in:
Aarnav Tale 2025-04-04 16:06:22 -04:00
parent c3e727842a
commit f2e8c6ae4c
No known key found for this signature in database
3 changed files with 8 additions and 3 deletions

2
.tool-versions Normal file
View File

@ -0,0 +1,2 @@
pnpm 10.4.0
node 22

View File

@ -3,7 +3,7 @@
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
"useIgnoreFile": true
},
"files": {
"ignoreUnknown": false,

View File

@ -5,6 +5,7 @@
"version": "0.5.10",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "react-router build",
"dev": "HEADPLANE_LOAD_ENV_OVERRIDES=true HEADPLANE_CONFIG_PATH=./config.example.yaml react-router dev",
"start": "node build/server/index.js",
@ -73,14 +74,16 @@
"vite-plugin-babel": "^1.3.0",
"vite-tsconfig-paths": "^5.1.4"
},
"packageManager": "pnpm@10.4.0",
"engines": {
"node": ">=22",
"pnpm": ">=10 <11"
"pnpm": ">=10.4 <11"
},
"pnpm": {
"patchedDependencies": {
"@shopify/lang-jsonc@1.0.0": "patches/@shopify__lang-jsonc@1.0.0.patch",
"react-router-hono-server": "patches/react-router-hono-server.patch"
}
},
"onlyBuiltDependencies": ["@biomejs/biome", "esbuild", "lefthook"]
}
}