Skip to content

Commit

Permalink
chore(deps): update dependency tsbb to v2.0.4 #157
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 23, 2021
1 parent 6d7cf79 commit 7a5ef42
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 20 deletions.
17 changes: 0 additions & 17 deletions core/src/types/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
declare module 'react-dev-utils/crossSpawn' {
type Options = {
stdio: 'inherit';
};
class crossSpawn {
sync(
command: string,
args: string[],
options: Options,
): {
signal: 'SIGKILL' | 'SIGTERM';
};
}

let c: crossSpawn;
export default c;
}

declare module 'mini-css-extract-plugin' {
import { Configuration, Compiler } from 'webpack';
Expand Down
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.5.0",
"tsbb": "2.0.3"
"tsbb": "2.0.4"
},
"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": "2.0.3"
"tsbb": "2.0.4"
},
"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": "2.0.3"
"tsbb": "2.0.4"
}
}

0 comments on commit 7a5ef42

Please sign in to comment.