@graphcommerce/googlerecaptcha 9.0.0-canary.55 → 9.0.0-canary.57

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -2
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.57
4
+
5
+ ## 9.0.0-canary.56
6
+
3
7
  ## 9.0.0-canary.55
4
8
 
5
9
  ## 9.0.0-canary.54
@@ -100,8 +104,7 @@
100
104
 
101
105
  ### Patch Changes
102
106
 
103
- - [#2245](https://github.com/graphcommerce-org/graphcommerce/pull/2245) [`898224c`](https://github.com/graphcommerce-org/graphcommerce/commit/898224c0343dd195ab2574218475834469182315) - Solve an issue where the grecaptcha.execute method would throw ‘null’ causing the checkout to break in unexpected ways.
104
- ([@paales](https://github.com/paales))
107
+ - [#2245](https://github.com/graphcommerce-org/graphcommerce/pull/2245) [`898224c`](https://github.com/graphcommerce-org/graphcommerce/commit/898224c0343dd195ab2574218475834469182315) - Solve an issue where the grecaptcha.execute method would throw ‘null’ causing the checkout to break in unexpected ways. ([@paales](https://github.com/paales))
105
108
 
106
109
  ## 8.1.0-canary.6
107
110
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/googlerecaptcha",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.0-canary.55",
5
+ "version": "9.0.0-canary.57",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,14 +12,14 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@types/grecaptcha": "^3.0.7"
15
+ "@types/grecaptcha": "^3.0.9"
16
16
  },
17
17
  "peerDependencies": {
18
- "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.55",
19
- "@graphcommerce/graphql": "^9.0.0-canary.55",
20
- "@graphcommerce/next-ui": "^9.0.0-canary.55",
21
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.55",
22
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.55",
18
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.57",
19
+ "@graphcommerce/graphql": "^9.0.0-canary.57",
20
+ "@graphcommerce/next-ui": "^9.0.0-canary.57",
21
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.57",
22
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.57",
23
23
  "@mui/material": "^5.10.16",
24
24
  "next": "*",
25
25
  "react": "^18.2.0",