Skip to content

Commit

Permalink
chore:(deps): update denpendency tsbb to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 22, 2021
1 parent f48162e commit 4b0ef18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/react-dom": "17.0.0",
"electron": "11.2.0",
"kkt": "6.3.0",
"tsbb": "1.7.9"
"tsbb": "2.0.2"
},
"dependencies": {
"react": "17.0.1",
Expand Down
2 changes: 1 addition & 1 deletion example/react-component-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"prettier": "2.2.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"tsbb": "1.7.9"
"tsbb": "2.0.2"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@
"lint-staged": "10.5.3",
"prettier": "2.2.1",
"react-scripts": "4.0.1",
"tsbb": "1.7.9"
"tsbb": "2.0.2"
}
}

0 comments on commit 4b0ef18

Please sign in to comment.