Skip to content

Commit

Permalink
deps(eslint): Update to v8.41.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed May 30, 2023
1 parent 7b82093 commit 5925e4d
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 103 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.1",
"@moonrepo/cli": "^1.6.0",
"@moonrepo/dev": "workspace:*",
"eslint": "^8.39.0",
"eslint": "^8.41.0",
"jest": "^29.5.0",
"jest-circus": "^29.5.0",
"lerna": "^6.6.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
},
"dependencies": {
"@moonrepo/dev": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-compat": "^4.1.4",
Expand All @@ -49,11 +49,11 @@
"eslint-plugin-react-perf": "^3.3.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-solid": "^0.12.1",
"eslint-plugin-unicorn": "^46.0.0"
"eslint-plugin-unicorn": "^46.0.1"
},
"devDependencies": {
"@types/eslint": "^8.37.0",
"eslint": "^8.39.0"
"@types/eslint": "^8.40.0",
"eslint": "^8.41.0"
},
"funding": {
"type": "ko-fi",
Expand Down
Loading

0 comments on commit 5925e4d

Please sign in to comment.