aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-06-18 03:24:40 +0400
committerGravatar Hassan Abouelela <[email protected]>2022-06-18 14:57:42 +0400
commitbd47dceb73620b204156f536d890ec0c56c274b4 (patch)
tree02c84bba9bf9aa7d10f1187e89679fb1a4285416 /package.json
parentBump fortawesome (diff)
Remove Jest SVG Transformer
The current SVG transformer has not had an update in 4 years, and breaks with the latest jest version. The behavior can be very easily replicated by hand, as is documented by SVGR, the library we are already using in webpack. Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index cdcc067..0656c41 100644
--- a/package.json
+++ b/package.json
@@ -80,7 +80,6 @@
"jest": "26.6.3",
"jest-environment-jsdom-fourteen": "1.0.1",
"jest-resolve": "26.6.2",
- "jest-svg-transformer": "1.0.0",
"jest-watch-typeahead": "0.6.3",
"webpack-dev-server": "3.11.2"
}