@txo/service-graphql-react 3.0.7 → 3.0.9

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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [3.0.9](https://github.com/technology-studio/service-graphql-react/compare/v3.0.8...v3.0.9) (2024-11-26)
2
+
3
+
4
+ ### Bug fixes
5
+
6
+ * **deps:** update dependency type-fest to ^4.28.1 ([#863](https://github.com/technology-studio/service-graphql-react/issues/863)) ([7bb26fb](https://github.com/technology-studio/service-graphql-react/commit/7bb26fb753dbc8606e5e28f459711af33b82453c))
7
+
8
+ ## [3.0.8](https://github.com/technology-studio/service-graphql-react/compare/v3.0.7...v3.0.8) (2024-11-24)
9
+
10
+
11
+ ### Bug fixes
12
+
13
+ * **deps:** update dependency type-fest to ^4.28.0 ([#862](https://github.com/technology-studio/service-graphql-react/issues/862)) ([24f8836](https://github.com/technology-studio/service-graphql-react/commit/24f88366f0862688652944bc9d4188ea5918172c))
14
+
1
15
  ## [3.0.7](https://github.com/technology-studio/service-graphql-react/compare/v3.0.6...v3.0.7) (2024-11-23)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@txo/service-graphql-react",
3
- "version": "3.0.7",
3
+ "version": "3.0.9",
4
4
  "description": "Technology Studio - Service graphql react",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -44,7 +44,7 @@
44
44
  "@txo/types": "^1.7.0",
45
45
  "lodash.get": "^4.4.2",
46
46
  "lodash.set": "^4.3.2",
47
- "type-fest": "^4.27.1"
47
+ "type-fest": "^4.28.1"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@apollo/client": "^3.11.10",