Skip to content

Commit 317e42b

Browse files
authored
chore(deps): migrate from tsup to tsdown (#315)
1 parent 542cc62 commit 317e42b

3 files changed

Lines changed: 612 additions & 724 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"prosemirror-menu": "^1.2.4",
6363
"prosemirror-schema-basic": "^1.2.4",
6464
"prosemirror-test-builder": "^1.1.1",
65-
"tsup": "^8.4.0",
65+
"tsdown": "^0.16.8",
6666
"typescript": "^5.7.3",
6767
"vite": "^6.2.6",
6868
"vitest": "^3.1.1"
@@ -72,8 +72,8 @@
7272
"build_demo": "vite build demo",
7373
"typecheck": "tsc --noEmit",
7474
"test": "vitest",
75-
"build": "tsup",
76-
"watch": "tsup --watch",
75+
"build": "tsdown",
76+
"watch": "tsdown --watch",
7777
"build_readme": "builddocs --name tables --format markdown --main src/README.md src/*.js > README.md",
7878
"format": "prettier --write .",
7979
"lint": "eslint ./src/ ./test/ && prettier --check .",

0 commit comments

Comments
 (0)