diff --git a/example/package.json b/example/package.json index 9966852..5fdd8e5 100644 --- a/example/package.json +++ b/example/package.json @@ -15,9 +15,9 @@ "react-native-web-simple-toast": "workspace:^0.0.3" }, "devDependencies": { - "@babel/core": "^7.29.7", - "@babel/preset-react": "^7.29.7", - "@babel/runtime": "^7.29.7", + "@babel/core": "^8.0.1", + "@babel/preset-react": "^8.0.1", + "@babel/runtime": "^8.0.0", "@svgr/webpack": "^6.5.1", "@types/react": "^17.0.93", "@types/react-dom": "^17.0.26", diff --git a/packages/react-native-web-simple-toast/package.json b/packages/react-native-web-simple-toast/package.json index f0357b5..03e9eb9 100644 --- a/packages/react-native-web-simple-toast/package.json +++ b/packages/react-native-web-simple-toast/package.json @@ -24,7 +24,7 @@ "react-transition-group": "^4.4.5" }, "devDependencies": { - "@babel/runtime": "^7.29.7", + "@babel/runtime": "^8.0.0", "@types/react-transition-group": "^4.4.12", "react": "^17.0.2", "react-dom": "^17.0.2",