Skip to content

Commit

Permalink
deps(eslint): Update to v8.47.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Aug 19, 2023
1 parent 1184a6c commit 4b67745
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 48 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@babel/core": "^7.22.10",
"@moonrepo/cli": "^1.11.0",
"@moonrepo/dev": "workspace:*",
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"jest": "^29.6.2",
"jest-circus": "^29.6.2",
"lerna": "^7.1.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-compat": "^4.1.4",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-perf": "^3.3.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-solid": "^0.12.1",
"eslint-plugin-unicorn": "^48.0.1"
},
"devDependencies": {
"@types/eslint": "^8.44.1",
"eslint": "^8.46.0"
"@types/eslint": "^8.44.2",
"eslint": "^8.47.0"
},
"funding": {
"type": "ko-fi",
Expand Down
Loading

0 comments on commit 4b67745

Please sign in to comment.