UI: Fix htmlsafe errors throughout the app (#16574)
* Upgrade ember-intl * Add changelog * Add yarn lock
This commit is contained in:
parent
a4780c60b8
commit
00caa78594
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: fix rendering issues on Overview and empty-states by addressing isHTMLSafe errors
|
||||
```
|
|
@ -134,7 +134,7 @@
|
|||
"ember-export-application-global": "^2.0.1",
|
||||
"ember-in-viewport": "^3.8.1",
|
||||
"ember-inflector": "^4.0.1",
|
||||
"ember-intl": "^5.5.1",
|
||||
"ember-intl": "^5.7.0",
|
||||
"ember-load-initializers": "^2.1.2",
|
||||
"ember-math-helpers": "^2.4.0",
|
||||
"ember-maybe-import-regenerator": "^0.1.6",
|
||||
|
|
|
@ -9136,10 +9136,10 @@ ember-inflector@^4.0.2:
|
|||
dependencies:
|
||||
ember-cli-babel "^7.26.5"
|
||||
|
||||
ember-intl@^5.5.1:
|
||||
version "5.6.2"
|
||||
resolved "https://registry.yarnpkg.com/ember-intl/-/ember-intl-5.6.2.tgz#ece4820923dfda033c279b7e3920cbbc8b6bde07"
|
||||
integrity sha512-+FfI2udVbnEzueompcRb3ytBWhfnBfVVjAwnCuxwqIyS9ti8lK0ZiYHa5bquNPHjjfBzfFl4x5TlVgDNaCnccg==
|
||||
ember-intl@^5.7.0:
|
||||
version "5.7.2"
|
||||
resolved "https://registry.yarnpkg.com/ember-intl/-/ember-intl-5.7.2.tgz#76d933f974f041448b01247888bc3bcc9261e812"
|
||||
integrity sha512-gs17uY1ywzMaUpx1gxfBkFQYRTWTSa/zbkL13MVtffG9aBLP+998MibytZOUxIipMtLCm4sr/g6/1aaKRr9/+g==
|
||||
dependencies:
|
||||
broccoli-caching-writer "^3.0.3"
|
||||
broccoli-funnel "^3.0.3"
|
||||
|
|
Loading…
Reference in New Issue