Skip to content

Commit

Permalink
fix(deps): update testing
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 5, 2025
1 parent d272cdc commit da4f7fa
Show file tree
Hide file tree
Showing 14 changed files with 223 additions and 340 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@
"ember-cli-htmlbars": "^6.3.0",
"ember-cli-typescript": "^5.3.0",
"webpack": "5.98.0",
"qunit": "2.19.4",
"qunit": "2.24.1",
"ember-compatibility-helpers": "^1.2.7",
"testem": "~3.11.0"
"testem": "~3.15.2"
},
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
4 changes: 2 additions & 2 deletions packages/-ember-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"ember-source": "3.28.12 || ^4.0.4 || ^5.0.0 || ^6.0.0",
"@ember/test-helpers": "^3.3.0 || ^4.0.4 || ^5.1.0",
"@ember/test-waiters": "^3.1.0 || ^4.0.0",
"qunit": "^2.18.0"
"qunit": "^2.24.1"
},
"peerDependenciesMeta": {
"@ember/test-helpers": {
Expand Down Expand Up @@ -114,7 +114,7 @@
"eslint": "^9.21.0",
"vite": "^5.4.14",
"typescript": "^5.8.2",
"qunit": "^2.18.0"
"qunit": "^2.24.1"
},
"engines": {
"node": ">= 18.20.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/jscodeshift": "0.12.0",
"@warp-drive/internal-config": "workspace:*",
"eslint": "^9.21.0",
"qunit": "^2.20.1"
"qunit": "^2.24.1"
},
"engines": {
"node": ">= 18.20.7"
Expand Down
8 changes: 4 additions & 4 deletions packages/unpublished-test-infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"peerDependencies": {
"ember-source": "3.28.12 || ^4.0.4 || ^5.0.0 || ^6.0.0",
"qunit": "^2.20.1",
"testem": "^3.12.0",
"qunit": "^2.24.1",
"testem": "^3.15.2",
"@ember-data/store": "workspace:*",
"@warp-drive/diagnostic": "workspace:*",
"@warp-drive/core-types": "workspace:*",
Expand All @@ -64,7 +64,7 @@
"dependencies": {
"@embroider/macros": "^1.16.11",
"chalk": "^4.1.2",
"qunit": "^2.20.1",
"qunit": "^2.24.1",
"semver": "^7.7.1",
"@warp-drive/build-config": "workspace:*"
},
Expand All @@ -87,7 +87,7 @@
"ember-source": "~5.12.0",
"typescript": "^5.8.2",
"vite": "^5.4.14",
"qunit": "^2.20.1"
"qunit": "^2.24.1"
},
"engines": {
"node": ">= 18.20.7"
Expand Down
Loading

0 comments on commit da4f7fa

Please sign in to comment.