Skip to content

Commit a253765

Browse files
chore(deps): update code-quality
1 parent 0d32b99 commit a253765

File tree

6 files changed

+78
-70
lines changed

6 files changed

+78
-70
lines changed

config/package.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"globby": "^14.0.0",
5151
"lerna-changelog": "^2.2.0",
5252
"pnpm-sync-dependencies-meta-injected": "0.0.10",
53-
"prettier": "^3.1.1",
53+
"prettier": "^3.2.4",
5454
"rimraf": "^5.0.5",
5555
"semver": "^7.5.4",
5656
"silent-error": "^1.1.1",

packages/unpublished-test-infra/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@ember/edition-utils": "^1.2.0",
6262
"@ember/test-helpers": "^3.2.1",
6363
"@embroider/macros": "^1.13.4",
64-
"@types/qunit": "^2.19.9",
64+
"@types/qunit": "^2.19.10",
6565
"@warp-drive/core-types": "workspace:5.5.0-alpha.11",
6666
"@warp-drive/diagnostic": "workspace:5.5.0-alpha.11",
6767
"broccoli-merge-trees": "^4.2.0",

pnpm-lock.yaml

+71-63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/main/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"@embroider/macros": "^1.13.4",
111111
"@glimmer/component": "^1.1.2",
112112
"@glimmer/tracking": "^1.1.2",
113-
"@types/qunit": "^2.19.9",
113+
"@types/qunit": "^2.19.10",
114114
"@warp-drive/core-types": "workspace:5.5.0-alpha.11",
115115
"@warp-drive/holodeck": "workspace:5.5.0-alpha.11",
116116
"@warp-drive/internal-config": "workspace:5.5.0-alpha.11",

0 commit comments

Comments
 (0)