Skip to content

Commit

Permalink
Update eslint dependencies (#717)
Browse files Browse the repository at this point in the history
* fix: update peer dependencies
* chore: update dev dependencies for eslint on demos
  • Loading branch information
ErnoW authored Sep 30, 2022
1 parent a0e9dcb commit 3d54f33
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-ladybugs-rescue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@moralisweb3/eslint-config': patch
---

Update peer dependency of eslint-plugin-etc
1 change: 1 addition & 0 deletions demos/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0",
"eslint-plugin-etc": "^2.0.2",
"eslint-plugin-import": "^2.26.0",
"@types/node": "^18.7.14",
"ts-node": "^10.9.1"
Expand Down
1 change: 1 addition & 0 deletions demos/express-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0",
"eslint-plugin-etc": "^2.0.2",
"eslint-plugin-import": "^2.26.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
Expand Down
1 change: 1 addition & 0 deletions demos/firebase-auth/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0",
"eslint-plugin-etc": "^2.0.2",
"eslint-plugin-import": "^2.26.0",
"firebase-functions-test": "^0.2.0",
"typescript": "^4.5.4"
Expand Down
1 change: 1 addition & 0 deletions demos/firebase-proxy/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0",
"eslint-plugin-etc": "^2.0.2",
"eslint-plugin-import": "^2.26.0",
"firebase-functions-test": "^0.2.0",
"typescript": "^4.5.4"
Expand Down
1 change: 1 addition & 0 deletions demos/moralis-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0",
"eslint-plugin-etc": "^2.0.2",
"eslint-plugin-import": "^2.26.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
Expand Down
1 change: 1 addition & 0 deletions demos/parse-server-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@typescript-eslint/parser": "^5.12.0",
"axios": "^0.27.2",
"eslint": "^8.9.0",
"eslint-plugin-etc": "^2.0.2",
"eslint-plugin-import": "^2.26.0",
"mongodb-runner": "^4.9.0",
"prettier": "^2.7.1",
Expand Down
1 change: 1 addition & 0 deletions demos/parse-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0",
"eslint-plugin-etc": "^2.0.2",
"eslint-plugin-import": "^2.26.0",
"mongodb-runner": "^4.9.0",
"prettier": "^2.7.1",
Expand Down
1 change: 1 addition & 0 deletions demos/supabase-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0",
"eslint-plugin-etc": "^2.0.2",
"eslint-plugin-import": "^2.26.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
Expand Down
2 changes: 2 additions & 0 deletions packages/eslintConfig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ These rules are based on community standards and inspired by the airbnb and goog
```sh
npm install @moralisweb3/eslint-config \
@typescript-eslint/eslint-plugin@^5.13.0 \
@eslint-plugin-etc@^2.0.2 \
@typescript-eslint/parser@^5.0.0 \
--save-dev
```
Expand All @@ -19,6 +20,7 @@ or
```sh
yarn add @moralisweb3/eslint-config \
@typescript-eslint/eslint-plugin@^5.13.0 \
@eslint-plugin-etc@^2.0.2 \
@typescript-eslint/parser@^5.0.0 \
-D
```
Expand Down
1 change: 1 addition & 0 deletions packages/eslintConfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"eslint": "^8.22.0",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint-plugin-etc": "^2.0.2",
"eslint-plugin-import": "^2.26.0"
},
"devDependencies": {
Expand Down

0 comments on commit 3d54f33

Please sign in to comment.