diff --git a/HelloWorld/package.json b/HelloWorld/package.json index f6b37630..202d84bb 100644 --- a/HelloWorld/package.json +++ b/HelloWorld/package.json @@ -42,9 +42,9 @@ "redux": "4.1.2" }, "devDependencies": { - "@babel/core": "~7.20.0", + "@babel/core": "~7.21.0", "@babel/preset-env": "^7.20.0", - "@babel/runtime": "~7.20.0", + "@babel/runtime": "~7.21.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 cdb9e4bf..b87934b0 100644 --- a/template/template/package.json +++ b/template/template/package.json @@ -42,9 +42,9 @@ "@shopify/restyle": "2.4.2" }, "devDependencies": { - "@babel/core": "~7.20.0", + "@babel/core": "~7.21.0", "@babel/preset-env": "^7.20.0", - "@babel/runtime": "~7.20.0", + "@babel/runtime": "~7.21.0", "@react-native-community/eslint-config": "3.2.0", "@tsconfig/react-native": "^2.0.2", "@types/jest": "^29.2.1",