Skip to content

Commit

Permalink
fix(deps): update code-quality
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 8, 2025
1 parent 64c6f86 commit 5b4281a
Show file tree
Hide file tree
Showing 10 changed files with 197 additions and 212 deletions.
8 changes: 4 additions & 4 deletions config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"@babel/core": "^7.26.9",
"@babel/eslint-parser": "7.26.8",
"@rollup/plugin-babel": "^6.0.4",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"typescript-eslint": "^8.25.0",
"@typescript-eslint/eslint-plugin": "^8.26.0",
"@typescript-eslint/parser": "^8.26.0",
"typescript-eslint": "^8.26.0",
"@embroider/addon-dev": "^7.1.1",
"@eslint/js": "^9.21.0",
"globals": "^16.0.0",
Expand All @@ -20,7 +20,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-n": "^17.16.2",
"eslint-plugin-qunit": "^8.1.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"rollup": "^4.34.9",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"git-repo-version": "^1.0.2",
"globby": "^14.1.0",
"lerna-changelog": "^2.2.0",
"prettier": "^3.5.2",
"prettier": "^3.5.3",
"prettier-plugin-ember-template-tag": "^2.0.4",
"rimraf": "^6.0.1",
"semver": "^7.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/-ember-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@ember/test-waiters": "^3.1.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@types/qunit": "2.19.10",
"@types/qunit": "2.19.12",
"@ember/test-helpers": "5.1.0",
"@warp-drive/internal-config": "workspace:*",
"ember-source": "~5.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/build-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@warp-drive/internal-config": "workspace:*",
"@types/babel__core": "^7.20.5",
"@types/node": "^20.17.22",
"@types/node": "^20.17.23",
"@babel/plugin-transform-typescript": "^7.26.8",
"@babel/preset-typescript": "^7.26.0",
"@babel/core": "^7.26.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/unpublished-test-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@ember/test-helpers": "5.1.0",
"@glimmer/component": "^1.1.2",
"@types/semver": "^7.5.8",
"@types/qunit": "2.19.10",
"@types/qunit": "2.19.12",
"@ember-data/request": "workspace:*",
"@ember-data/request-utils": "workspace:*",
"@ember-data/store": "workspace:*",
Expand Down
Loading

0 comments on commit 5b4281a

Please sign in to comment.