Skip to content

Commit

Permalink
chore(deps): update dependency tsbb to v3.7.2 (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 8, 2022
1 parent d53d312 commit 6fa86da
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions example/electron/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
electron_mirror=https://cdn.npmmirror.com/binaries/electron
4 changes: 2 additions & 2 deletions example/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"@kkt/less-modules": "7.1.1",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"electron": "16.0.10",
"electron": "~18.0.3",
"kkt": "7.1.5",
"tsbb": "3.7.0"
"tsbb": "~3.7.0"
},
"dependencies": {
"react": "18.0.0",
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 @@ -62,7 +62,7 @@
"lint-staged": "12.3.4",
"prettier": "2.5.1",
"react-test-renderer": "18.0.0",
"tsbb": "3.7.0"
"tsbb": "~3.7.0"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"lerna": "4.0.0",
"lint-staged": "12.3.4",
"prettier": "2.5.1",
"tsbb": "3.7.0"
"tsbb": "~3.7.0"
}
}

0 comments on commit 6fa86da

Please sign in to comment.