Skip to content

Commit 723533b

Browse files
Update devDependencies
1 parent 242f328 commit 723533b

File tree

5 files changed

+46
-105
lines changed

5 files changed

+46
-105
lines changed

pnpm-lock.yaml

Lines changed: 39 additions & 98 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-projects/configs/flat-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"ember-eslint-parser": "workspace:^",
1414
"eslint": "^8.0.1",
1515
"eslint-plugin-ember": "^12.0.0",
16-
"globals": "^13.24.0"
16+
"globals": "^14.0.0"
1717
},
1818
"dependencies": {
1919
"@eslint/js": "^8.56.0"

test-projects/gjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"test": "eslint ."
66
},
77
"devDependencies": {
8-
"@typescript-eslint/eslint-plugin": "^6.21.0",
9-
"@typescript-eslint/parser": "^6.21.0",
8+
"@typescript-eslint/eslint-plugin": "^7.0.0",
9+
"@typescript-eslint/parser": "^7.0.0",
1010
"ember-eslint-parser": "workspace:^",
1111
"eslint": "^8.0.1",
1212
"eslint-plugin-ember": "^12.0.0",

test-projects/gts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"@glint/template": "^1.3.0",
1111
"@glimmer/tracking": "^1.1.2",
1212
"@glimmer/component": "^1.1.2",
13-
"@typescript-eslint/eslint-plugin": "^6.21.0",
14-
"@typescript-eslint/parser": "^6.21.0",
13+
"@typescript-eslint/eslint-plugin": "^7.0.0",
14+
"@typescript-eslint/parser": "^7.0.0",
1515
"ember-eslint-parser": "workspace:^",
1616
"ember-source": "^5.6.0",
1717
"eslint": "^8.0.1",

test-projects/rules/padding-line-between-statements/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"test": "eslint ."
66
},
77
"devDependencies": {
8-
"@typescript-eslint/eslint-plugin": "^6.21.0",
9-
"@typescript-eslint/parser": "^6.21.0",
8+
"@typescript-eslint/eslint-plugin": "^7.0.0",
9+
"@typescript-eslint/parser": "^7.0.0",
1010
"ember-eslint-parser": "workspace:^",
1111
"eslint": "^8.0.1",
1212
"eslint-plugin-ember": "^12.0.0",

0 commit comments

Comments
 (0)