@graphcommerce/eslint-config-pwa 4.1.7 → 4.1.10

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 +21 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1598](https://github.com/graphcommerce-org/graphcommerce/pull/1598) [`707dbc73d`](https://github.com/graphcommerce-org/graphcommerce/commit/707dbc73d181204d88fdbbd2e09340e25b2b5f7b) Thanks [@paales](https://github.com/paales)! - Upgraded dependencies
8
+
9
+ ## 4.1.9
10
+
11
+ ### Patch Changes
12
+
13
+ - [#1552](https://github.com/graphcommerce-org/graphcommerce/pull/1552) [`18054c441`](https://github.com/graphcommerce-org/graphcommerce/commit/18054c441962ba750bed3acc39ab46c8d3a341ce) Thanks [@paales](https://github.com/paales)! - Updated to Next.js v12.2.2 and other packages and made compatible
14
+
15
+ - Updated dependencies [[`18054c441`](https://github.com/graphcommerce-org/graphcommerce/commit/18054c441962ba750bed3acc39ab46c8d3a341ce)]:
16
+ - @graphcommerce/typescript-config-pwa@4.0.4
17
+
18
+ ## 4.1.8
19
+
20
+ ### Patch Changes
21
+
22
+ - [#1490](https://github.com/graphcommerce-org/graphcommerce/pull/1490) [`d311ef48b`](https://github.com/graphcommerce-org/graphcommerce/commit/d311ef48bb3e97806d992af5516d6b7f183ec9cb) Thanks [@paales](https://github.com/paales)! - upgraded packages
23
+
3
24
  ## 4.1.7
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -2,21 +2,21 @@
2
2
  "name": "@graphcommerce/eslint-config-pwa",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "4.1.7",
5
+ "version": "4.1.10",
6
6
  "main": "index.js",
7
7
  "dependencies": {
8
- "@graphcommerce/typescript-config-pwa": "^4.0.3",
9
- "@next/eslint-plugin-next": "^12.1.5",
10
- "@typescript-eslint/eslint-plugin": "^5.21.0",
11
- "@typescript-eslint/parser": "^5.21.0",
8
+ "@graphcommerce/typescript-config-pwa": "^4.0.4",
9
+ "@next/eslint-plugin-next": "^12.2.5",
10
+ "@typescript-eslint/eslint-plugin": "^5.30.5",
11
+ "@typescript-eslint/parser": "^5.30.5",
12
12
  "eslint-config-airbnb": "^19.0.4",
13
13
  "eslint-config-airbnb-typescript": "^17.0.0",
14
14
  "eslint-config-prettier": "^8.5.0",
15
15
  "eslint-import-resolver-webpack": "^0.13.2",
16
16
  "eslint-plugin-import": "^2.26.0",
17
- "eslint-plugin-jsx-a11y": "^6.5.1",
18
- "eslint-plugin-react": "^7.29.4",
19
- "eslint-plugin-react-hooks": "^4.5.0"
17
+ "eslint-plugin-jsx-a11y": "^6.6.0",
18
+ "eslint-plugin-react": "^7.30.1",
19
+ "eslint-plugin-react-hooks": "^4.6.0"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "eslint": "^8.8.0"