Skip to content

Commit

Permalink
Move back to eslint 8
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Jul 22, 2024
1 parent f1b6065 commit 0acfda7
Show file tree
Hide file tree
Showing 8 changed files with 116 additions and 95 deletions.
5 changes: 5 additions & 0 deletions .changeset/lazy-moose-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphcommerce/eslint-config-pwa': patch
---

Move back to eslint 8
2 changes: 1 addition & 1 deletion examples/magento-graphcms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"@types/react-dom": "^18.3.0",
"@types/react-is": "^18.3.0",
"babel-plugin-macros": "^3.1.0",
"eslint": "^9.7.0",
"eslint": "^8",
"prettier": "3.3.3",
"type-fest": "^4.22.0",
"typescript": "5.5.3"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@playwright/test": "1.45.1",
"@types/event-stream": "^4.0.5",
"@types/jest": "^29.5.12",
"eslint": "^9.7.0",
"eslint": "^8",
"event-stream": "^4.0.1",
"jest": "next",
"jest-diff": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/framer-next-pages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/react-dom": "^18.3.0",
"@types/react-is": "^18.3.0",
"babel-plugin-macros": "^3.1.0",
"eslint": "^9.7.0",
"eslint": "^8",
"prettier": "3.3.3",
"type-fest": "^4.22.0",
"typescript": "5.5.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/framer-scroller/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^18.3.0",
"@types/react-is": "^18.3.0",
"babel-plugin-macros": "^3.1.0",
"eslint": "^9.7.0",
"eslint": "^8",
"prettier": "3.3.3",
"type-fest": "^4.22.0",
"typescript": "5.5.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/hygraph-dynamic-rows-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@graphcommerce/typescript-config-pwa": "9.0.0-canary.62",
"@types/react-is": "^18.3.0",
"babel-plugin-macros": "^3.1.0",
"eslint": "^9.7.0",
"eslint": "^8",
"prettier": "3.3.3",
"typescript": "5.5.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/image/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/react-dom": "^18.3.0",
"@types/react-is": "^18.3.0",
"babel-plugin-macros": "^3.1.0",
"eslint": "^9.7.0",
"eslint": "^8",
"prettier": "3.3.3",
"type-fest": "^4.22.0",
"typescript": "5.5.3"
Expand Down
Loading

0 comments on commit 0acfda7

Please sign in to comment.