@txo/service-graphql-react 2.6.24 → 2.6.25
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 +12 -0
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [2.6.25](https://github.com/technology-studio/service-graphql-react/compare/v2.6.24...v2.6.25) (2024-08-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### CI
|
|
5
|
+
|
|
6
|
+
* add lint command for CI ([#793](https://github.com/technology-studio/service-graphql-react/issues/793)) ([fb22fb0](https://github.com/technology-studio/service-graphql-react/commit/fb22fb0c74eb072e8c9b14fb1943e76a0cc9fba0))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug fixes
|
|
10
|
+
|
|
11
|
+
* **deps:** update dependency type-fest to ^4.25.0 ([5f5909d](https://github.com/technology-studio/service-graphql-react/commit/5f5909d6430df551ebdf1dd5b06ad21283d915c1))
|
|
12
|
+
|
|
1
13
|
## [2.6.24](https://github.com/technology-studio/service-graphql-react/compare/v2.6.23...v2.6.24) (2024-08-08)
|
|
2
14
|
|
|
3
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@txo/service-graphql-react",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.25",
|
|
4
4
|
"description": "Technology Studio - Service graphql react",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -29,9 +29,10 @@
|
|
|
29
29
|
"git-hook": "yarn -s lint-staged",
|
|
30
30
|
"prepare": "husky && yarn build",
|
|
31
31
|
"print-txo-packages": "yarn list 2> /dev/null|grep @txo|sed 's/.*\\(@txo[^@]*\\)@^*\\([^ ]*\\).*/\\1@\\2/g'|sort|uniq",
|
|
32
|
-
"sanity": "yarn lint && yarn build && tsc --noEmit && yarn test --coverage && yarn compare-boilerplate-version && echo 'success'",
|
|
32
|
+
"sanity": "yarn lint:ci && yarn build && tsc --noEmit && yarn test --coverage && yarn compare-boilerplate-version && echo 'success'",
|
|
33
33
|
"semantic-release": "semantic-release",
|
|
34
|
-
"update-boilerplate-version": "./scripts/update-boilerplate-version.sh"
|
|
34
|
+
"update-boilerplate-version": "./scripts/update-boilerplate-version.sh",
|
|
35
|
+
"lint:ci": "yarn lint"
|
|
35
36
|
},
|
|
36
37
|
"engines": {
|
|
37
38
|
"node": ">=18.0.0"
|
|
@@ -43,7 +44,7 @@
|
|
|
43
44
|
"@txo/types": "^1.7.0",
|
|
44
45
|
"lodash.get": "^4.4.2",
|
|
45
46
|
"lodash.set": "^4.3.2",
|
|
46
|
-
"type-fest": "^4.
|
|
47
|
+
"type-fest": "^4.25.0"
|
|
47
48
|
},
|
|
48
49
|
"peerDependencies": {
|
|
49
50
|
"@apollo/client": "^3.11.4",
|
|
@@ -66,11 +67,11 @@
|
|
|
66
67
|
"@types/node-fetch": "^2.6.11",
|
|
67
68
|
"@types/react": "^18.3.3",
|
|
68
69
|
"concurrently": "^8.2.2",
|
|
69
|
-
"eslint-config-txo-typescript-react": "^2.0.
|
|
70
|
+
"eslint-config-txo-typescript-react": "^2.0.68",
|
|
70
71
|
"graphql": "^16.9.0",
|
|
71
72
|
"husky": "^9.1.4",
|
|
72
73
|
"jest": "^29.7.0",
|
|
73
|
-
"lint-staged": "^15.2.
|
|
74
|
+
"lint-staged": "^15.2.9",
|
|
74
75
|
"react": "^18.3.1",
|
|
75
76
|
"react-dom": "^18.3.1",
|
|
76
77
|
"redux-saga": "^1.3.0",
|