Skip to content

Commit cdd995f

Browse files
committed
chore: update packages and dependencies
1 parent e9f0314 commit cdd995f

12 files changed

+3559
-3769
lines changed

example/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"test": "jest"
1313
},
1414
"dependencies": {
15-
"expo": "^48.0.0",
16-
"expo-splash-screen": "~0.18.2",
15+
"expo": "^49.0.5",
16+
"expo-splash-screen": "~0.20.4",
1717
"react": "18.2.0",
1818
"react-dom": "18.2.0",
19-
"react-native": "0.71.3",
20-
"react-native-paper": "^5.8.0",
21-
"react-native-web": "~0.18.11"
19+
"react-native": "0.72.3",
20+
"react-native-paper": "^5.9.1",
21+
"react-native-web": "~0.19.6"
2222
},
2323
"devDependencies": {
24-
"@babel/core": "^7.20.0",
25-
"@expo/webpack-config": "^18.0.1",
24+
"@babel/core": "^7.22.9",
25+
"@expo/webpack-config": "^18.1.2",
2626
"babel-loader": "^8.1.0",
2727
"babel-plugin-module-resolver": "^4.1.0"
2828
}

example/yarn.lock

Lines changed: 2048 additions & 2612 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,32 +50,32 @@
5050
"registry": "https://registry.npmjs.org/"
5151
},
5252
"devDependencies": {
53-
"@commitlint/config-conventional": "^17.6.5",
53+
"@commitlint/config-conventional": "^17.6.7",
5454
"@react-native-community/eslint-config": "^3.2.0",
5555
"@release-it/conventional-changelog": "^5.1.1",
5656
"@testing-library/jest-native": "^5.4.2",
5757
"@testing-library/react-native": "^11.5.4",
5858
"@types/color": "^3.0.3",
59-
"@types/jest": "^29.5.2",
60-
"@types/react": "^18.2.8",
59+
"@types/jest": "^29.5.3",
60+
"@types/react": "^18.2.17",
6161
"@types/react-native-vector-icons": "^6.4.13",
6262
"@types/react-test-renderer": "^18.0.0",
6363
"babel-loader": "^8.3.0",
64-
"caniuse-lite": "^1.0.30001492",
65-
"commitlint": "^17.6.5",
66-
"eslint": "^8.41.0",
67-
"eslint-config-prettier": "^8.8.0",
64+
"caniuse-lite": "^1.0.30001517",
65+
"commitlint": "^17.6.7",
66+
"eslint": "^8.46.0",
67+
"eslint-config-prettier": "^8.9.0",
6868
"eslint-plugin-prettier": "^4.2.1",
6969
"husky": "^8.0.3",
70-
"jest": "^29.5.0",
70+
"jest": "^29.6.2",
7171
"metro-react-native-babel-preset": "^0.76.7",
7272
"pod-install": "^0.1.38",
7373
"prettier": "^2.8.8",
7474
"react": "^18.2.0",
75-
"react-native": "^0.72.0",
75+
"react-native": "^0.72.3",
7676
"react-native-builder-bob": "^0.20.4",
77-
"react-native-paper": "^5.8.0",
78-
"react-native-safe-area-context": "^4.5.3",
77+
"react-native-paper": "^5.9.1",
78+
"react-native-safe-area-context": "^4.7.1",
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4018,6 +4018,7 @@ exports[`renders collapsed AnimatedCrossView 1`] = `
40184018
</View>
40194019
<TextInput
40204020
autoComplete="off"
4021+
cursorColor="rgba(103, 80, 164, 1)"
40214022
editable={true}
40224023
keyboardAppearance="default"
40234024
keyboardType="number-pad"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ exports[`renders CalendarEdit 1`] = `
170170
</View>
171171
<TextInput
172172
autoComplete="off"
173+
cursorColor="rgba(103, 80, 164, 1)"
173174
editable={true}
174175
keyboardAppearance="default"
175176
keyboardType="number-pad"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ exports[`renders DatePickerInput 1`] = `
163163
</View>
164164
<TextInput
165165
autoComplete="birthdate-full"
166+
cursorColor="rgba(103, 80, 164, 1)"
166167
editable={true}
167168
keyboardAppearance="default"
168169
keyboardType="number-pad"

0 commit comments

Comments
 (0)