fix: add @babel/parser, switch shebangs from pnpm to npx, remove phantom @types/recast
This commit is contained in:
4322
package-lock.json
generated
Normal file
4322
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -57,12 +57,12 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@alkdev/typebox": "^0.34.49",
|
"@alkdev/typebox": "^0.34.49",
|
||||||
|
"@babel/parser": "^7.24.0",
|
||||||
"@rollup/plugin-typescript": "^11.1.0",
|
"@rollup/plugin-typescript": "^11.1.0",
|
||||||
"@types/node": "^18.15.10",
|
"@types/node": "^18.15.10",
|
||||||
"@types/recast": "^0.23.0",
|
|
||||||
"cpy": "^10.1.0",
|
"cpy": "^10.1.0",
|
||||||
"drizzle-orm": "^0.38.4",
|
"drizzle-orm": "^0.38.4",
|
||||||
"recast": "^0.23.0",
|
"recast": "^0.23.9",
|
||||||
"resolve-tspaths": "^0.8.23",
|
"resolve-tspaths": "^0.8.23",
|
||||||
"rimraf": "^5.0.0",
|
"rimraf": "^5.0.0",
|
||||||
"rollup": "^3.20.7",
|
"rollup": "^3.20.7",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env -S pnpm tsx
|
#!/usr/bin/env -S npx tsx
|
||||||
import 'zx/globals';
|
import 'zx/globals';
|
||||||
import cpy from 'cpy';
|
import cpy from 'cpy';
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env -S pnpm tsx
|
#!/usr/bin/env -S npx tsx
|
||||||
import 'zx/globals';
|
import 'zx/globals';
|
||||||
|
|
||||||
import path from 'node:path';
|
import path from 'node:path';
|
||||||
|
|||||||
Reference in New Issue
Block a user