Skip to content

Commit df21686

Browse files
Merge pull request #364 from web-ridge/update-project-dependencies
chore: bump project dependencies
2 parents a571645 + 843a4dd commit df21686

16 files changed

+634
-586
lines changed

docusaurus/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
},
2727
"devDependencies": {
2828
"@docusaurus/module-type-aliases": "2.2.0",
29-
"@tsconfig/docusaurus": "^1.0.5",
30-
"typescript": "^4.7.4"
29+
"@tsconfig/docusaurus": "^1.0.7",
30+
"typescript": "^4.9.5"
3131
},
3232
"browserslist": {
3333
"production": [

docusaurus/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,10 +1894,10 @@
18941894
resolved "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad"
18951895
integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==
18961896

1897-
"@tsconfig/docusaurus@^1.0.5":
1898-
version "1.0.6"
1899-
resolved "https://registry.npmjs.org/@tsconfig/docusaurus/-/docusaurus-1.0.6.tgz#7305a7fa590decc0d5968500234e95fd68788978"
1900-
integrity sha512-1QxDaP54hpzM6bq9E+yFEo4F9WbWHhsDe4vktZXF/iDlc9FqGr9qlg+3X/nuKQXx8QxHV7ue8NXFazzajsxFBA==
1897+
"@tsconfig/docusaurus@^1.0.7":
1898+
version "1.0.7"
1899+
resolved "https://registry.yarnpkg.com/@tsconfig/docusaurus/-/docusaurus-1.0.7.tgz#a3ee3c8109b3fec091e3d61a61834e563aeee3c3"
1900+
integrity sha512-ffTXxGIP/IRMCjuzHd6M4/HdIrw1bMfC7Bv8hMkTadnePkpe0lG0oDSdbRpSDZb2rQMAgpbWiR10BvxvNYwYrg==
19011901

19021902
"@types/body-parser@*":
19031903
version "1.19.2"
@@ -7039,10 +7039,10 @@ typedarray-to-buffer@^3.1.5:
70397039
dependencies:
70407040
is-typedarray "^1.0.0"
70417041

7042-
typescript@^4.7.4:
7043-
version "4.9.4"
7044-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
7045-
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
7042+
typescript@^4.9.5:
7043+
version "4.9.5"
7044+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
7045+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
70467046

70477047
ua-parser-js@^0.7.30:
70487048
version "0.7.32"

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"test": "jest"
1313
},
1414
"dependencies": {
15-
"expo": "^49.0.11",
15+
"expo": "^49.0.21",
1616
"expo-splash-screen": "~0.20.5",
1717
"react": "18.2.0",
1818
"react-dom": "18.2.0",
1919
"react-native": "0.72.6",
20-
"react-native-paper": "^5.10.4",
21-
"react-native-web": "~0.19.8"
20+
"react-native-paper": "^5.11.4",
21+
"react-native-web": "~0.19.9"
2222
},
2323
"devDependencies": {
24-
"@babel/core": "^7.22.20",
24+
"@babel/core": "^7.23.6",
2525
"@expo/webpack-config": "^19.0.0",
2626
"babel-loader": "^8.1.0",
2727
"babel-plugin-module-resolver": "^4.1.0"

example/yarn.lock

Lines changed: 176 additions & 89 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,20 @@
5050
"registry": "https://registry.npmjs.org/"
5151
},
5252
"devDependencies": {
53-
"@commitlint/config-conventional": "^17.7.0",
53+
"@commitlint/config-conventional": "^17.8.1",
5454
"@react-native-community/eslint-config": "^3.2.0",
5555
"@release-it/conventional-changelog": "^5.1.1",
5656
"@testing-library/jest-native": "^5.4.3",
5757
"@testing-library/react-native": "^11.5.4",
58-
"@types/color": "^3.0.4",
59-
"@types/jest": "^29.5.5",
60-
"@types/react": "^18.2.21",
61-
"@types/react-native-vector-icons": "^6.4.14",
62-
"@types/react-test-renderer": "^18.0.1",
58+
"@types/color": "^3.0.6",
59+
"@types/jest": "^29.5.11",
60+
"@types/react": "^18.2.45",
61+
"@types/react-native-vector-icons": "^6.4.18",
62+
"@types/react-test-renderer": "^18.0.7",
6363
"babel-loader": "^8.3.0",
64-
"caniuse-lite": "^1.0.30001534",
65-
"commitlint": "^17.7.1",
66-
"eslint": "^8.49.0",
64+
"caniuse-lite": "^1.0.30001571",
65+
"commitlint": "^17.8.1",
66+
"eslint": "^8.56.0",
6767
"eslint-config-prettier": "^8.10.0",
6868
"eslint-plugin-prettier": "^4.2.1",
6969
"husky": "^8.0.3",
@@ -72,10 +72,10 @@
7272
"pod-install": "^0.1.39",
7373
"prettier": "^2.8.8",
7474
"react": "^18.2.0",
75-
"react-native": "^0.72.4",
75+
"react-native": "^0.72.8",
7676
"react-native-builder-bob": "^0.20.4",
77-
"react-native-paper": "^5.10.4",
78-
"react-native-safe-area-context": "^4.7.2",
77+
"react-native-paper": "^5.11.4",
78+
"react-native-safe-area-context": "^4.8.2",
7979
"react-native-vector-icons": "^9.2.0",
8080
"react-test-renderer": "^18.2.0",
8181
"release-it": "^15.10.5",

src/__tests__/Date/__snapshots__/AnimatedCrossView.test.tsx.snap

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3914,6 +3914,7 @@ exports[`renders collapsed AnimatedCrossView 1`] = `
39143914
testID="text-input-underline"
39153915
/>
39163916
<View
3917+
onLayout={[Function]}
39173918
style={
39183919
[
39193920
{
@@ -3942,6 +3943,7 @@ exports[`renders collapsed AnimatedCrossView 1`] = `
39423943
"translateX": 4,
39433944
},
39443945
],
3946+
"width": 750,
39453947
"zIndex": 3,
39463948
}
39473949
}
@@ -3951,6 +3953,7 @@ exports[`renders collapsed AnimatedCrossView 1`] = `
39513953
maxFontSizeMultiplier={1.5}
39523954
numberOfLines={1}
39533955
onLayout={[Function]}
3956+
onTextLayout={[Function]}
39543957
style={
39553958
{
39563959
"color": "rgba(103, 80, 164, 1)",
@@ -3959,7 +3962,8 @@ exports[`renders collapsed AnimatedCrossView 1`] = `
39593962
"fontWeight": undefined,
39603963
"left": 0,
39613964
"letterSpacing": 0.15,
3962-
"lineHeight": undefined,
3965+
"lineHeight": 19.2,
3966+
"maxWidth": 73,
39633967
"opacity": 0,
39643968
"paddingLeft": 16,
39653969
"paddingRight": 16,
@@ -3996,7 +4000,8 @@ exports[`renders collapsed AnimatedCrossView 1`] = `
39964000
"fontWeight": undefined,
39974001
"left": 0,
39984002
"letterSpacing": 0.15,
3999-
"lineHeight": undefined,
4003+
"lineHeight": 19.2,
4004+
"maxWidth": 73,
40004005
"opacity": 0,
40014006
"paddingLeft": 16,
40024007
"paddingRight": 16,
@@ -4057,7 +4062,8 @@ exports[`renders collapsed AnimatedCrossView 1`] = `
40574062
"fontSize": 16,
40584063
"fontWeight": undefined,
40594064
"letterSpacing": 0.15,
4060-
"lineHeight": undefined,
4065+
"lineHeight": 19.2,
4066+
"minWidth": 65,
40614067
"paddingLeft": 16,
40624068
"paddingRight": 16,
40634069
"textAlign": "left",

