Skip to content

Commit

Permalink
Fix peers
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 3, 2023
1 parent d5ca4a1 commit f7fc504
Show file tree
Hide file tree
Showing 2 changed files with 2,758 additions and 2,887 deletions.
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 f7fc504

Please sign in to comment.