diff options
author | Vitaly Takmazov | 2019-08-14 10:57:36 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | cea08e9b9ae0a396a813ca54e250aff703afc1fe (patch) | |
tree | 37c095f9aaa57bf879b534e41642b5a0dc6b3010 /vnext/package.json | |
parent | 340d8b124edc2b73fce4ab1c150c2a4fffb0c7d3 (diff) |
add external svg shim
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnext/package.json b/vnext/package.json index bb55b26f..bcbac443 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -88,6 +88,7 @@ "react-router-dom": "^5.0.1", "react-use-form-state": "^0.11.0", "regenerator-runtime": "^0.13.3", + "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.7" } } |