diff --git a/example/native-method/react-native/package.json b/example/native-method/react-native/package.json index 779fc18..7f29a4d 100644 --- a/example/native-method/react-native/package.json +++ b/example/native-method/react-native/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@rnx-kit/metro-config": "^1.3.9", - "@webview-bridge/react-native": "1.7.3", + "@webview-bridge/react-native": "1.7.5", "react": "18.3.1", "react-native": "0.76.0", "react-native-inappbrowser-reborn": "^3.7.0", diff --git a/example/native-method/web/package.json b/example/native-method/web/package.json index e16fb28..ba19141 100644 --- a/example/native-method/web/package.json +++ b/example/native-method/web/package.json @@ -10,7 +10,7 @@ "test:type": "tsc --noEmit" }, "dependencies": { - "@webview-bridge/web": "1.7.3" + "@webview-bridge/web": "1.7.5" }, "devDependencies": { "typescript": "^5.6.2", diff --git a/example/post-message/react-native/package.json b/example/post-message/react-native/package.json index 1f21551..16570ad 100644 --- a/example/post-message/react-native/package.json +++ b/example/post-message/react-native/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@rnx-kit/metro-config": "^1.3.9", - "@webview-bridge/react-native": "1.7.3", + "@webview-bridge/react-native": "1.7.5", "react": "18.3.1", "react-native": "0.76.0", "react-native-inappbrowser-reborn": "^3.7.0", diff --git a/example/post-message/react/package.json b/example/post-message/react/package.json index 5ae262d..12760bc 100644 --- a/example/post-message/react/package.json +++ b/example/post-message/react/package.json @@ -13,7 +13,7 @@ "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", - "@webview-bridge/web": "1.7.3" + "@webview-bridge/web": "1.7.5" }, "devDependencies": { "@webview-bridge-example-post-message/react-native": "workspace:^", diff --git a/example/react-navigation/react-native/package.json b/example/react-navigation/react-native/package.json index 59222c9..000e959 100644 --- a/example/react-navigation/react-native/package.json +++ b/example/react-navigation/react-native/package.json @@ -17,7 +17,7 @@ "@react-navigation/native": "^6.1.18", "@react-navigation/native-stack": "^6.11.0", "@rnx-kit/metro-config": "^1.3.9", - "@webview-bridge/react-native": "1.7.3", + "@webview-bridge/react-native": "1.7.5", "react": "18.3.1", "react-native": "0.76.0", "react-native-inappbrowser-reborn": "^3.7.0", diff --git a/example/react-navigation/react/package.json b/example/react-navigation/react/package.json index c30ea2d..f89f3b6 100644 --- a/example/react-navigation/react/package.json +++ b/example/react-navigation/react/package.json @@ -13,7 +13,7 @@ "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", - "@webview-bridge/web": "1.7.3" + "@webview-bridge/web": "1.7.5" }, "devDependencies": { "@eslint/js": "^9.13.0", diff --git a/example/shared-state-integration-react/react-native/package.json b/example/shared-state-integration-react/react-native/package.json index f90796c..7cc65cc 100644 --- a/example/shared-state-integration-react/react-native/package.json +++ b/example/shared-state-integration-react/react-native/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@rnx-kit/metro-config": "^1.3.9", - "@webview-bridge/react-native": "1.7.3", + "@webview-bridge/react-native": "1.7.5", "react": "18.3.1", "react-native": "0.76.0", "react-native-inappbrowser-reborn": "^3.7.0", diff --git a/example/shared-state-integration-react/react/package.json b/example/shared-state-integration-react/react/package.json index e667bc3..1a8e36a 100644 --- a/example/shared-state-integration-react/react/package.json +++ b/example/shared-state-integration-react/react/package.json @@ -11,8 +11,8 @@ "test:type": "tsc --noEmit" }, "dependencies": { - "@webview-bridge/react": "1.7.3", - "@webview-bridge/web": "1.7.3", + "@webview-bridge/react": "1.7.5", + "@webview-bridge/web": "1.7.5", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/example/shared-state-integration-vue/react-native/package.json b/example/shared-state-integration-vue/react-native/package.json index 2a8ad45..c7eeb29 100644 --- a/example/shared-state-integration-vue/react-native/package.json +++ b/example/shared-state-integration-vue/react-native/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@rnx-kit/metro-config": "^1.3.9", - "@webview-bridge/react-native": "1.7.3", + "@webview-bridge/react-native": "1.7.5", "react": "18.3.1", "react-native": "0.76.0", "react-native-inappbrowser-reborn": "^3.7.0", diff --git a/example/shared-state-integration-vue/vue/package.json b/example/shared-state-integration-vue/vue/package.json index 780920f..d54fa07 100644 --- a/example/shared-state-integration-vue/vue/package.json +++ b/example/shared-state-integration-vue/vue/package.json @@ -10,7 +10,7 @@ "test:type": "tsc --noEmit" }, "dependencies": { - "@webview-bridge/web": "1.7.3", + "@webview-bridge/web": "1.7.5", "vue": "^3.5.12" }, "devDependencies": { diff --git a/example/static-html/package.json b/example/static-html/package.json index 8c6df77..6fdee85 100644 --- a/example/static-html/package.json +++ b/example/static-html/package.json @@ -17,9 +17,9 @@ }, "dependencies": { "@rnx-kit/metro-config": "^1.3.9", - "@webview-bridge/react": "1.7.3", - "@webview-bridge/react-native": "1.7.3", - "@webview-bridge/web": "1.7.3", + "@webview-bridge/react": "1.7.5", + "@webview-bridge/react-native": "1.7.5", + "@webview-bridge/web": "1.7.5", "react": "18.3.1", "react-dom": "^18.3.1", "react-native": "0.76.0",