chore: add tsup to monorepo root (#1032)

pull/1010/head^2
Jonathan Haines 2025-03-24 21:41:18 +11:00 committed by GitHub
parent 67d0186fb4
commit 3eab82809a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -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"
}, },

View File

@ -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