Skip to content

Commit

Permalink
Merge pull request #584 from fishbrain/dependabot/npm_and_yarn/eslint…
Browse files Browse the repository at this point in the history
…/js-9.12.0

Bump @eslint/js from 9.11.1 to 9.12.0
  • Loading branch information
dalen authored Oct 7, 2024
2 parents 87f93fd + 48c1473 commit 923ce69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "eslint index.js eslint.config.js"
},
"dependencies": {
"@eslint/js": "^9.11.1",
"@eslint/js": "^9.12.0",
"eslint": "^9.12.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-prettier": "^5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@eslint/js": "^9.11.1",
"@eslint/js": "^9.12.0",
"@fishbrain/eslint-config-base": "workspace:^",
"eslint": "^9.12.0",
"eslint-plugin-compat": "^6.0.1",
Expand Down
13 changes: 3 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -459,20 +459,13 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.12.0":
"@eslint/js@npm:9.12.0, @eslint/js@npm:^9.12.0":
version: 9.12.0
resolution: "@eslint/js@npm:9.12.0"
checksum: 10c0/325650a59a1ce3d97c69441501ebaf415607248bacbe8c8ca35adc7cb73b524f592f266a75772f496b06f3239e3ee1996722a242148085f0ee5fb3dd7065897c
languageName: node
linkType: hard

"@eslint/js@npm:^9.11.1":
version: 9.11.1
resolution: "@eslint/js@npm:9.11.1"
checksum: 10c0/22916ef7b09c6f60c62635d897c66e1e3e38d90b5a5cf5e62769033472ecbcfb6ec7c886090a4b32fe65d6ce371da54384e46c26a899e38184dfc152c6152f7b
languageName: node
linkType: hard

"@eslint/object-schema@npm:^2.1.4":
version: 2.1.4
resolution: "@eslint/object-schema@npm:2.1.4"
Expand All @@ -493,7 +486,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@fishbrain/eslint-config-base@workspace:packages/base"
dependencies:
"@eslint/js": "npm:^9.11.1"
"@eslint/js": "npm:^9.12.0"
"@types/eslint__js": "npm:^8.42.3"
eslint: "npm:^9.12.0"
eslint-plugin-jest: "npm:^28.8.3"
Expand All @@ -516,7 +509,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@fishbrain/eslint-config-react@workspace:packages/react"
dependencies:
"@eslint/js": "npm:^9.11.1"
"@eslint/js": "npm:^9.12.0"
"@fishbrain/eslint-config-base": "workspace:^"
eslint: "npm:^9.12.0"
eslint-plugin-compat: "npm:^6.0.1"
Expand Down

0 comments on commit 923ce69

Please sign in to comment.