Skip to content

Commit

Permalink
fix resolution of @ember/test-waiter in consumers
Browse files Browse the repository at this point in the history
repo using ember-material-modifier could not resolve test-waiters

See explanation NullVoxPopuli/ember-resources#407 (comment)
  • Loading branch information
mrloop committed Sep 9, 2022
1 parent 740134b commit 4f2a655
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ember-material-modifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
},
"dependencies": {
"@ember/string": "3.0.0",
"@ember/test-waiters": "3.0.2",
"@embroider/addon-shim": "1.8.3",
"ember-modifier": "3.2.7"
},
Expand All @@ -40,6 +39,7 @@
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.19.0",
"@babel/plugin-syntax-decorators": "7.19.0",
"@ember/test-waiters": "3.0.2",
"@embroider/addon-dev": "1.8.3",
"@rollup/plugin-babel": "5.3.1",
"ember-template-lint": "4.14.0",
Expand All @@ -52,6 +52,7 @@
"rollup": "2.79.0"
},
"peerDependencies": {
"@ember/test-waiters": "3.0.2",
"@material/animation": "*",
"@material/auto-init": "*",
"@material/banner": "*",
Expand Down Expand Up @@ -105,6 +106,9 @@
"@material/typography": "*"
},
"peerDependenciesMeta": {
"@ember/test-waiters": {
"optional": true
},
"@material/animation": {
"optional": true
},
Expand Down

0 comments on commit 4f2a655

Please sign in to comment.