Skip to content

Commit 3dbbcf9

Browse files
committed
fix(deps): add missing dependency
1 parent ca5fdeb commit 3dbbcf9

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"dependencies": {
3838
"@expo/vector-icons": "9.0.0",
3939
"countries-list": "2.4.2",
40-
"deepmerge": "^3.0.0",
40+
"date-fns": "1.30.1",
41+
"deepmerge": "3.0.0",
4142
"exenv": "1.2.2",
4243
"focus-trap": "4.0.2",
4344
"react": "16.8.3",
@@ -48,7 +49,7 @@
4849
"react-powerplug": "1.0.0",
4950
"react-spring": "7.2.11",
5051
"terser": "3.16",
51-
"ts-essentials": "^2.0.0"
52+
"ts-essentials": "2.0.0"
5253
},
5354
"devDependencies": {
5455
"@babel/core": "7.3.4",

src/components/Inputs/IconTextInput.styles.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export const getIconTextInputStyles: GetIconTextInputStyles = (
3030
position: 'relative',
3131
},
3232
inputStyle: {
33-
...(hasLeftIcon && { paddingLeft: 40 }),
34-
...(hasRightIcon && { paddingRight: 40 }),
33+
...(hasLeftIcon && { paddingLeft: 48 }),
34+
...(hasRightIcon && { paddingRight: 48 }),
3535
},
3636
leftContainerStyle: {
3737
alignItems: 'center',

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4062,7 +4062,7 @@ data-urls@^1.0.0:
40624062
whatwg-mimetype "^2.2.0"
40634063
whatwg-url "^7.0.0"
40644064

4065-
date-fns@^1.27.2:
4065+
date-fns@^1.27.2, date-fns@^1.30.1:
40664066
version "1.30.1"
40674067
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
40684068
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==

0 commit comments

Comments
 (0)