Merge pull request #310 from mirumee/fix/remove-unused-dependencies
Remove react-svg
This commit is contained in:
commit
1d41734aa1
2 changed files with 0 additions and 14 deletions
13
package-lock.json
generated
13
package-lock.json
generated
|
@ -18340,14 +18340,6 @@
|
||||||
"react-virtualized": "^9.19.1"
|
"react-virtualized": "^9.19.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"react-svg": {
|
|
||||||
"version": "2.2.18",
|
|
||||||
"resolved": "https://registry.npmjs.org/react-svg/-/react-svg-2.2.18.tgz",
|
|
||||||
"integrity": "sha512-Hm+PJYxfZ4FIWyI3xypvyrrt+qbhCaDHKPiYv3Aen57xMjhtESKYQArkGVmn2O7W+lROLCjFfp+NnivULBtxxw==",
|
|
||||||
"requires": {
|
|
||||||
"svg-injector": "^1.1.3"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"react-syntax-highlighter": {
|
"react-syntax-highlighter": {
|
||||||
"version": "8.1.0",
|
"version": "8.1.0",
|
||||||
"resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-8.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-8.1.0.tgz",
|
||||||
|
@ -20209,11 +20201,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"svg-injector": {
|
|
||||||
"version": "1.1.3",
|
|
||||||
"resolved": "https://registry.npmjs.org/svg-injector/-/svg-injector-1.1.3.tgz",
|
|
||||||
"integrity": "sha1-j7oY10GeX4GOcSxPgtg+41dhDmE="
|
|
||||||
},
|
|
||||||
"svg-parser": {
|
"svg-parser": {
|
||||||
"version": "2.0.2",
|
"version": "2.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.2.tgz",
|
||||||
|
|
|
@ -62,7 +62,6 @@
|
||||||
"react-router-dom": "^5.0.1",
|
"react-router-dom": "^5.0.1",
|
||||||
"react-sortable-hoc": "^0.6.8",
|
"react-sortable-hoc": "^0.6.8",
|
||||||
"react-sortable-tree": "^2.6.2",
|
"react-sortable-tree": "^2.6.2",
|
||||||
"react-svg": "^2.2.11",
|
|
||||||
"semver-compare": "^1.0.0",
|
"semver-compare": "^1.0.0",
|
||||||
"slugify": "^1.3.4",
|
"slugify": "^1.3.4",
|
||||||
"typescript": "^3.6.4",
|
"typescript": "^3.6.4",
|
||||||
|
|
Loading…
Reference in a new issue