Skip to content

Commit

Permalink
Add semverRange <=4.11.0 for ember-data
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Feb 28, 2023
1 parent 565e9e5 commit 474084d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/compat/src/addon-dependency-rules/ember-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { PackageRules } from '..';
let rules: PackageRules[] = [
{
package: '@ember-data/store',
semverRange: '<=4.11.0',
addonModules: {
'-private.js': {
dependsOnModules: ['@ember-data/record-data/-private'],
Expand Down

0 comments on commit 474084d

Please sign in to comment.