Skip to content

Commit

Permalink
Merge pull request #110 from NullVoxPopuli/fix-deps
Browse files Browse the repository at this point in the history
Fix peers
  • Loading branch information
ynotdraw authored Aug 4, 2023
2 parents d5ca4a1 + 39b6069 commit 0f75fc0
Show file tree
Hide file tree
Showing 5 changed files with 2,820 additions and 2,955 deletions.
5 changes: 5 additions & 0 deletions .changeset/tasty-squids-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ember-velcro": patch
---

Added emberv5 peer dependency support.
7 changes: 7 additions & 0 deletions .github/actions/pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ runs:
- name: 'Install dependencies'
shell: 'bash'
run: pnpm install
# TODO: use https://github.com/NullVoxPopuli/pnpm-sync-dependencies-meta-injected
- name: build
shell: 'bash'
run: pnpm build
- name: force re-linking
shell: 'bash'
run: pnpm i -f
8 changes: 6 additions & 2 deletions ember-velcro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@
"dependencies": {
"@embroider/addon-shim": "^1.0.0",
"@floating-ui/dom": "^1.0.1",
"ember-functions-as-helper-polyfill": "^2.1.1",
"ember-modifier": "^3.2.7"
"ember-functions-as-helper-polyfill": "^2.1.1"
},
"peerDependencies": {
"ember-source": "^3.28.0 || ^4.0.0 || >= 5.0.0",
"ember-modifier": "^3.2.7 || >= 4.0.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
Expand All @@ -76,6 +79,7 @@
"concurrently": "^8.0.0",
"ember-cli-htmlbars": "^6.1.0",
"ember-source": "~4.12.0",
"ember-modifier": "^3.2.7",
"ember-template-lint": "^4.10.1",
"eslint": "^7.0.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
Loading

0 comments on commit 0f75fc0

Please sign in to comment.