Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 242f328 commit 723533b
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 105 deletions.
137 changes: 39 additions & 98 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test-projects/configs/flat-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ember-eslint-parser": "workspace:^",
"eslint": "^8.0.1",
"eslint-plugin-ember": "^12.0.0",
"globals": "^13.24.0"
"globals": "^14.0.0"
},
"dependencies": {
"@eslint/js": "^8.56.0"
Expand Down
4 changes: 2 additions & 2 deletions test-projects/gjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"test": "eslint ."
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"ember-eslint-parser": "workspace:^",
"eslint": "^8.0.1",
"eslint-plugin-ember": "^12.0.0",
Expand Down
4 changes: 2 additions & 2 deletions test-projects/gts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@glint/template": "^1.3.0",
"@glimmer/tracking": "^1.1.2",
"@glimmer/component": "^1.1.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"ember-eslint-parser": "workspace:^",
"ember-source": "^5.6.0",
"eslint": "^8.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"test": "eslint ."
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"ember-eslint-parser": "workspace:^",
"eslint": "^8.0.1",
"eslint-plugin-ember": "^12.0.0",
Expand Down

0 comments on commit 723533b

Please sign in to comment.