Skip to content

Commit

Permalink
wip: reorganize commits later
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed Sep 12, 2022
1 parent 331fdb8 commit 9c8637a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"dependencies": {
"@tippyjs/react": "^4.2.6",
"@trezor/dom-utils": "*",
"@trezor/react-utils": "*",
"date-fns": "^2.29.1",
"framer-motion": "^6.5.1",
Expand Down
5 changes: 4 additions & 1 deletion packages/components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"noUnusedParameters": false
},
"include": ["."],
"references": [{ "path": "../react-utils" }]
"references": [
{ "path": "../react-utils" },
{ "path": "../dom-utils" }
]
}
1 change: 0 additions & 1 deletion packages/connect-popup/src/view/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export { requestButton } from './requestButton';
export { initPermissionsView } from './permissions';
export { initConfirmationView } from './confirmation';
export { initBrowserView } from './browser';
export { passphraseOnDeviceView } from './passphraseOnDevice';
export { firmwareRequiredUpdate } from './firmwareRequiredUpdate';
export { firmwareNotSupported } from './firmwareNotSupported';
export { firmwareNotCompatible } from './firmwareNotCompatible';
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6559,6 +6559,7 @@ __metadata:
"@storybook/manager-webpack5": ^6.5.10
"@storybook/react": ^6.5.10
"@tippyjs/react": ^4.2.6
"@trezor/dom-utils": "*"
"@trezor/react-utils": "*"
"@types/react": ^17.0.48
"@types/react-date-range": ^1.4.4
Expand Down

0 comments on commit 9c8637a

Please sign in to comment.