@txo/service-graphql-react 2.3.88 → 2.3.90
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 +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [2.3.90](https://github.com/technology-studio/service-graphql-react/compare/v2.3.89...v2.3.90) (2023-09-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @apollo/client to ^3.8.4 ([9780bc9](https://github.com/technology-studio/service-graphql-react/commit/9780bc93c18b4b1bf39fe9a2e12954e010cd902c))
|
|
7
|
+
|
|
8
|
+
## [2.3.89](https://github.com/technology-studio/service-graphql-react/compare/v2.3.88...v2.3.89) (2023-09-19)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency graphql to ^16.8.1 ([640ed34](https://github.com/technology-studio/service-graphql-react/commit/640ed3448f05efd5de0adf212bbe03f72304ebf8))
|
|
14
|
+
|
|
1
15
|
## [2.3.88](https://github.com/technology-studio/service-graphql-react/compare/v2.3.87...v2.3.88) (2023-09-05)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@txo/service-graphql-react",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.90",
|
|
4
4
|
"description": "Technology Studio - Service graphql react",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"type-fest": "^4.3.1"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@apollo/client": "^3.8.
|
|
49
|
+
"@apollo/client": "^3.8.4",
|
|
50
50
|
"@txo-peer-dep/service-error-handler-react": "^1.2.20",
|
|
51
51
|
"@txo-peer-dep/service-graphql": "^3.2.12",
|
|
52
|
-
"graphql": "^16.8.
|
|
52
|
+
"graphql": "^16.8.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@apollo/client": "^3.8.
|
|
55
|
+
"@apollo/client": "^3.8.4",
|
|
56
56
|
"@commitlint/cli": "^17.7.1",
|
|
57
57
|
"@commitlint/config-conventional": "^17.7.0",
|
|
58
58
|
"@semantic-release/changelog": "^6.0.3",
|
|
@@ -61,39 +61,39 @@
|
|
|
61
61
|
"@txo-peer-dep/service-error-handler-react": "^1.2.20",
|
|
62
62
|
"@txo-peer-dep/service-graphql": "^3.2.12",
|
|
63
63
|
"@txo/log-console": "^3.0.0",
|
|
64
|
-
"@types/jest": "^29.5.
|
|
64
|
+
"@types/jest": "^29.5.5",
|
|
65
65
|
"@types/lodash.get": "^4.4.7",
|
|
66
66
|
"@types/lodash.set": "^4.3.7",
|
|
67
|
-
"@types/node-fetch": "^2.6.
|
|
68
|
-
"@types/react": "^18.2.
|
|
69
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
70
|
-
"@typescript-eslint/parser": "^6.
|
|
67
|
+
"@types/node-fetch": "^2.6.5",
|
|
68
|
+
"@types/react": "^18.2.22",
|
|
69
|
+
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
|
70
|
+
"@typescript-eslint/parser": "^6.7.2",
|
|
71
71
|
"commitizen": "^4.3.0",
|
|
72
72
|
"concurrently": "^8.2.1",
|
|
73
|
-
"eslint": "^8.
|
|
74
|
-
"eslint-config-txo-typescript-react": "^1.2.
|
|
73
|
+
"eslint": "^8.49.0",
|
|
74
|
+
"eslint-config-txo-typescript-react": "^1.2.40",
|
|
75
75
|
"eslint-formatter-pretty": "^5.0.0",
|
|
76
76
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
77
77
|
"eslint-plugin-import": "^2.28.1",
|
|
78
|
-
"eslint-plugin-jest": "^27.
|
|
78
|
+
"eslint-plugin-jest": "^27.4.0",
|
|
79
79
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
80
|
-
"eslint-plugin-n": "^16.0
|
|
80
|
+
"eslint-plugin-n": "^16.1.0",
|
|
81
81
|
"eslint-plugin-promise": "^6.1.1",
|
|
82
82
|
"eslint-plugin-react": "^7.33.2",
|
|
83
83
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
84
84
|
"eslint-plugin-redux-saga": "^1.3.2",
|
|
85
|
-
"graphql": "^16.8.
|
|
85
|
+
"graphql": "^16.8.1",
|
|
86
86
|
"husky": "^8.0.3",
|
|
87
|
-
"jest": "^29.
|
|
87
|
+
"jest": "^29.7.0",
|
|
88
88
|
"lint-staged": "^14.0.1",
|
|
89
89
|
"react": "^18.2.0",
|
|
90
90
|
"react-dom": "^18.2.0",
|
|
91
91
|
"redux-saga": "^1.2.3",
|
|
92
92
|
"rimraf": "^5.0.1",
|
|
93
|
-
"semantic-release": "^
|
|
93
|
+
"semantic-release": "^22.0.0",
|
|
94
94
|
"semantic-release-slack-bot": "^4.0.2",
|
|
95
95
|
"ts-jest": "^29.1.1",
|
|
96
|
-
"typescript": "^5.
|
|
96
|
+
"typescript": "^5.2.2"
|
|
97
97
|
},
|
|
98
98
|
"config": {
|
|
99
99
|
"commitizen": {
|