File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 98
98
"typescript" : " ^4.7.4"
99
99
},
100
100
"dependencies" : {
101
- "flairup" : " 0.0.7 "
101
+ "flairup" : " 0.0.12 "
102
102
}
103
103
}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export function Body() {
28
28
const styles = stylesheet . create ( {
29
29
body : {
30
30
'.' : ClassNames . scrollBody ,
31
- flex : 1 ,
31
+ flex : '1' ,
32
32
overflowY : 'scroll' ,
33
33
overflowX : 'hidden' ,
34
34
position : 'relative'
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ const styles = stylesheet.create({
129
129
emojiList : {
130
130
'.' : ClassNames . emojiList ,
131
131
listStyle : 'none' ,
132
- margin : 0 ,
133
- padding : 0
132
+ margin : '0' ,
133
+ padding : '0'
134
134
}
135
135
} ) ;
Original file line number Diff line number Diff line change @@ -6855,10 +6855,10 @@ find-up@^5.0.0:
6855
6855
locate-path "^6.0.0"
6856
6856
path-exists "^4.0.0"
6857
6857
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 ==
6862
6862
6863
6863
flat-cache@^2.0.1:
6864
6864
version "2.0.1"
You can’t perform that action at this time.
0 commit comments