@txo/service-graphql-react 2.3.33 → 2.3.35
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.35](https://github.com/technology-studio/service-graphql-react/compare/v2.3.34...v2.3.35) (2023-07-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency type-fest to ^3.13.0 ([bc6a51c](https://github.com/technology-studio/service-graphql-react/commit/bc6a51c09e881f10752d3df7d59b682d4c5716c3))
|
|
7
|
+
|
|
8
|
+
## [2.3.34](https://github.com/technology-studio/service-graphql-react/compare/v2.3.33...v2.3.34) (2023-07-08)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency @apollo/client to ^3.7.17 ([4bddd54](https://github.com/technology-studio/service-graphql-react/commit/4bddd54bd52404caf0506fcf94dee48a22b16bfd))
|
|
14
|
+
|
|
1
15
|
## [2.3.33](https://github.com/technology-studio/service-graphql-react/compare/v2.3.32...v2.3.33) (2023-06-22)
|
|
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.35",
|
|
4
4
|
"description": "Technology Studio - Service graphql react",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -40,18 +40,18 @@
|
|
|
40
40
|
"@txo/types": "^1.3.0",
|
|
41
41
|
"lodash.get": "^4.4.2",
|
|
42
42
|
"lodash.set": "^4.3.2",
|
|
43
|
-
"type-fest": "^3.
|
|
43
|
+
"type-fest": "^3.13.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@apollo/client": "^3.7.
|
|
46
|
+
"@apollo/client": "^3.7.17",
|
|
47
47
|
"@txo-peer-dep/service-error-handler-react": "^1.2.2",
|
|
48
48
|
"@txo-peer-dep/service-graphql": "^3.2.2",
|
|
49
49
|
"graphql": "^16.7.1"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@apollo/client": "^3.7.
|
|
53
|
-
"@commitlint/cli": "^17.6.
|
|
54
|
-
"@commitlint/config-conventional": "^17.6.
|
|
52
|
+
"@apollo/client": "^3.7.17",
|
|
53
|
+
"@commitlint/cli": "^17.6.6",
|
|
54
|
+
"@commitlint/config-conventional": "^17.6.6",
|
|
55
55
|
"@semantic-release/changelog": "^6.0.3",
|
|
56
56
|
"@semantic-release/git": "^10.0.1",
|
|
57
57
|
"@txo-peer-dep/log": "^4.0.0",
|
|
@@ -61,35 +61,35 @@
|
|
|
61
61
|
"@types/jest": "^29.5.2",
|
|
62
62
|
"@types/lodash.get": "^4.4.7",
|
|
63
63
|
"@types/lodash.set": "^4.3.7",
|
|
64
|
-
"@types/react": "^18.2.
|
|
65
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
66
|
-
"@typescript-eslint/parser": "^5.
|
|
64
|
+
"@types/react": "^18.2.14",
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "^5.61.0",
|
|
66
|
+
"@typescript-eslint/parser": "^5.61.0",
|
|
67
67
|
"commitizen": "^4.3.0",
|
|
68
68
|
"concurrently": "^8.2.0",
|
|
69
|
-
"eslint": "^8.
|
|
70
|
-
"eslint-config-txo-typescript-react": "^1.0.
|
|
69
|
+
"eslint": "^8.44.0",
|
|
70
|
+
"eslint-config-txo-typescript-react": "^1.0.94",
|
|
71
71
|
"eslint-formatter-pretty": "^5.0.0",
|
|
72
72
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
73
73
|
"eslint-plugin-import": "^2.27.5",
|
|
74
74
|
"eslint-plugin-jest": "^27.2.2",
|
|
75
75
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
76
|
-
"eslint-plugin-n": "^16.0.
|
|
76
|
+
"eslint-plugin-n": "^16.0.1",
|
|
77
77
|
"eslint-plugin-promise": "^6.1.1",
|
|
78
78
|
"eslint-plugin-react": "^7.32.2",
|
|
79
79
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
80
80
|
"eslint-plugin-redux-saga": "^1.3.2",
|
|
81
81
|
"graphql": "^16.7.1",
|
|
82
82
|
"husky": "^8.0.3",
|
|
83
|
-
"jest": "^29.
|
|
84
|
-
"lint-staged": "^13.2.
|
|
83
|
+
"jest": "^29.6.1",
|
|
84
|
+
"lint-staged": "^13.2.3",
|
|
85
85
|
"react": "^18.2.0",
|
|
86
86
|
"react-dom": "^18.2.0",
|
|
87
87
|
"redux-saga": "^1.2.3",
|
|
88
88
|
"rimraf": "^5.0.1",
|
|
89
|
-
"semantic-release": "^21.0.
|
|
89
|
+
"semantic-release": "^21.0.7",
|
|
90
90
|
"semantic-release-slack-bot": "^4.0.2",
|
|
91
|
-
"ts-jest": "^29.1.
|
|
92
|
-
"typescript": "^5.1.
|
|
91
|
+
"ts-jest": "^29.1.1",
|
|
92
|
+
"typescript": "^5.1.6"
|
|
93
93
|
},
|
|
94
94
|
"config": {
|
|
95
95
|
"commitizen": {
|