fix: remove hacks

This commit is contained in:
Lucas Smith
2026-03-13 11:49:56 +11:00
parent 38ab1cd4a7
commit 53afafe5db
4 changed files with 52 additions and 85 deletions
+32
View File
@@ -34,6 +34,7 @@
"@datadog/pprof": "^5.13.5",
"@lingui/cli": "^5.6.0",
"@prisma/client": "^6.19.0",
"@rolldown/plugin-babel": "^0.2.0",
"@trpc/client": "11.8.1",
"@trpc/react-query": "11.8.1",
"@trpc/server": "11.8.1",
@@ -15111,6 +15112,37 @@
"node": "^20.19.0 || >=22.12.0"
}
},
"node_modules/@rolldown/plugin-babel": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@rolldown/plugin-babel/-/plugin-babel-0.2.0.tgz",
"integrity": "sha512-ZkajPtfcBTfLSZTmm40k2E0cwT5HDosBcj71fdUURXl7FfETb50jEbV39ujPw2RFp3ZpOugK3ATdX+HuFfWr9Q==",
"dev": true,
"license": "MIT",
"dependencies": {
"picomatch": "^4.0.3"
},
"engines": {
"node": ">=22.12.0 || ^24.0.0"
},
"peerDependencies": {
"@babel/core": "^7.29.0 || ^8.0.0-rc.1",
"@babel/plugin-transform-runtime": "^7.29.0 || ^8.0.0-rc.1",
"@babel/runtime": "^7.27.0 || ^8.0.0-rc.1",
"rolldown": "^1.0.0-rc.5",
"vite": "^8.0.0"
},
"peerDependenciesMeta": {
"@babel/plugin-transform-runtime": {
"optional": true
},
"@babel/runtime": {
"optional": true
},
"vite": {
"optional": true
}
}
},
"node_modules/@rolldown/pluginutils": {
"version": "1.0.0-rc.9",
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.9.tgz",