Skip to content

Commit

Permalink
chore(deps-dev): bump @ember/test-helpers from 3.1.0 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps [@ember/test-helpers](https://github.com/emberjs/ember-test-helpers) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/emberjs/ember-test-helpers/releases)
- [Commits](emberjs/ember-test-helpers@v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: "@ember/test-helpers"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Yelinz committed Jul 14, 2023
1 parent dfe8895 commit cf61f57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@babel/eslint-parser": "7.22.5",
"@babel/plugin-proposal-decorators": "7.22.5",
"@ember/string": "3.1.1",
"@ember/test-helpers": "3.1.0",
"@ember/test-helpers": "3.2.0",
"@embroider/test-setup": "3.0.1",
"@faker-js/faker": "8.0.2",
"broccoli-asset-rev": "3.0.0",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1480,13 +1480,14 @@
dependencies:
ember-cli-babel "^7.26.6"

"@ember/test-helpers@3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-3.1.0.tgz#a1ff020a073bf499805b6dabf3f03655701563c8"
integrity sha512-7T4sKM/8oML7tBvBPIAlugtz8p+Vm0x0PcQsPW8sg83/tIQY8EUElhclMbYcAoYeij+KJ4HKGI+fCUBBfKAImg==
"@ember/test-helpers@3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-3.2.0.tgz#3541bd815bd214b7f1686125f0d6f9eb5bf1488d"
integrity sha512-3yWpPsK5O77tUdCwW3HayrAcdlRitIRYMvLIG69Pkal1JMIGdNYVTvJ2R1lenhQh2syd/WFmGM07vQuDAtotQw==
dependencies:
"@ember/test-waiters" "^3.0.2"
"@embroider/macros" "^1.10.0"
"@simple-dom/interface" "^1.4.0"
broccoli-debug "^0.6.5"
broccoli-funnel "^3.0.8"
ember-auto-import "^2.6.0"
Expand Down

0 comments on commit cf61f57

Please sign in to comment.