Skip to content

Commit e1b91e0

Browse files
committed
Use FlairUp 0.0.12 in EmojiList
1 parent 4217c63 commit e1b91e0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@
9898
"typescript": "^4.7.4"
9999
},
100100
"dependencies": {
101-
"flairup": "0.0.7"
101+
"flairup": "0.0.12"
102102
}
103103
}

src/components/body/Body.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function Body() {
2828
const styles = stylesheet.create({
2929
body: {
3030
'.': ClassNames.scrollBody,
31-
flex: 1,
31+
flex: '1',
3232
overflowY: 'scroll',
3333
overflowX: 'hidden',
3434
position: 'relative'

src/components/body/EmojiList.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const styles = stylesheet.create({
129129
emojiList: {
130130
'.': ClassNames.emojiList,
131131
listStyle: 'none',
132-
margin: 0,
133-
padding: 0
132+
margin: '0',
133+
padding: '0'
134134
}
135135
});

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6855,10 +6855,10 @@ find-up@^5.0.0:
68556855
locate-path "^6.0.0"
68566856
path-exists "^4.0.0"
68576857

6858-
6859-
version "0.0.7"
6860-
resolved "https://registry.yarnpkg.com/flairup/-/flairup-0.0.7.tgz#b9d36ca99c408048268be53b9048fc324a469879"
6861-
integrity sha512-je8vHVwuPWWGyL70McoeMzYK/KCtaFKEF7idTA9RtqwYjK+v1uhz4taIDqjDv19RJ48bPpk1J40bBFRKdS8yeg==
6858+
6859+
version "0.0.12"
6860+
resolved "https://registry.yarnpkg.com/flairup/-/flairup-0.0.12.tgz#e21c83dbe48cca02d0904c4387ccbd31ef248ac5"
6861+
integrity sha512-4u94jPcBLml3d58QLkoLiNqn6O016OQxHxx5ON4IU0eC+A3/QSlAxrw3EB/6FshWzxITNQ5Lrs8j619b/W1eRg==
68626862

68636863
flat-cache@^2.0.1:
68646864
version "2.0.1"

0 commit comments

Comments
 (0)