Skip to content

Commit

Permalink
chore(deps): update dependency tsbb to v4 #165
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 31, 2023
1 parent ec333f2 commit 3e302b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"prepare": "npm run build",
"doc": "kkt build --app-src ./example",
"start": "kkt start --app-src ./example",
"build": "tsbb build",
"watch": "tsbb watch",
"build": "tsbb build src/*.tsx --use-babel",
"watch": "tsbb watch src/*.tsx --use-babel --bail",
"map": "source-map-explorer build/static/js/*.js --html build/website-result.html"
},
"repository": {
Expand Down Expand Up @@ -62,7 +62,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"source-map-explorer": "~2.5.2",
"tsbb": "^3.7.6"
"tsbb": "^4.1.0"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 3e302b7

Please sign in to comment.