diff options
author | Kurkó Mihály <kurkomisi@users.noreply.github.com> | 2018-07-16 15:43:58 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-07-16 15:43:58 +0800 |
commit | eb7f901289dce3f9fe3341da8c0b938ea839f79d (patch) | |
tree | 6bf2fe8ca9fe4904ac8f0c29fea5e9e545219798 /dashboard/assets/yarn.lock | |
parent | db5e403afedffb435f001e071ac2a39ccc3e6480 (diff) | |
download | dexon-eb7f901289dce3f9fe3341da8c0b938ea839f79d.tar dexon-eb7f901289dce3f9fe3341da8c0b938ea839f79d.tar.gz dexon-eb7f901289dce3f9fe3341da8c0b938ea839f79d.tar.bz2 dexon-eb7f901289dce3f9fe3341da8c0b938ea839f79d.tar.lz dexon-eb7f901289dce3f9fe3341da8c0b938ea839f79d.tar.xz dexon-eb7f901289dce3f9fe3341da8c0b938ea839f79d.tar.zst dexon-eb7f901289dce3f9fe3341da8c0b938ea839f79d.zip |
dashboard: fix CSS, escape special HTML chars, clean up code (#17167)
* dashboard: fix CSS, escape special HTML chars, clean up code
* dashboard: change 0 to 1
* dashboard: add escape-html npm package
Diffstat (limited to 'dashboard/assets/yarn.lock')
-rw-r--r-- | dashboard/assets/yarn.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/assets/yarn.lock b/dashboard/assets/yarn.lock index 0098d202b..10277c988 100644 --- a/dashboard/assets/yarn.lock +++ b/dashboard/assets/yarn.lock @@ -2248,7 +2248,7 @@ es6-weak-map@^2.0.1: es6-iterator "^2.0.1" es6-symbol "^3.1.1" -escape-html@~1.0.3: +escape-html@^1.0.3, escape-html@~1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" |