Skip to content

Commit 7e36620

Browse files
committed
Fix types
1 parent a2715aa commit 7e36620

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

packages/app/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@
239239
"@types/react-dom": "^16.8.3",
240240
"@types/react-helmet": "^5.0.11",
241241
"@types/react-icons": "2.2.7",
242-
"@types/react-input-autosize": "^2.0.1",
243242
"@types/react-router-dom": "^4.3.1",
244243
"@types/react-stripe-elements": "^1.3.2",
245244
"@types/resolve": "^0.0.8",

packages/app/src/app/pages/Sandbox/Editor/Header/CollectionInfo/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const CollectionInfo: FunctionComponent<Props> = ({ sandbox }) => {
7878
: 'My Sandboxes';
7979

8080
return (
81-
<Spring
81+
<Spring<{ opacity: number; pointerEvents: 'none' | 'initial' }>
8282
from={{
8383
opacity: 1,
8484
}}

yarn.lock

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4119,13 +4119,6 @@
41194119
"@types/react" "*"
41204120
"@types/react-icon-base" "*"
41214121

4122-
"@types/react-input-autosize@^2.0.1":
4123-
version "2.0.1"
4124-
resolved "https://registry.yarnpkg.com/@types/react-input-autosize/-/react-input-autosize-2.0.1.tgz#04ac4b532128c98532352042b6c7af8b5d3f52ca"
4125-
integrity sha512-vsmqA6Pp5IyMZv3C7x7mNM8lqikfWQ4lCWsoVk/w+HZ2Y3KOdFk6ad4jsQeltXn/UaO+YUZLtWdMIjLLIeCxBA==
4126-
dependencies:
4127-
"@types/react" "*"
4128-
41294122
"@types/react-native@*":
41304123
version "0.57.42"
41314124
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.57.42.tgz#06ad92cd1378146402b7667de13cb7b935d194d6"

0 commit comments

Comments
 (0)