diff --git a/example/package.json b/example/package.json index 40ea3ee9..d02b12cb 100644 --- a/example/package.json +++ b/example/package.json @@ -11,8 +11,8 @@ "eslint-config-satya164": "3.1.10", "expo": "~48.0.21", "moment": "2.30.1", - "react": "18.1.0", - "react-dom": "18.1.0", + "react": "18.3.1", + "react-dom": "18.3.1", "react-native": "0.70.5", "react-native-month": "1.6.3", "react-native-web": "0.18.10" diff --git a/package.json b/package.json index b03c0718..ade2f3af 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@react-native-community/eslint-config": "3.2.0", "@testing-library/react-hooks": "7.0.2", "@types/jest": "^28.1.8", - "@types/react": "~18.0.38", + "@types/react": "~18.3.0", "@types/react-native": "^0.69.26", "@types/react-test-renderer": "^18.0.0", "babel-core": "7.0.0-bridge.0", @@ -59,11 +59,11 @@ "jest": "^28.1.3", "metro-react-native-babel-preset": "0.56.0", "prettier": "2.1.2", - "react": "18.1.0", - "react-dom": "18.1.0", + "react": "18.3.1", + "react-dom": "18.3.1", "react-native": "0.70.5", "react-native-builder-bob": "0.18.3", - "react-test-renderer": "18.0.0", + "react-test-renderer": "18.3.1", "ts-jest": "^28.0.8", "typescript": "~4.8.4" },