Skip to content

Commit

Permalink
chore(deps): update code-quality
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2024
1 parent 524e8e8 commit c4e2892
Show file tree
Hide file tree
Showing 7 changed files with 147 additions and 140 deletions.
12 changes: 6 additions & 6 deletions config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-qunit": "^8.0.1",
"eslint-plugin-mocha": "^10.3.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-qunit": "^8.1.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"typescript": "~5.3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"bun-types": "^1.0.25",
"@types/semver": "^7.5.6",
"@types/semver": "^7.5.8",
"chalk": "^4.1.2",
"co": "^4.6.0",
"command-line-args": "^5.2.1",
Expand All @@ -50,7 +50,7 @@
"globby": "^14.0.0",
"lerna-changelog": "^2.2.0",
"pnpm-sync-dependencies-meta-injected": "0.0.10",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"semver": "^7.5.4",
"silent-error": "^1.1.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 @@ -125,7 +125,7 @@
"@glimmer/tracking": "^1.1.2",
"@warp-drive/internal-config": "workspace:5.4.0-alpha.27",
"ember-source": "~5.6.0",
"eslint": "^8.56.0"
"eslint": "^8.57.0"
},
"engines": {
"node": ">= 18.19.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/unpublished-test-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@ember/edition-utils": "^1.2.0",
"@ember/test-helpers": "^3.2.1",
"@embroider/macros": "^1.13.5",
"@types/qunit": "^2.19.9",
"@types/qunit": "^2.19.10",
"@warp-drive/core-types": "workspace:0.0.0-alpha.13",
"@warp-drive/diagnostic": "workspace:0.0.0-alpha.13",
"broccoli-merge-trees": "^4.2.0",
Expand Down Expand Up @@ -107,7 +107,7 @@
"@ember/string": "3.1.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@types/semver": "^7.5.6",
"@types/semver": "^7.5.8",
"ember-cli": "~5.4.1",
"ember-cli-dependency-checker": "^3.3.2",
"ember-cli-htmlbars": "^6.3.0",
Expand Down
Loading

0 comments on commit c4e2892

Please sign in to comment.