diff --git a/example/native-method/react-native/package.json b/example/native-method/react-native/package.json index c6719b7..f0086e8 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.1", + "@webview-bridge/react-native": "1.7.2", "react": "18.3.1", "react-native": "0.76.0", "react-native-inappbrowser-reborn": "^3.7.0", diff --git a/example/native-method/react/package.json b/example/native-method/react/package.json index 2b42670..fbc2338 100644 --- a/example/native-method/react/package.json +++ b/example/native-method/react/package.json @@ -11,7 +11,7 @@ "test:type": "tsc --noEmit" }, "dependencies": { - "@webview-bridge/web": "1.7.1", + "@webview-bridge/web": "1.7.2", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/example/native-method/web/package.json b/example/native-method/web/package.json index 54a1e4c..50b31cb 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.1" + "@webview-bridge/web": "1.7.2" }, "devDependencies": { "typescript": "^5.6.2", diff --git a/example/post-message/react-native/package.json b/example/post-message/react-native/package.json index 73738b6..d92a47d 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.1", + "@webview-bridge/react-native": "1.7.2", "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 fe6a3c9..99dcdef 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.1" + "@webview-bridge/web": "1.7.2" }, "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 4e46dee..e87f581 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.1", + "@webview-bridge/react-native": "1.7.2", "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 8c61885..c5c6c70 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.1" + "@webview-bridge/web": "1.7.2" }, "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 1657899..55e77e1 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.1", + "@webview-bridge/react-native": "1.7.2", "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 85ccbcf..1682d5f 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.1", - "@webview-bridge/web": "1.7.1", + "@webview-bridge/react": "1.7.2", + "@webview-bridge/web": "1.7.2", "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 7ea9ade..26290bc 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.1", + "@webview-bridge/react-native": "1.7.2", "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 e0d64dd..f88388d 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.1", + "@webview-bridge/web": "1.7.2", "vue": "^3.5.12" }, "devDependencies": { diff --git a/example/static-html/package.json b/example/static-html/package.json index a32e015..881014b 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.1", - "@webview-bridge/react-native": "1.7.1", - "@webview-bridge/web": "1.7.1", + "@webview-bridge/react": "1.7.2", + "@webview-bridge/react-native": "1.7.2", + "@webview-bridge/web": "1.7.2", "react": "18.3.1", "react-dom": "^18.3.1", "react-native": "0.76.0",