Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump fast-xml-parser from 4.2.7 to 4.4.1 #2266

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Example/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const modules = [
'react-native-reanimated',
'react-native-safe-area-context',
'react-native-gesture-handler',
'react-native-reanimated',
...Object.keys(pack.peerDependencies),
];

Expand Down
1 change: 0 additions & 1 deletion TVOSExample/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const modules = [
'react-native-reanimated',
'react-native-safe-area-context',
'react-native-gesture-handler',
'react-native-reanimated',
...Object.keys(pack.peerDependencies),
];

Expand Down
1 change: 1 addition & 0 deletions ios/RNSScreenStackHeaderConfig.mm
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,7 @@ - (void)unmountChildComponentView:(UIView<RCTComponentViewProtocol> *)childCompo
[self replaceNavigationBarViewsWithSnapshotOfSubview:(RNSScreenStackHeaderSubview *)childComponentView];
[_reactSubviews removeObject:(RNSScreenStackHeaderSubview *)childComponentView];
[childComponentView removeFromSuperview];
[self updateViewControllerIfNeeded];
}

- (void)replaceNavigationBarViewsWithSnapshotOfSubview:(RNSScreenStackHeaderSubview *)childComponentView
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6801,13 +6801,13 @@ __metadata:
linkType: hard

"fast-xml-parser@npm:^4.0.12":
version: 4.2.7
resolution: "fast-xml-parser@npm:4.2.7"
version: 4.4.1
resolution: "fast-xml-parser@npm:4.4.1"
dependencies:
strnum: "npm:^1.0.5"
bin:
fxparser: src/cli/cli.js
checksum: 10c0/0681922d95713062ec6205fd41be503890c474a45831c39502e72fccf0b0bd88c49d2c2fa79c6d24d432573631d515967fd17938bcedf230cb134c291cbbbf5e
checksum: 10c0/7f334841fe41bfb0bf5d920904ccad09cefc4b5e61eaf4c225bf1e1bb69ee77ef2147d8942f783ee8249e154d1ca8a858e10bda78a5d78b8bed3f48dcee9bf33
languageName: node
linkType: hard

Expand Down
Loading