Skip to content

Commit

Permalink
chore: fix ember-data 4.8 scenario installing with pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Jun 23, 2023
1 parent f8b8745 commit 6474f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-simple-auth/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = function() {
npm: {
devDependencies: {
'ember-cli': '~4.8.0',
'ember-data': '~4.8.0',
'ember-data': '~4.8.2',
'ember-source': '~4.8.0',
},
},
Expand Down

0 comments on commit 6474f21

Please sign in to comment.