Skip to content

Commit 1032656

Browse files
chore(deps): update code-quality
1 parent 5b3467b commit 1032656

File tree

6 files changed

+97
-89
lines changed

6 files changed

+97
-89
lines changed

config/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
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.21.0",
10+
"@typescript-eslint/parser": "^6.21.0",
1111
"eslint": "^8.56.0",
1212
"eslint-config-prettier": "^9.1.0",
1313
"eslint-plugin-import": "^2.29.1",
14-
"eslint-plugin-mocha": "^10.2.0",
15-
"eslint-plugin-n": "^16.5.0",
16-
"eslint-plugin-qunit": "^8.0.1",
14+
"eslint-plugin-mocha": "^10.3.0",
15+
"eslint-plugin-n": "^16.6.2",
16+
"eslint-plugin-qunit": "^8.1.1",
1717
"eslint-plugin-simple-import-sort": "^10.0.0",
1818
"typescript": "~5.3.3"
1919
},

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"bun-types": "^1.0.25",
42-
"@types/semver": "^7.5.6",
42+
"@types/semver": "^7.5.7",
4343
"chalk": "^4.1.2",
4444
"co": "^4.6.0",
4545
"command-line-args": "^5.2.1",
@@ -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.5",
5454
"rimraf": "^5.0.5",
5555
"semver": "^7.5.4",
5656
"silent-error": "^1.1.1",

packages/unpublished-test-infra/package.json

+2-2
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:0.0.0-alpha.9",
6666
"@warp-drive/diagnostic": "workspace:0.0.0-alpha.9",
6767
"broccoli-merge-trees": "^4.2.0",
@@ -107,7 +107,7 @@
107107
"@ember/string": "3.1.1",
108108
"@glimmer/component": "^1.1.2",
109109
"@glimmer/tracking": "^1.1.2",
110-
"@types/semver": "^7.5.6",
110+
"@types/semver": "^7.5.7",
111111
"ember-cli": "~5.4.1",
112112
"ember-cli-dependency-checker": "^3.3.2",
113113
"ember-cli-htmlbars": "^6.3.0",

0 commit comments

Comments
 (0)