diff --git a/HelloWorld/package.json b/HelloWorld/package.json index c017495b..c4efee44 100644 --- a/HelloWorld/package.json +++ b/HelloWorld/package.json @@ -41,9 +41,9 @@ "@uiw/react-native-doc": "^4.0.5" }, "devDependencies": { - "@babel/core": "~7.20.0", + "@babel/core": "~7.26.0", "@babel/preset-env": "^7.20.0", - "@babel/runtime": "~7.20.0", + "@babel/runtime": "~7.26.0", "@react-native-community/eslint-config": "3.2.0", "@tsconfig/react-native": "^2.0.2", "@types/jest": "^29.2.1", diff --git a/template/template/package.json b/template/template/package.json index 222b2497..636ed1c4 100644 --- a/template/template/package.json +++ b/template/template/package.json @@ -42,9 +42,9 @@ "@uiw/react-native-doc": "^4.0.5" }, "devDependencies": { - "@babel/core": "~7.20.0", + "@babel/core": "~7.26.0", "@babel/preset-env": "^7.20.0", - "@babel/runtime": "~7.20.0", + "@babel/runtime": "~7.26.0", "@react-native-community/eslint-config": "3.2.0", "@tsconfig/react-native": "^2.0.2", "@types/jest": "^29.2.1",