Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Fix tsc build
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-kovoy committed Mar 4, 2021
1 parent fc60421 commit 1fb2964
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/teleport/src/Main/Main.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export default {
title: 'Teleport/Main',
};

//OSS.storyName = 'Teleport/Main';

function useMainStory() {
const [history] = React.useState(() => {
return createMemoryHistory({
Expand Down
2 changes: 1 addition & 1 deletion packages/webapps.e
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2193,6 +2193,11 @@
"@types/minimatch" "*"
"@types/node" "*"

"@types/google-protobuf@^3.7.2":
version "3.7.4"
resolved "https://registry.yarnpkg.com/@types/google-protobuf/-/google-protobuf-3.7.4.tgz#1621c50ceaf5aefa699851da8e0ea606a2943a39"
integrity sha512-6PjMFKl13cgB4kRdYtvyjKl8VVa0PXS2IdVxHhQ8GEKbxBkyJtSbaIeK1eZGjDKN7dvUh4vkOvU9FMwYNv4GQQ==

"@types/hast@^2.0.0":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.1.tgz#b16872f2a6144c7025f296fb9636a667ebb79cd9"
Expand Down

0 comments on commit 1fb2964

Please sign in to comment.