diff --git a/example/capacitor/ios/App/Podfile.lock b/example/capacitor/ios/App/Podfile.lock index 7ee886ea..0647a0fd 100644 --- a/example/capacitor/ios/App/Podfile.lock +++ b/example/capacitor/ios/App/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - AuthgearCapacitor (4.0.0): + - AuthgearCapacitor (4.1.0): - Capacitor - Capacitor (7.4.3): - CapacitorCordova @@ -39,7 +39,7 @@ EXTERNAL SOURCES: :path: "../../node_modules/@capacitor/status-bar" SPEC CHECKSUMS: - AuthgearCapacitor: 246f0612290c5bc97eff5b7a4301776a11aa6ba5 + AuthgearCapacitor: 3ee4a9d1bf6d4d7f84fc15c9bd01eb784d8df202 Capacitor: 28d6c01026a9a3f7156529498ec1f389a2a28dbc CapacitorApp: 1f6922c9c5c8b1c538d7fbe92ebe44a81b34bed3 CapacitorCordova: 435121e81a2df4d0034f0fb11fcefab5104cfdb5 diff --git a/example/capacitor/package-lock.json b/example/capacitor/package-lock.json index 96417dec..f8360cad 100644 --- a/example/capacitor/package-lock.json +++ b/example/capacitor/package-lock.json @@ -40,16 +40,16 @@ "eslint-plugin-react-hooks": "^4.6.0", "native-run": "^2.0.0", "typescript": "^5.1.6", - "vite": "^6.3.6", + "vite": "^6.4.1", "vitest": "^3.0.0" } }, "../../packages/authgear-capacitor": { "name": "@authgear/capacitor", - "version": "4.0.0", + "version": "4.1.0", "license": "Apache-2.0", "devDependencies": { - "@authgear/core": "4.0.0", + "@authgear/core": "4.1.0", "@capacitor/android": "^7.0.0", "@capacitor/core": "^7.0.0", "@capacitor/ios": "^7.0.0" @@ -60,10 +60,10 @@ }, "../../packages/authgear-web": { "name": "@authgear/web", - "version": "4.0.0", + "version": "4.1.0", "license": "Apache-2.0", "devDependencies": { - "@authgear/core": "4.0.0", + "@authgear/core": "4.1.0", "core-js-pure": "^3.37.0" } }, @@ -8559,9 +8559,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "6.3.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.6.tgz", - "integrity": "sha512-0msEVHJEScQbhkbVTb/4iHZdJ6SXp/AvxL2sjwYQFfBqleHtnCqv1J3sa9zbWz/6kW1m9Tfzn92vW+kZ1WV6QA==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", + "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/example/capacitor/package.json b/example/capacitor/package.json index 6a4cdc89..dc43a015 100644 --- a/example/capacitor/package.json +++ b/example/capacitor/package.json @@ -49,7 +49,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "native-run": "^2.0.0", "typescript": "^5.1.6", - "vite": "^6.3.6", + "vite": "^6.4.1", "vitest": "^3.0.0" }, "description": "An Ionic project" diff --git a/example/reactnative/ios/Podfile.lock b/example/reactnative/ios/Podfile.lock index 6daff464..651bdcf9 100644 --- a/example/reactnative/ios/Podfile.lock +++ b/example/reactnative/ios/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - authgear-react-native (4.0.0): + - authgear-react-native (4.1.0): - React-Core - boost (1.84.0) - DoubleConversion (1.1.6) @@ -1746,7 +1746,7 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: - authgear-react-native: 6924f81be4069a70145ed45beae54045f0a47e73 + authgear-react-native: 27a2e0b3c75cc504db0bf7976d55c91026aab5a3 boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90 DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb fast_float: 06eeec4fe712a76acc9376682e4808b05ce978b6 diff --git a/example/reactweb/package-lock.json b/example/reactweb/package-lock.json index 4ca88599..5f2c9e15 100644 --- a/example/reactweb/package-lock.json +++ b/example/reactweb/package-lock.json @@ -25,10 +25,10 @@ }, "../../packages/authgear-web": { "name": "@authgear/web", - "version": "4.0.0", + "version": "4.1.0", "license": "Apache-2.0", "devDependencies": { - "@authgear/core": "4.0.0", + "@authgear/core": "4.1.0", "core-js-pure": "^3.37.0" } }, diff --git a/packages/authgear-capacitor/package.json b/packages/authgear-capacitor/package.json index b40ce6e5..1f39a675 100644 --- a/packages/authgear-capacitor/package.json +++ b/packages/authgear-capacitor/package.json @@ -1,6 +1,6 @@ { "name": "@authgear/capacitor", - "version": "4.0.0", + "version": "4.1.0", "license": "Apache-2.0", "main": "dist/plugin.cjs.js", "module": "dist/plugin.module.js", @@ -14,7 +14,7 @@ "AuthgearCapacitor.podspec" ], "devDependencies": { - "@authgear/core": "4.0.0", + "@authgear/core": "4.1.0", "@capacitor/android": "^7.0.0", "@capacitor/core": "^7.0.0", "@capacitor/ios": "^7.0.0" diff --git a/packages/authgear-core/package.json b/packages/authgear-core/package.json index c4fcee73..5107806d 100644 --- a/packages/authgear-core/package.json +++ b/packages/authgear-core/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@authgear/core", - "version": "4.0.0", + "version": "4.1.0", "license": "Apache-2.0", "main": "src/index.ts", "devDependencies": { diff --git a/packages/authgear-react-native/package.json b/packages/authgear-react-native/package.json index 6cb2f7d0..58dee4a9 100644 --- a/packages/authgear-react-native/package.json +++ b/packages/authgear-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@authgear/react-native", - "version": "4.0.0", + "version": "4.1.0", "license": "Apache-2.0", "main": "dist/authgear-react-native.js", "files": [ @@ -11,7 +11,7 @@ "android" ], "devDependencies": { - "@authgear/core": "4.0.0", + "@authgear/core": "4.1.0", "@types/react-native": "0.69.1", "core-js-pure": "^3.37.0" }, diff --git a/packages/authgear-web/package.json b/packages/authgear-web/package.json index b8697c68..9f3763e7 100644 --- a/packages/authgear-web/package.json +++ b/packages/authgear-web/package.json @@ -1,6 +1,6 @@ { "name": "@authgear/web", - "version": "4.0.0", + "version": "4.1.0", "license": "Apache-2.0", "main": "dist/authgear-web.cjs.js", "module": "dist/authgear-web.module.js", @@ -11,7 +11,7 @@ "dist/authgear-web.iife.js" ], "devDependencies": { - "@authgear/core": "4.0.0", + "@authgear/core": "4.1.0", "core-js-pure": "^3.37.0" }, "keywords": [