Skip to content

Commit

Permalink
upgrade @ember/test-helpers to 3.x; drop node < 16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetanley committed Jun 8, 2023
1 parent 3f4329a commit ff62a0b
Show file tree
Hide file tree
Showing 2 changed files with 17,833 additions and 13,470 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"devDependencies": {
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^2.9.3",
"@ember/test-helpers": "^3.0.0",
"@embroider/test-setup": "^2.0.2",
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
Expand Down Expand Up @@ -131,7 +131,7 @@
"webpack": "^5.65.0"
},
"peerDependencies": {
"@ember/test-helpers": "^2.0.0",
"@ember/test-helpers": "^3.0.0",
"qunit": ">= 2"
},
"peerDependenciesMeta": {
Expand All @@ -140,7 +140,7 @@
}
},
"engines": {
"node": "12.* || 14.* || >= 16"
"node": "16.* || >= 18"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down Expand Up @@ -168,7 +168,7 @@
}
},
"volta": {
"node": "14.20.0",
"node": "18.16.0",
"yarn": "1.22.19"
}
}
Loading

0 comments on commit ff62a0b

Please sign in to comment.