src/__tests__/Date/__snapshots__/CalendarEdit.test.tsx.snap

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ exports[`renders CalendarEdit 1`] = `
6666
testID="text-input-underline"
6767
/>
6868
<View
69+
onLayout={[Function]}
6970
style={
7071
[
7172
{
@@ -94,6 +95,7 @@ exports[`renders CalendarEdit 1`] = `
9495
"translateX": 4,
9596
},
9697
],
98+
"width": 750,
9799
"zIndex": 3,
98100
}
99101
}
@@ -103,6 +105,7 @@ exports[`renders CalendarEdit 1`] = `
103105
maxFontSizeMultiplier={1.5}
104106
numberOfLines={1}
105107
onLayout={[Function]}
108+
onTextLayout={[Function]}
106109
style={
107110
{
108111
"color": "rgba(103, 80, 164, 1)",
@@ -111,7 +114,8 @@ exports[`renders CalendarEdit 1`] = `
111114
"fontWeight": undefined,
112115
"left": 0,
113116
"letterSpacing": 0.15,
114-
"lineHeight": undefined,
117+
"lineHeight": 19.2,
118+
"maxWidth": 73,
115119
"opacity": 0,
116120
"paddingLeft": 16,
117121
"paddingRight": 16,
@@ -148,7 +152,8 @@ exports[`renders CalendarEdit 1`] = `
148152
"fontWeight": undefined,
149153
"left": 0,
150154
"letterSpacing": 0.15,
151-
"lineHeight": undefined,
155+
"lineHeight": 19.2,
156+
"maxWidth": 73,
152157
"opacity": 0,
153158
"paddingLeft": 16,
154159
"paddingRight": 16,
@@ -209,7 +214,8 @@ exports[`renders CalendarEdit 1`] = `
209214
"fontSize": 16,
210215
"fontWeight": undefined,
211216
"letterSpacing": 0.15,
212-
"lineHeight": undefined,
217+
"lineHeight": 19.2,
218+
"minWidth": 65,
213219
"paddingLeft": 16,
214220
"paddingRight": 16,
215221
"textAlign": "left",

