@txo/service-graphql-react 2.3.108 → 2.3.109

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +7 -20
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.3.109](https://github.com/technology-studio/service-graphql-react/compare/v2.3.108...v2.3.109) (2023-11-11)
2
+
3
+
4
+ ### Bug fixes
5
+
6
+ * **deps:** update dependency @txo-peer-dep/service-graphql to ^3.3.1 ([11f5275](https://github.com/technology-studio/service-graphql-react/commit/11f5275553ab6033c21d7c13519aa490c3c5e6ba))
7
+
1
8
  ## [2.3.108](https://github.com/technology-studio/service-graphql-react/compare/v2.3.107...v2.3.108) (2023-11-09)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@txo/service-graphql-react",
3
- "version": "2.3.108",
3
+ "version": "2.3.109",
4
4
  "description": "Technology Studio - Service graphql react",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -24,12 +24,12 @@
24
24
  "test:watch": "concurrently \"yarn build:watch\" \"jest --watch\"",
25
25
  "coverage": "jest --coverage && open coverage/lcov-report/index.html || xdg-open coverage/lcov-report/index.html",
26
26
  "compare-boilerplate-version": "./scripts/compare-boilerplate-version.sh",
27
- "lint": "eslint --format=node_modules/eslint-formatter-pretty --ext .jsx,.js,.ts,.tsx .",
28
- "fixcode": "eslint --format=node_modules/eslint-formatter-pretty --ext .jsx,.js,.ts,.tsx . --fix",
27
+ "lint": "eslint --max-warnings 0 .",
28
+ "fixcode": "eslint . --fix",
29
29
  "git-hook": "yarn -s lint-staged",
30
30
  "prepare": "husky install && 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 && yarn compare-boilerplate-version && echo 'success'",
32
+ "sanity": "yarn lint && yarn build && tsc --noEmit && yarn test --coverage && yarn compare-boilerplate-version && echo 'success'",
33
33
  "semantic-release": "semantic-release",
34
34
  "update-boilerplate-version": "./scripts/update-boilerplate-version.sh"
35
35
  },
@@ -48,14 +48,14 @@
48
48
  "peerDependencies": {
49
49
  "@apollo/client": "^3.8.7",
50
50
  "@txo-peer-dep/service-error-handler-react": "^1.2.23",
51
- "@txo-peer-dep/service-graphql": "^3.2.13",
51
+ "@txo-peer-dep/service-graphql": "^3.3.1",
52
52
  "graphql": "^16.8.1"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@apollo/client": "^3.8.7",
56
56
  "@txo-peer-dep/log": "^4.0.2",
57
57
  "@txo-peer-dep/service-error-handler-react": "^1.2.23",
58
- "@txo-peer-dep/service-graphql": "^3.2.13",
58
+ "@txo-peer-dep/service-graphql": "^3.3.1",
59
59
  "@txo/commitlint": "^1.0.5",
60
60
  "@txo/log-console": "^3.0.0",
61
61
  "@txo/semantic-release": "^1.0.2",
@@ -64,21 +64,8 @@
64
64
  "@types/lodash.set": "^4.3.9",
65
65
  "@types/node-fetch": "^2.6.9",
66
66
  "@types/react": "^18.2.37",
67
- "@typescript-eslint/eslint-plugin": "^6.8.0",
68
- "@typescript-eslint/parser": "^6.8.0",
69
67
  "concurrently": "^8.2.2",
70
- "eslint": "^8.52.0",
71
- "eslint-config-txo-typescript-react": "^1.2.57",
72
- "eslint-formatter-pretty": "^5.0.0",
73
- "eslint-plugin-eslint-comments": "^3.2.0",
74
- "eslint-plugin-import": "^2.28.1",
75
- "eslint-plugin-jest": "^27.4.3",
76
- "eslint-plugin-jsx-a11y": "^6.7.1",
77
- "eslint-plugin-n": "^16.2.0",
78
- "eslint-plugin-promise": "^6.1.1",
79
- "eslint-plugin-react": "^7.33.2",
80
- "eslint-plugin-react-hooks": "^4.6.0",
81
- "eslint-plugin-redux-saga": "^1.3.2",
68
+ "eslint-config-txo-typescript-react": "^2.0.2",
82
69
  "graphql": "^16.8.1",
83
70
  "husky": "^8.0.3",
84
71
  "jest": "^29.7.0",