@graphcommerce/eslint-config-pwa 9.0.0-canary.55 → 9.0.0-canary.57
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 +6 -4
- package/package.json +9 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.0.0-canary.57
|
|
4
|
+
|
|
5
|
+
## 9.0.0-canary.56
|
|
6
|
+
|
|
3
7
|
## 9.0.0-canary.55
|
|
4
8
|
|
|
5
9
|
## 9.0.0-canary.54
|
|
@@ -22,8 +26,7 @@
|
|
|
22
26
|
|
|
23
27
|
### Patch Changes
|
|
24
28
|
|
|
25
|
-
- [#2314](https://github.com/graphcommerce-org/graphcommerce/pull/2314) [`fe8fce7`](https://github.com/graphcommerce-org/graphcommerce/commit/fe8fce7f5a82e227ed4a1992415af73fa7d0bb79) - Importing \*.interceptor is NOT allowed
|
|
26
|
-
([@paales](https://github.com/paales))
|
|
29
|
+
- [#2314](https://github.com/graphcommerce-org/graphcommerce/pull/2314) [`fe8fce7`](https://github.com/graphcommerce-org/graphcommerce/commit/fe8fce7f5a82e227ed4a1992415af73fa7d0bb79) - Importing \*.interceptor is NOT allowed ([@paales](https://github.com/paales))
|
|
27
30
|
|
|
28
31
|
## 8.1.0-canary.45
|
|
29
32
|
|
|
@@ -189,8 +192,7 @@
|
|
|
189
192
|
|
|
190
193
|
### Patch Changes
|
|
191
194
|
|
|
192
|
-
- [#2035](https://github.com/graphcommerce-org/graphcommerce/pull/2035) [`08f1ae1`](https://github.com/graphcommerce-org/graphcommerce/commit/08f1ae18e2271cd690eca8518a723c3eb806c1f9) - Added an eslint warning to restrict the import of `useMediaQuery` because it causes more trouble than it solves
|
|
193
|
-
([@paales](https://github.com/paales))
|
|
195
|
+
- [#2035](https://github.com/graphcommerce-org/graphcommerce/pull/2035) [`08f1ae1`](https://github.com/graphcommerce-org/graphcommerce/commit/08f1ae18e2271cd690eca8518a723c3eb806c1f9) - Added an eslint warning to restrict the import of `useMediaQuery` because it causes more trouble than it solves ([@paales](https://github.com/paales))
|
|
194
196
|
|
|
195
197
|
## 8.0.0-canary.100
|
|
196
198
|
|
package/package.json
CHANGED
|
@@ -2,23 +2,20 @@
|
|
|
2
2
|
"name": "@graphcommerce/eslint-config-pwa",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.0-canary.
|
|
5
|
+
"version": "9.0.0-canary.57",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@graphcommerce/typescript-config-pwa": "9.0.0-canary.
|
|
9
|
-
"@next/eslint-plugin-next": "14.
|
|
10
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
11
|
-
"@typescript-eslint/parser": "^
|
|
8
|
+
"@graphcommerce/typescript-config-pwa": "9.0.0-canary.57",
|
|
9
|
+
"@next/eslint-plugin-next": "14.2.5",
|
|
10
|
+
"@typescript-eslint/eslint-plugin": "^7.16.1",
|
|
11
|
+
"@typescript-eslint/parser": "^7.16.1",
|
|
12
12
|
"eslint-config-airbnb": "19.0.4",
|
|
13
|
-
"eslint-config-airbnb-typescript": "
|
|
13
|
+
"eslint-config-airbnb-typescript": "18.0.0",
|
|
14
14
|
"eslint-config-prettier": "9.1.0",
|
|
15
15
|
"eslint-plugin-import": "2.29.1",
|
|
16
|
-
"eslint-plugin-jsx-a11y": "6.
|
|
17
|
-
"eslint-plugin-react": "^7.
|
|
18
|
-
"eslint-plugin-react-hooks": "4.6.
|
|
19
|
-
},
|
|
20
|
-
"peerDependencies": {
|
|
21
|
-
"eslint": "^8.8.0"
|
|
16
|
+
"eslint-plugin-jsx-a11y": "6.9.0",
|
|
17
|
+
"eslint-plugin-react": "^7.34.4",
|
|
18
|
+
"eslint-plugin-react-hooks": "4.6.2"
|
|
22
19
|
},
|
|
23
20
|
"sideEffects": false
|
|
24
21
|
}
|