Skip to content

Commit 0104dd7

Browse files
fix(deps): update code-quality (#9187)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 40b09d4 commit 0104dd7

File tree

3 files changed

+106
-106
lines changed

3 files changed

+106
-106
lines changed

Diff for: config/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"@babel/core": "^7.23.6",
77
"@babel/eslint-parser": "^7.23.3",
88
"@babel/plugin-proposal-decorators": "^7.23.6",
9-
"@typescript-eslint/eslint-plugin": "^6.14.0",
10-
"@typescript-eslint/parser": "^6.14.0",
11-
"eslint": "^8.55.0",
9+
"@typescript-eslint/eslint-plugin": "^6.15.0",
10+
"@typescript-eslint/parser": "^6.15.0",
11+
"eslint": "^8.56.0",
1212
"eslint-config-prettier": "^9.1.0",
13-
"eslint-plugin-import": "^2.29.0",
13+
"eslint-plugin-import": "^2.29.1",
1414
"eslint-plugin-mocha": "^10.2.0",
15-
"eslint-plugin-n": "^16.4.0",
15+
"eslint-plugin-n": "^16.5.0",
1616
"eslint-plugin-qunit": "^8.0.1",
1717
"eslint-plugin-simple-import-sort": "^10.0.0",
1818
"typescript": "~5.3.3"

Diff for: packages/-ember-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"@glimmer/tracking": "^1.1.2",
126126
"@warp-drive/internal-config": "workspace:5.5.0-alpha.11",
127127
"ember-source": "~5.4.0",
128-
"eslint": "^8.55.0"
128+
"eslint": "^8.56.0"
129129
},
130130
"engines": {
131131
"node": ">= 20.10.0"

0 commit comments

Comments
 (0)