@web3auth/modal 10.11.0 → 10.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,6 +42,10 @@ PERFORMANCE OF THIS SOFTWARE.
42
42
 
43
43
  /*! scure-base - MIT License (c) 2022 Paul Miller (paulmillr.com) */
44
44
 
45
+ /*! scure-bip32 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) */
46
+
47
+ /*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) */
48
+
45
49
  /**
46
50
  * @license
47
51
  * Lodash <https://lodash.com/>
@@ -90,3 +94,13 @@ PERFORMANCE OF THIS SOFTWARE.
90
94
  * This source code is licensed under the MIT license found in the
91
95
  * LICENSE file in the root directory of this source tree.
92
96
  */
97
+
98
+ /**
99
+ * @license React
100
+ * use-sync-external-store-shim.production.js
101
+ *
102
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
103
+ *
104
+ * This source code is licensed under the MIT license found in the
105
+ * LICENSE file in the root directory of this source tree.
106
+ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@web3auth/modal",
3
- "version": "10.11.0",
3
+ "version": "10.13.0",
4
4
  "description": "Multi chain wallet aggregator for web3Auth",
5
5
  "keywords": [
6
6
  "web3Auth/ui",
@@ -65,42 +65,42 @@
65
65
  "@toruslabs/eslint-config-vue": "^4.1.5",
66
66
  "@toruslabs/isomorphic-style-loader": "^5.4.0",
67
67
  "@toruslabs/vue-components": "^8.1.2",
68
- "@types/react": "^19.2.7",
68
+ "@types/react": "^19.2.8",
69
69
  "@types/react-dom": "^19.2.3",
70
70
  "@wagmi/core": "^2.20.1",
71
71
  "@wagmi/vue": "^0.2.2",
72
- "autoprefixer": "^10.4.22",
72
+ "autoprefixer": "^10.4.23",
73
73
  "css-loader": "^7.1.2",
74
74
  "live-server": "^1.2.2",
75
75
  "postcss": "^8.5.6",
76
76
  "postcss-loader": "^8.2.0",
77
77
  "postcss-prefix-selector": "^2.1.1",
78
- "react": "^19.2.0",
79
- "react-dom": "^19.2.0",
78
+ "react": "^19.2.3",
79
+ "react-dom": "^19.2.3",
80
80
  "rollup-plugin-postcss": "^4.0.2",
81
81
  "rollup-preserve-directives": "^1.1.3",
82
82
  "style-loader": "^4.0.0",
83
83
  "tailwindcss": "^3.4.17",
84
84
  "url-loader": "^4.1.1",
85
- "viem": "^2.40.3",
86
- "vue": "^3.5.25",
85
+ "viem": "^2.44.2",
86
+ "vue": "^3.5.26",
87
87
  "wagmi": "^2.16.6"
88
88
  },
89
89
  "dependencies": {
90
- "@hcaptcha/react-hcaptcha": "^1.16.0",
91
- "@toruslabs/base-controllers": "^8.10.0",
90
+ "@hcaptcha/react-hcaptcha": "^2.0.1",
91
+ "@toruslabs/base-controllers": "^8.15.0",
92
92
  "@toruslabs/http-helpers": "^8.1.1",
93
93
  "@web3auth/auth": "^10.8.0",
94
- "@web3auth/no-modal": "^10.11.0",
94
+ "@web3auth/no-modal": "^10.13.0",
95
95
  "bowser": "^2.13.1",
96
96
  "classnames": "^2.5.1",
97
97
  "clsx": "^2.1.1",
98
98
  "color": "^5.0.3",
99
99
  "copy-to-clipboard": "^3.3.3",
100
100
  "deepmerge": "^4.3.1",
101
- "i18next": "^25.7.1",
102
- "react-i18next": "^15.7.2",
103
- "react-qrcode-logo": "^3.0.0",
101
+ "i18next": "^25.7.4",
102
+ "react-i18next": "^16.5.3",
103
+ "react-qrcode-logo": "^4.0.0",
104
104
  "tailwind-merge": "^3.4.0"
105
105
  },
106
106
  "exports": {
@@ -203,5 +203,5 @@
203
203
  "type": "git",
204
204
  "url": "git+https://github.com/Web3Auth/Web3Auth.git"
205
205
  },
206
- "gitHead": "91287fc3cfb90868276e97558755f34af68f9cbb"
206
+ "gitHead": "7204ba9971960eab336d9e66f7acf9a7bb04746c"
207
207
  }