@txo/service-graphql-react 3.0.43 → 3.0.45
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 +14 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [3.0.45](https://github.com/technology-studio/service-graphql-react/compare/v3.0.44...v3.0.45) (2025-04-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency type-fest to ^4.40.0 ([#931](https://github.com/technology-studio/service-graphql-react/issues/931)) ([fff65d0](https://github.com/technology-studio/service-graphql-react/commit/fff65d019f45e2f9e2dad88cad33cb8a19e2f5fd))
|
|
7
|
+
|
|
8
|
+
## [3.0.44](https://github.com/technology-studio/service-graphql-react/compare/v3.0.43...v3.0.44) (2025-04-10)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency @apollo/client to ^3.13.7 ([#928](https://github.com/technology-studio/service-graphql-react/issues/928)) ([6cff621](https://github.com/technology-studio/service-graphql-react/commit/6cff621e9026aab8b955886af79a447aa668ae80))
|
|
14
|
+
|
|
1
15
|
## [3.0.43](https://github.com/technology-studio/service-graphql-react/compare/v3.0.42...v3.0.43) (2025-04-05)
|
|
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.
|
|
3
|
+
"version": "3.0.45",
|
|
4
4
|
"description": "Technology Studio - Service graphql react",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -44,16 +44,16 @@
|
|
|
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.
|
|
47
|
+
"type-fest": "^4.40.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@apollo/client": "^3.13.
|
|
50
|
+
"@apollo/client": "^3.13.7",
|
|
51
51
|
"@txo-peer-dep/error-handler": "^3.2.0",
|
|
52
52
|
"@txo-peer-dep/service-graphql": "^3.3.3",
|
|
53
53
|
"graphql": "^16.10.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@apollo/client": "^3.13.
|
|
56
|
+
"@apollo/client": "^3.13.7",
|
|
57
57
|
"@txo-peer-dep/error-handler": "^3.2.0",
|
|
58
58
|
"@txo-peer-dep/log": "^4.0.4",
|
|
59
59
|
"@txo-peer-dep/service-graphql": "^3.3.3",
|
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
"graphql": "^16.10.0",
|
|
72
72
|
"husky": "^9.1.7",
|
|
73
73
|
"jest": "^29.7.0",
|
|
74
|
-
"lint-staged": "^15.5.
|
|
74
|
+
"lint-staged": "^15.5.1",
|
|
75
75
|
"react": "^18.3.1",
|
|
76
76
|
"react-dom": "^18.3.1",
|
|
77
77
|
"redux-saga": "^1.3.0",
|
|
78
78
|
"rimraf": "^6.0.1",
|
|
79
|
-
"ts-jest": "^29.3.
|
|
80
|
-
"typescript": "^5.8.
|
|
79
|
+
"ts-jest": "^29.3.2",
|
|
80
|
+
"typescript": "^5.8.3"
|
|
81
81
|
}
|
|
82
82
|
}
|