@quiltt/react 3.3.5 → 3.3.7
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.
- package/CHANGELOG.md +16 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @quiltt/react
|
|
2
2
|
|
|
3
|
+
## 3.3.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 13bdf9f: Fix URL and atob polyfill
|
|
8
|
+
- Updated dependencies [13bdf9f]
|
|
9
|
+
- @quiltt/core@3.3.7
|
|
10
|
+
|
|
11
|
+
## 3.3.6
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- bb47eb5: Retry GraphQL requests on Network Errors
|
|
16
|
+
- Updated dependencies [bb47eb5]
|
|
17
|
+
- @quiltt/core@3.3.6
|
|
18
|
+
|
|
3
19
|
## 3.3.5
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quiltt/react",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.7",
|
|
4
4
|
"description": "React components and hooks for Quiltt Connector",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"CHANGELOG.md"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@quiltt/core": "3.3.
|
|
41
|
+
"@quiltt/core": "3.3.7"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@apollo/client": "3.7.16",
|
|
49
49
|
"@trivago/prettier-plugin-sort-imports": "4.1.1",
|
|
50
|
-
"@types/node": "
|
|
50
|
+
"@types/node": "20.11.4",
|
|
51
51
|
"@types/react": "18.2.7",
|
|
52
52
|
"@types/react-dom": "18.2.6",
|
|
53
53
|
"@typescript-eslint/eslint-plugin": "5.60.1",
|