Skip to content

Commit

Permalink
chore(deps): update dependency tsbb to v4 #5
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 6, 2023
1 parent 2443365 commit 5aa0360
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -15,8 +15,8 @@
"scripts": {
"prepare": "husky install",
"demo": "npx sgo --fallback demo.html",
"build": "tsbb build --disable-babel",
"watch": "tsbb watch --disable-babel"
"build": "tsbb build",
"watch": "tsbb watch"
},
"files": [
"lib",
Expand All @@ -41,9 +41,9 @@
]
},
"devDependencies": {
"husky": "~8.0.0",
"lint-staged": "~13.0.0",
"prettier": "~2.7.0",
"tsbb": "~3.7.2"
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"tsbb": "^4.1.4"
}
}

0 comments on commit 5aa0360

Please sign in to comment.