Skip to content

Commit 39582d5

Browse files
authored
Merge pull request #467 from appuniversum/fix/inputmask-fastboot-issue
Fix a FastBoot issue caused by inputmask
2 parents 2993795 + 4b3f70e commit 39582d5

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@glimmer/util": "0.84.3",
7777
"ember-source": "$ember-source"
7878
},
79-
"overridesNotes": {
79+
"overridesComments": {
8080
"@glimmer/validator and util": "https://github.com/emberjs/ember.js/issues/20502",
8181
"ember-source": "storybook/ember, zestia/auto-focus and focus-trap all depend on ember-source peerDeps that don't match all our test scenarios"
8282
},
@@ -99,10 +99,13 @@
9999
"ember-template-imports": "^3.4.2",
100100
"ember-test-selectors": "^6.0.0",
101101
"ember-truth-helpers": "^3.1.1 || ^4.0.3",
102-
"inputmask": "^5.0.7",
102+
"inputmask": "^5.0.9-beta.45",
103103
"merge-anything": "^5.1.3",
104104
"tracked-toolbox": "^2.0.0"
105105
},
106+
"dependenciesComments": {
107+
"inputmask": "switch back to the stable releases once 5.0.9+ is out. More info: https://github.com/appuniversum/ember-appuniversum/issues/462"
108+
},
106109
"devDependencies": {
107110
"@ember/optional-features": "^2.0.0",
108111
"@ember/test-helpers": "^3.2.1",

0 commit comments

Comments
 (0)