@txo/service-graphql-react 2.3.1 → 2.3.3
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.3](https://github.com/technology-studio/service-graphql-react/compare/v2.3.2...v2.3.3) (2022-12-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency type-fest to ^3.4.0 ([3f8bc66](https://github.com/technology-studio/service-graphql-react/commit/3f8bc66b81f3252a438495ffe9febd74e79b5c0a))
|
|
7
|
+
|
|
8
|
+
## [2.3.2](https://github.com/technology-studio/service-graphql-react/compare/v2.3.1...v2.3.2) (2022-11-28)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency @txo/hooks-react to ^2.3.5 ([637975c](https://github.com/technology-studio/service-graphql-react/commit/637975ca4544cb45ddee895e06dc52fffac0727f))
|
|
14
|
+
|
|
1
15
|
## [2.3.1](https://github.com/technology-studio/service-graphql-react/compare/v2.3.0...v2.3.1) (2022-11-28)
|
|
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.3",
|
|
4
4
|
"description": "Technology Studio - Service graphql react",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -34,46 +34,46 @@
|
|
|
34
34
|
"update-boilerplate-version": "./scripts/update-boilerplate-version.sh"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@txo/hooks-react": "^2.3.
|
|
37
|
+
"@txo/hooks-react": "^2.3.5",
|
|
38
38
|
"@txo/service-graphql": "^4.3.2",
|
|
39
39
|
"@txo/service-prop": "^2.2.2",
|
|
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.4.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@apollo/client": "^3.7.
|
|
46
|
+
"@apollo/client": "^3.7.2",
|
|
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.6.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@apollo/client": "^3.7.
|
|
52
|
+
"@apollo/client": "^3.7.2",
|
|
53
53
|
"@commitlint/cli": "^17.3.0",
|
|
54
54
|
"@commitlint/config-conventional": "^17.3.0",
|
|
55
|
-
"@semantic-release/changelog": "^6.0.
|
|
55
|
+
"@semantic-release/changelog": "^6.0.2",
|
|
56
56
|
"@semantic-release/git": "^10.0.1",
|
|
57
57
|
"@txo-peer-dep/log": "^4.0.0",
|
|
58
58
|
"@txo-peer-dep/service-error-handler-react": "^1.2.2",
|
|
59
59
|
"@txo-peer-dep/service-graphql": "^3.2.2",
|
|
60
60
|
"@txo/log-console": "^3.0.0",
|
|
61
|
-
"@types/jest": "^29.2.
|
|
61
|
+
"@types/jest": "^29.2.4",
|
|
62
62
|
"@types/lodash.get": "^4.4.7",
|
|
63
63
|
"@types/lodash.set": "^4.3.7",
|
|
64
|
-
"@types/react": "^18.0.
|
|
65
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
66
|
-
"@typescript-eslint/parser": "^5.
|
|
67
|
-
"commitizen": "^4.2.
|
|
64
|
+
"@types/react": "^18.0.26",
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "^5.46.1",
|
|
66
|
+
"@typescript-eslint/parser": "^5.46.1",
|
|
67
|
+
"commitizen": "^4.2.6",
|
|
68
68
|
"concurrently": "^7.6.0",
|
|
69
|
-
"eslint": "^8.
|
|
70
|
-
"eslint-config-txo-typescript-react": "^1.0.
|
|
69
|
+
"eslint": "^8.29.0",
|
|
70
|
+
"eslint-config-txo-typescript-react": "^1.0.36",
|
|
71
71
|
"eslint-formatter-pretty": "^4.1.0",
|
|
72
72
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
73
73
|
"eslint-plugin-import": "^2.26.0",
|
|
74
74
|
"eslint-plugin-jest": "^27.1.6",
|
|
75
75
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
76
|
-
"eslint-plugin-n": "^15.
|
|
76
|
+
"eslint-plugin-n": "^15.6.0",
|
|
77
77
|
"eslint-plugin-promise": "^6.1.1",
|
|
78
78
|
"eslint-plugin-react": "^7.31.11",
|
|
79
79
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
@@ -81,15 +81,15 @@
|
|
|
81
81
|
"graphql": "^16.6.0",
|
|
82
82
|
"husky": "^8.0.2",
|
|
83
83
|
"jest": "^29.3.1",
|
|
84
|
-
"lint-staged": "^13.0
|
|
84
|
+
"lint-staged": "^13.1.0",
|
|
85
85
|
"react": "^18.2.0",
|
|
86
86
|
"react-dom": "^18.2.0",
|
|
87
|
-
"redux-saga": "^1.2.
|
|
87
|
+
"redux-saga": "^1.2.2",
|
|
88
88
|
"rimraf": "^3.0.2",
|
|
89
89
|
"semantic-release": "^19.0.5",
|
|
90
90
|
"semantic-release-slack-bot": "^3.5.3",
|
|
91
91
|
"ts-jest": "^29.0.3",
|
|
92
|
-
"typescript": "^4.9.
|
|
92
|
+
"typescript": "^4.9.4"
|
|
93
93
|
},
|
|
94
94
|
"config": {
|
|
95
95
|
"commitizen": {
|