Skip to content

Commit

Permalink
chore: Update ESLint and plugin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Sep 21, 2022
1 parent 2f29881 commit e4ec81c
Show file tree
Hide file tree
Showing 14 changed files with 631 additions and 289 deletions.
5 changes: 5 additions & 0 deletions .changeset/silent-olives-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/eslint-config": patch
---

Update ESLint and plugin dependencies
12 changes: 6 additions & 6 deletions docs/guides/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ The Remix compiler will not do any type checking (it simply removes the types).
"typecheck": "tsc -b"
},
"dependencies": {
"@remix-run/node": "1.3.4",
"@remix-run/react": "1.3.4",
"@remix-run/serve": "1.3.4",
"@remix-run/node": "latest",
"@remix-run/react": "latest",
"@remix-run/serve": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@remix-run/dev": "1.3.4",
"@remix-run/eslint-config": "1.3.4",
"@remix-run/dev": "latest",
"@remix-run/eslint-config": "latest",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"eslint": "^8.11.0",
"eslint": "^8.23.1",
"typescript": "^4.7.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"concurrently": "^7.0.0",
"cross-spawn": "^7.0.3",
"cypress": "^9.6.0",
"eslint": "^8.1.0",
"eslint": "^8.23.1",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-prefer-let": "^3.0.1",
"express": "^4.17.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/eslint": "^8.4.1",
"@types/eslint": "^8.4.6",
"@types/marked": "^4.0.2",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
Expand All @@ -46,7 +46,7 @@
"cross-env": "^7.0.3",
"cypress": "^9.5.2",
"esbuild-register": "^3.3.2",
"eslint": "^8.11.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"happy-dom": "^2.49.0",
"msw": "^0.39.2",
Expand Down
30 changes: 15 additions & 15 deletions packages/remix-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,26 @@
"settings"
],
"dependencies": {
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.18.2",
"@babel/core": "^7.19.1",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@rushstack/eslint-patch": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@rushstack/eslint-patch": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"eslint-import-resolver-node": "0.3.6",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-jest-dom": "^4.0.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-jest-dom": "^4.0.2",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^5.0.5"
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.6.4"
},
"devDependencies": {
"@types/eslint": "^8.4.1",
"eslint": "^8.1.0",
"@types/eslint": "^8.4.6",
"eslint": "^8.23.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion templates/arc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@remix-run/eslint-config": "*",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"eslint": "^8.20.0",
"eslint": "^8.23.1",
"npm-run-all": "^4.1.5",
"typescript": "^4.7.4"
},
Expand Down
2 changes: 1 addition & 1 deletion templates/cloudflare-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@remix-run/eslint-config": "*",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"eslint": "^8.20.0",
"eslint": "^8.23.1",
"npm-run-all": "^4.1.5",
"typescript": "^4.7.4",
"wrangler": "^2.0.27"
Expand Down
2 changes: 1 addition & 1 deletion templates/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@remix-run/eslint-config": "*",
"@types/react": "^17.0.47",
"@types/react-dom": "^17.0.17",
"eslint": "^8.20.0",
"eslint": "^8.23.1",
"miniflare": "^2.6.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.7.4",
Expand Down
2 changes: 1 addition & 1 deletion templates/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@remix-run/eslint-config": "*",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"eslint": "^8.20.0",
"eslint": "^8.23.1",
"nodemon": "^2.0.19",
"npm-run-all": "^4.1.5",
"typescript": "^4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion templates/fly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@remix-run/eslint-config": "*",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"eslint": "^8.20.0",
"eslint": "^8.23.1",
"typescript": "^4.7.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion templates/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@remix-run/serve": "*",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"eslint": "^8.20.0",
"eslint": "^8.23.1",
"typescript": "^4.7.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion templates/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@remix-run/eslint-config": "*",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"eslint": "^8.20.0",
"eslint": "^8.23.1",
"typescript": "^4.7.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion templates/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@remix-run/serve": "*",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"eslint": "^8.20.0",
"eslint": "^8.23.1",
"typescript": "^4.7.4"
},
"engines": {
Expand Down
Loading

0 comments on commit e4ec81c

Please sign in to comment.