mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 23:24:29 +03:00
Remove unused react-contenteditable
This commit is contained in:
parent
4ead1b9840
commit
a5d9d4dd36
2 changed files with 0 additions and 23 deletions
22
web/package-lock.json
generated
22
web/package-lock.json
generated
|
@ -31,7 +31,6 @@
|
|||
"rc-util": "5.24.2",
|
||||
"react": "17.0.2",
|
||||
"react-chartkick": "0.5.3",
|
||||
"react-contenteditable": "3.3.6",
|
||||
"react-crossfade-img": "1.0.0",
|
||||
"react-dom": "17.0.2",
|
||||
"react-highlighter-ts": "2.2.0",
|
||||
|
@ -23364,18 +23363,6 @@
|
|||
"react-dom": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/react-contenteditable": {
|
||||
"version": "3.3.6",
|
||||
"resolved": "https://registry.npmjs.org/react-contenteditable/-/react-contenteditable-3.3.6.tgz",
|
||||
"integrity": "sha512-61+Anbmzggel1sP7nwvxq3d2woD3duR5R89RoLGqKan1A+nruFIcmLjw2F+qqk70AyABls0BDKzE1vqS1UIF1g==",
|
||||
"dependencies": {
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"prop-types": "^15.7.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16.3"
|
||||
}
|
||||
},
|
||||
"node_modules/react-crossfade-img": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/react-crossfade-img/-/react-crossfade-img-1.0.0.tgz",
|
||||
|
@ -46194,15 +46181,6 @@
|
|||
"chartkick": "^4.0.0"
|
||||
}
|
||||
},
|
||||
"react-contenteditable": {
|
||||
"version": "3.3.6",
|
||||
"resolved": "https://registry.npmjs.org/react-contenteditable/-/react-contenteditable-3.3.6.tgz",
|
||||
"integrity": "sha512-61+Anbmzggel1sP7nwvxq3d2woD3duR5R89RoLGqKan1A+nruFIcmLjw2F+qqk70AyABls0BDKzE1vqS1UIF1g==",
|
||||
"requires": {
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"prop-types": "^15.7.1"
|
||||
}
|
||||
},
|
||||
"react-crossfade-img": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/react-crossfade-img/-/react-crossfade-img-1.0.0.tgz",
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
"rc-util": "5.24.2",
|
||||
"react": "17.0.2",
|
||||
"react-chartkick": "0.5.3",
|
||||
"react-contenteditable": "3.3.6",
|
||||
"react-crossfade-img": "1.0.0",
|
||||
"react-dom": "17.0.2",
|
||||
"react-highlighter-ts": "2.2.0",
|
||||
|
|
Loading…
Reference in a new issue