src/__tests__/Date/__snapshots__/DatePickerInput.test.tsx.snap

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ exports[`renders DatePickerInput 1`] = `
44
<RNCSafeAreaProvider
55
onInsetsChange={[Function]}
66
style={
7-
{
8-
"flex": 1,
9-
}
7+
[
8+
{
9+
"flex": 1,
10+
},
11+
undefined,
12+
]
1013
}
1114
/>
1215
`;

src/__tests__/Date/__snapshots__/DatePickerInputWithoutModal.test.tsx.snap

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ exports[`renders DatePickerInput 1`] = `
5959
testID="text-input-underline"
6060
/>
6161
<View
62+
onLayout={[Function]}
6263
style={
6364
[
6465
{
@@ -87,6 +88,7 @@ exports[`renders DatePickerInput 1`] = `
8788
"translateX": 4,
8889
},
8990
],
91+
"width": 750,
9092
"zIndex": 3,
9193
}
9294
}
@@ -96,6 +98,7 @@ exports[`renders DatePickerInput 1`] = `
9698
maxFontSizeMultiplier={1.5}
9799
numberOfLines={1}
98100
onLayout={[Function]}
101+
onTextLayout={[Function]}
99102
style={
100103
{
101104
"color": "rgba(103, 80, 164, 1)",
@@ -104,7 +107,8 @@ exports[`renders DatePickerInput 1`] = `
104107
"fontWeight": undefined,
105108
"left": 0,
106109
"letterSpacing": 0.15,
107-
"lineHeight": undefined,
110+
"lineHeight": 19.2,
111+
"maxWidth": 73,
108112
"opacity": 0,
109113
"paddingLeft": 16,
110114
"paddingRight": 16,
@@ -141,7 +145,8 @@ exports[`renders DatePickerInput 1`] = `
141145
"fontWeight": undefined,
142146
"left": 0,
143147
"letterSpacing": 0.15,
144-
"lineHeight": undefined,
148+
"lineHeight": 19.2,
149+
"maxWidth": 73,
145150
"opacity": 0,
146151
"paddingLeft": 16,
147152
"paddingRight": 16,
@@ -201,7 +206,8 @@ exports[`renders DatePickerInput 1`] = `
201206
"fontSize": 16,
202207
"fontWeight": undefined,
203208
"letterSpacing": 0.15,
204-
"lineHeight": undefined,
209+
"lineHeight": 19.2,
210+
"minWidth": 65,
205211
"paddingLeft": 16,
206212
"paddingRight": 16,
207213
"textAlign": "left",

src/__tests__/Date/__snapshots__/DatePickerModal.test.tsx.snap

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ exports[`renders DatePickerModal 1`] = `
44
<RNCSafeAreaProvider
55
onInsetsChange={[Function]}
66
style={
7-
{
8-
"flex": 1,
9-
}
7+
[
8+
{
9+
"flex": 1,
10+
},
11+
undefined,
12+
]
1013
}
1114
/>
1215
`;

0 commit comments

Comments
 (0)