Skip to content

Commit 4fd95db

Browse files
committed
chore(deps): update dependency tsbb to v4 #19
jaywcjlove/tsbb#439
1 parent d7b461b commit 4fd95db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"module": "esm/index.js",
1818
"types": "lib/index.d.ts",
1919
"scripts": {
20-
"build": "tsbb build",
21-
"watch": "tsbb watch"
20+
"build": "tsbb build src/*.tsx --use-babel",
21+
"watch": "tsbb watch src/*.tsx --use-babel"
2222
},
2323
"files": [
2424
"lib",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"react-dom": "~18.2.0",
2222
"@types/react": "~18.0.21",
2323
"@types/react-dom": "~18.0.6",
24-
"tsbb": "~3.7.7",
24+
"tsbb": "^4.1.5",
2525
"husky": "~8.0.0",
2626
"lint-staged": "^13.1.2",
2727
"prettier": "^2.8.4",

0 commit comments

Comments
 (0)