Skip to content

Commit

Permalink
Declare ember-data as an optional peer
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed May 2, 2023
1 parent c856ac9 commit 8412cea
Show file tree
Hide file tree
Showing 3 changed files with 9,345 additions and 3 deletions.
7 changes: 7 additions & 0 deletions addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,14 @@
"start": "yarn build:js -w"
},
"peerDependencies": {
"ember-data": ">= 3.2",
"ember-source": "^4.0.0 || >= 5.0.0"
},
"peerDependenciesMeta": {
"ember-data": {
"optional": true
}
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@ember/test-waiters": "^3.0.2",
Expand All @@ -63,6 +69,7 @@
"@typescript-eslint/parser": "^4.33.0",
"concurrently": "^7.6.0",
"documentation": "^14.0.1",
"ember-data": "^4.12.0",
"ember-source": "~4.9.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.6.0",
Expand Down
Loading

0 comments on commit 8412cea

Please sign in to comment.