Skip to content

Commit

Permalink
Try embroider again
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Oct 1, 2021
1 parent aaec2b6 commit f41a21d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
- 'ember-canary'
- 'ember-default-with-jquery'
- 'ember-classic'
# - 'embroider-safe'
# - 'embroider-optimized'
- 'embroider-safe'
- 'embroider-optimized'
timeout-minutes: 7
steps:
- name: Check out a copy of the repo
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"devDependencies": {
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.4.2",
"@embroider/test-setup": "^0.44.1",
"@embroider/test-setup": "^0.45.0",
"@fullhuman/postcss-purgecss": "^4.0.3",
"babel-eslint": "^10.1.0",
"broccoli-asset-rev": "^3.0.0",
Expand Down
15 changes: 7 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1317,10 +1317,10 @@
semver "^7.3.5"
typescript-memoize "^1.0.1"

"@embroider/test-setup@^0.44.1":
version "0.44.1"
resolved "https://registry.yarnpkg.com/@embroider/test-setup/-/test-setup-0.44.1.tgz#9aeebd52445871171374d8b3a2e4a3d70060a9c9"
integrity sha512-l2Xhlgucnagx1e17So6a+BA8B1842NdrVMb/Dvq0z7z4mIu3JrdDo982DBNL0gxWbK/dM8x7aTm057FTER6v5Q==
"@embroider/test-setup@^0.45.0":
version "0.45.0"
resolved "https://registry.yarnpkg.com/@embroider/test-setup/-/test-setup-0.45.0.tgz#cce6a6ae4f4b19c16d5aa9ee277eb191dc9d917d"
integrity sha512-jXd3rEGeVxulLFC8LDCDEHIr4lrWYYoxhnFBs3YVcZJorLPbfh3sQPUKAqaiNQc6Ppw2kfEFs/NkJLw8r7816A==
dependencies:
lodash "^4.17.21"
resolve "^1.20.0"
Expand Down Expand Up @@ -5895,10 +5895,9 @@ ember-classy-page-object@rwwagner90/ember-classy-page-object#08d305c1cabdb8ede09
version "0.6.1"
resolved "https://codeload.github.com/rwwagner90/ember-classy-page-object/tar.gz/08d305c1cabdb8ede091c4fc7fee86dc4778746d"
dependencies:
broccoli-funnel "^3.0.8"
ember-cli-babel "^7.21.0"
ember-cli-htmlbars "^5.2.0"
ember-cli-page-object "^1.17.7"
broccoli-funnel "^2.0.1"
ember-cli-babel "^7.12.0"
ember-cli-page-object "^1.17.6"

ember-cli-addon-docs-yuidoc@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit f41a21d

Please sign in to comment.