Skip to content

Commit e95b8a4

Browse files
Fixed react-native-paper patch
1 parent cdc3a78 commit e95b8a4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

licenses.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"licenseUrl": "https://github.com/react-navigation/react-navigation/raw/master/LICENSE",
4242
"parents": "opendtu-react-native"
4343
},
44-
"@react-navigation/native-stack@6.10.1": {
44+
"@react-navigation/native-stack@6.11.0": {
4545
"licenses": "MIT",
4646
"repository": "https://github.com/react-navigation/react-navigation",
4747
"licenseUrl": "https://github.com/react-navigation/react-navigation/raw/master/LICENSE",
@@ -53,7 +53,7 @@
5353
"licenseUrl": "https://github.com/react-navigation/react-navigation/raw/master/LICENSE",
5454
"parents": "opendtu-react-native"
5555
},
56-
"@reduxjs/[email protected].6": {
56+
"@reduxjs/[email protected].7": {
5757
"licenses": "MIT",
5858
"repository": "https://github.com/reduxjs/redux-toolkit",
5959
"licenseUrl": "https://github.com/reduxjs/redux-toolkit/raw/master/LICENSE",
@@ -71,7 +71,7 @@
7171
"licenseUrl": "https://github.com/omichelsen/compare-versions/raw/master/LICENSE",
7272
"parents": "opendtu-react-native"
7373
},
74-
74+
7575
"licenses": "MIT",
7676
"repository": "https://github.com/expo/expo",
7777
"licenseUrl": "https://github.com/expo/expo",
@@ -203,7 +203,7 @@
203203
"licenseUrl": "https://github.com/web-ridge/react-native-paper-dates/raw/master/LICENSE",
204204
"parents": "opendtu-react-native"
205205
},
206-
206+
207207
"licenses": "MIT",
208208
"repository": "https://github.com/callstack/react-native-paper",
209209
"licenseUrl": "https://github.com/callstack/react-native-paper/raw/master/LICENSE.md",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
},
128128
"packageManager": "[email protected]",
129129
"resolutions": {
130-
"react-native-paper@^5.12.3": "patch:react-native-paper@npm%3A5.12.3#./.yarn/patches/react-native-paper-npm-5.12.3-1a888b7688.patch",
130+
"[email protected].5": "patch:react-native-paper@npm%3A5.12.5#./.yarn/patches/react-native-paper-npm-5.12.3-1a888b7688.patch",
131131
"node-git-hooks@^1.0.7": "patch:node-git-hooks@npm%3A1.0.7#./.yarn/patches/node-git-hooks-npm-1.0.7-618e27eb9b.patch"
132132
},
133133
"expo": {

0 commit comments

Comments
 (0)