Skip to content

Commit

Permalink
fix(deps): update dependency eslint to v8.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2022
1 parent 8947eb2 commit 954f6dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"core-js": "3.26.1",
"cypress": "11.2.0",
"cypress-wait-until": "1.7.2",
"eslint": "8.28.0",
"eslint": "8.29.0",
"fast-glob": "3.2.12",
"fs-extra": "10.1.0",
"is-port-reachable": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@redwoodjs/internal": "3.2.0",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"eslint": "8.28.0",
"eslint": "8.29.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-babel-module": "5.3.1",
"eslint-plugin-babel": "5.3.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7056,7 +7056,7 @@ __metadata:
"@redwoodjs/internal": 3.2.0
"@typescript-eslint/eslint-plugin": 5.42.1
"@typescript-eslint/parser": 5.42.1
eslint: 8.28.0
eslint: 8.29.0
eslint-config-prettier: 8.5.0
eslint-import-resolver-babel-module: 5.3.1
eslint-plugin-babel: 5.3.1
Expand Down Expand Up @@ -16515,9 +16515,9 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:8.28.0":
version: 8.28.0
resolution: "eslint@npm:8.28.0"
"eslint@npm:8.29.0":
version: 8.29.0
resolution: "eslint@npm:8.29.0"
dependencies:
"@eslint/eslintrc": ^1.3.3
"@humanwhocodes/config-array": ^0.11.6
Expand Down Expand Up @@ -16560,7 +16560,7 @@ __metadata:
text-table: ^0.2.0
bin:
eslint: bin/eslint.js
checksum: 5378ee96346cf0c59e9a1de002f7bd19c2c0642ad8010f18254936563fa3cfd1d34fd420de5a31866aab1fa586875d39e4cef6b9367c2a361f2106723f900db2
checksum: a9c130a1039bf43e672a6be382ae50925f2e45b4cc0e4bdcde757c8d75a7436ed70d726e234ae6fe1f12a7eec094f811917fc1fc6057db7525d3b85a3ab566e8
languageName: node
linkType: hard

Expand Down Expand Up @@ -27606,7 +27606,7 @@ __metadata:
core-js: 3.26.1
cypress: 11.2.0
cypress-wait-until: 1.7.2
eslint: 8.28.0
eslint: 8.29.0
fast-glob: 3.2.12
fs-extra: 10.1.0
is-port-reachable: 3.1.0
Expand Down

0 comments on commit 954f6dc

Please sign in to comment.