Skip to content

Commit

Permalink
Upgrade ESLint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Jan 8, 2024
1 parent 81b361c commit 9827727
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 127 deletions.
2 changes: 1 addition & 1 deletion apps/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@types/react": "^18.2.47",
"@xmtp/tsconfig": "workspace:*",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"eslint-config-xmtp-web": "workspace:*",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@vitejs/plugin-react": "^4.2.1",
"@xmtp/tsconfig": "workspace:*",
"autoprefixer": "^10.4.16",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"eslint-config-xmtp-web": "workspace:*",
"postcss": "^8.4.33",
"postcss-preset-env": "^9.3.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/eslint-config-xmtp-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"xmtp"
],
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-n": "^16.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.1.3",
"@xmtp/tsconfig": "workspace:*",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"eslint-config-xmtp-web": "workspace:*",
"fake-indexeddb": "^5.0.2",
"happy-dom": "^12.10.3",
Expand Down
Loading

0 comments on commit 9827727

Please sign in to comment.