chore: add tsup to monorepo root (#1032)
parent
67d0186fb4
commit
3eab82809a
|
@ -70,6 +70,7 @@
|
||||||
"eslint": "^9.17.0",
|
"eslint": "^9.17.0",
|
||||||
"npm-run-all2": "^6.2.2",
|
"npm-run-all2": "^6.2.2",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
|
"tsup": "^8.4.0",
|
||||||
"typescript": "^5.2.2",
|
"typescript": "^5.2.2",
|
||||||
"vitest": "^3.0.8"
|
"vitest": "^3.0.8"
|
||||||
},
|
},
|
||||||
|
|
|
@ -11047,6 +11047,7 @@ __metadata:
|
||||||
eslint: "npm:^9.17.0"
|
eslint: "npm:^9.17.0"
|
||||||
npm-run-all2: "npm:^6.2.2"
|
npm-run-all2: "npm:^6.2.2"
|
||||||
prettier: "npm:^2.7.1"
|
prettier: "npm:^2.7.1"
|
||||||
|
tsup: "npm:^8.4.0"
|
||||||
typescript: "npm:^5.2.2"
|
typescript: "npm:^5.2.2"
|
||||||
vitest: "npm:^3.0.8"
|
vitest: "npm:^3.0.8"
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
|
|
Loading…
Reference in New Issue