Skip to content

Commit b101f85

Browse files
authored
chore: upgrade babel-plugin-module-resolver to 5.0.0 (#381)
### Summary The package `babel-plugin-module-resolver` is currently using version `4.1.0` of the package. One of the dependencies of this package, `json5`, has security vulnerabilities in the version used in this version. These vulnerabilities have been fixed in the latest version of the `babel-plugin-module-resolver` package. So upgrade the package to the latest version. See the CHANGELOG of the package for more information. https://github.com/tleunen/babel-plugin-module-resolver/blob/master/CHANGELOG.md#500-2023-01-09
1 parent fca84d8 commit b101f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-react-native-library/src/utils/generateExampleApp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const PACKAGES_TO_REMOVE = [
3434
];
3535

3636
const PACKAGES_TO_ADD_DEV = {
37-
'babel-plugin-module-resolver': '^4.1.0',
37+
'babel-plugin-module-resolver': '^5.0.0',
3838
};
3939

4040
const PACKAGES_TO_ADD_WEB = {

0 commit comments

Comments
 (0)