@graphcommerce/eslint-config-pwa 9.0.0-canary.56 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +9 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.57
4
+
3
5
  ## 9.0.0-canary.56
4
6
 
5
7
  ## 9.0.0-canary.55
@@ -24,8 +26,7 @@
24
26
 
25
27
  ### Patch Changes
26
28
 
27
- - [#2314](https://github.com/graphcommerce-org/graphcommerce/pull/2314) [`fe8fce7`](https://github.com/graphcommerce-org/graphcommerce/commit/fe8fce7f5a82e227ed4a1992415af73fa7d0bb79) - Importing \*.interceptor is NOT allowed
28
- ([@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))
29
30
 
30
31
  ## 8.1.0-canary.45
31
32
 
@@ -191,8 +192,7 @@
191
192
 
192
193
  ### Patch Changes
193
194
 
194
- - [#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
195
- ([@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))
196
196
 
197
197
  ## 8.0.0-canary.100
198
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.56",
5
+ "version": "9.0.0-canary.57",
6
6
  "main": "index.js",
7
7
  "dependencies": {
8
- "@graphcommerce/typescript-config-pwa": "9.0.0-canary.56",
9
- "@next/eslint-plugin-next": "14.1.0",
10
- "@typescript-eslint/eslint-plugin": "^6.19.0",
11
- "@typescript-eslint/parser": "^6.19.0",
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": "17.1.0",
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.8.0",
17
- "eslint-plugin-react": "^7.33.2",
18
- "eslint-plugin-react-hooks": "4.6.0"
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
  }