Skip to content

Commit

Permalink
Merge pull request #100 from miguelcobain/pin-ember-test-helpers
Browse files Browse the repository at this point in the history
pin @ember/test-helpers to 2.7.0
  • Loading branch information
SergeAstapov authored Sep 21, 2022
2 parents 56e2dc4 + 0d33945 commit ff66d35
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion addon/babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
["@babel/plugin-proposal-decorators", { "legacy": true }],
"@babel/plugin-proposal-class-properties"
]
}
}
1 change: 0 additions & 1 deletion addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@embroider/addon-dev": "^1.6.0",
"@rollup/plugin-babel": "^5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.7.0",
"@ember/test-helpers": "2.7.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"broccoli-asset-rev": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.7.0",
"@ember/test-helpers": "2.7.0",
"@embroider/test-setup": "^1.6.0",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@
dependencies:
ember-cli-babel "^7.26.6"

"@ember/test-helpers@^2.7.0":
"@ember/test-helpers@2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-2.7.0.tgz#d8e08b614cdd5eac647689d655e78e1de725f474"
integrity sha512-eWFtw5+sbci1Fw+E+HoyaMxY126LvK7jul6i8tad48zlWoxrOalbhJhz1mKqIo4daHbqIZWuFgQhOib4QfTKCQ==
Expand Down

0 comments on commit ff66d35

Please sign in to comment.