@txo/service-graphql-react 2.3.4 → 2.3.6
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 +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [2.3.6](https://github.com/technology-studio/service-graphql-react/compare/v2.3.5...v2.3.6) (2023-01-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency type-fest to ^3.5.2 ([306fe01](https://github.com/technology-studio/service-graphql-react/commit/306fe012f7b927ce5f80cfbc0210b2c23ee41cb9))
|
|
7
|
+
|
|
8
|
+
## [2.3.5](https://github.com/technology-studio/service-graphql-react/compare/v2.3.4...v2.3.5) (2023-01-05)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency type-fest to ^3.5.1 ([6701a92](https://github.com/technology-studio/service-graphql-react/commit/6701a928b12297d976633bce9e694c34650c3edd))
|
|
14
|
+
|
|
1
15
|
## [2.3.4](https://github.com/technology-studio/service-graphql-react/compare/v2.3.3...v2.3.4) (2022-12-26)
|
|
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.6",
|
|
4
4
|
"description": "Technology Studio - Service graphql react",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -40,55 +40,55 @@
|
|
|
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.5.
|
|
43
|
+
"type-fest": "^3.5.2"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@apollo/client": "^3.7.
|
|
46
|
+
"@apollo/client": "^3.7.4",
|
|
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.
|
|
53
|
-
"@commitlint/cli": "^17.
|
|
54
|
-
"@commitlint/config-conventional": "^17.
|
|
52
|
+
"@apollo/client": "^3.7.4",
|
|
53
|
+
"@commitlint/cli": "^17.4.2",
|
|
54
|
+
"@commitlint/config-conventional": "^17.4.2",
|
|
55
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.5",
|
|
62
62
|
"@types/lodash.get": "^4.4.7",
|
|
63
63
|
"@types/lodash.set": "^4.3.7",
|
|
64
64
|
"@types/react": "^18.0.26",
|
|
65
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
66
|
-
"@typescript-eslint/parser": "^5.
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "^5.48.1",
|
|
66
|
+
"@typescript-eslint/parser": "^5.48.1",
|
|
67
67
|
"commitizen": "^4.2.6",
|
|
68
68
|
"concurrently": "^7.6.0",
|
|
69
|
-
"eslint": "^8.
|
|
69
|
+
"eslint": "^8.31.0",
|
|
70
70
|
"eslint-config-txo-typescript-react": "^1.0.37",
|
|
71
71
|
"eslint-formatter-pretty": "^4.1.0",
|
|
72
72
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
73
|
-
"eslint-plugin-import": "^2.
|
|
74
|
-
"eslint-plugin-jest": "^27.1
|
|
75
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
76
|
-
"eslint-plugin-n": "^15.6.
|
|
73
|
+
"eslint-plugin-import": "^2.27.4",
|
|
74
|
+
"eslint-plugin-jest": "^27.2.1",
|
|
75
|
+
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
76
|
+
"eslint-plugin-n": "^15.6.1",
|
|
77
77
|
"eslint-plugin-promise": "^6.1.1",
|
|
78
|
-
"eslint-plugin-react": "^7.
|
|
78
|
+
"eslint-plugin-react": "^7.32.0",
|
|
79
79
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
80
80
|
"eslint-plugin-redux-saga": "^1.3.2",
|
|
81
81
|
"graphql": "^16.6.0",
|
|
82
|
-
"husky": "^8.0.
|
|
82
|
+
"husky": "^8.0.3",
|
|
83
83
|
"jest": "^29.3.1",
|
|
84
84
|
"lint-staged": "^13.1.0",
|
|
85
85
|
"react": "^18.2.0",
|
|
86
86
|
"react-dom": "^18.2.0",
|
|
87
87
|
"redux-saga": "^1.2.2",
|
|
88
88
|
"rimraf": "^3.0.2",
|
|
89
|
-
"semantic-release": "^
|
|
89
|
+
"semantic-release": "^20.0.2",
|
|
90
90
|
"semantic-release-slack-bot": "^3.5.3",
|
|
91
|
-
"ts-jest": "^29.0.
|
|
91
|
+
"ts-jest": "^29.0.5",
|
|
92
92
|
"typescript": "^4.9.4"
|
|
93
93
|
},
|
|
94
94
|
"config": {
|