mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
fix(deps): update dependency react-highlighter-ts to v18
This commit is contained in:
parent
84d0b77c14
commit
9e68f21dca
41
web/package-lock.json
generated
41
web/package-lock.json
generated
@ -35,7 +35,7 @@
|
||||
"react-chartkick": "0.5.3",
|
||||
"react-crossfade-img": "1.0.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-highlighter-ts": "2.2.0",
|
||||
"react-highlighter-ts": "18.0.1",
|
||||
"react-hotkeys-hook": "3.4.7",
|
||||
"react-linkify": "1.0.0-alpha",
|
||||
"react-markdown": "8.0.3",
|
||||
@ -27149,23 +27149,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-highlighter-ts": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/react-highlighter-ts/-/react-highlighter-ts-2.2.0.tgz",
|
||||
"integrity": "sha512-wZgYrOq6bO1O1szjyduvqeiuV1DuZbKb22FvbclXEhyG5rw9vFaJhdO420RwBvDkD4DvFnDLX4hFuAOg0aQkXA==",
|
||||
"version": "18.0.1",
|
||||
"resolved": "https://registry.npmjs.org/react-highlighter-ts/-/react-highlighter-ts-18.0.1.tgz",
|
||||
"integrity": "sha512-F6nNxaskfS5e7EwRWwpVHXJ8MB+CMr0MY1Uop8cHFNexQyciUklIPCJZTeD420H6YZI4kr3LvHe14NeKgxhCww==",
|
||||
"dependencies": {
|
||||
"react": "^17.0.1"
|
||||
}
|
||||
},
|
||||
"node_modules/react-highlighter-ts/node_modules/react": {
|
||||
"version": "17.0.2",
|
||||
"resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz",
|
||||
"integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==",
|
||||
"dependencies": {
|
||||
"loose-envify": "^1.1.0",
|
||||
"object-assign": "^4.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
"react": "^18.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/react-hotkeys-hook": {
|
||||
@ -53536,22 +53524,11 @@
|
||||
}
|
||||
},
|
||||
"react-highlighter-ts": {
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/react-highlighter-ts/-/react-highlighter-ts-2.2.0.tgz",
|
||||
"integrity": "sha512-wZgYrOq6bO1O1szjyduvqeiuV1DuZbKb22FvbclXEhyG5rw9vFaJhdO420RwBvDkD4DvFnDLX4hFuAOg0aQkXA==",
|
||||
"version": "18.0.1",
|
||||
"resolved": "https://registry.npmjs.org/react-highlighter-ts/-/react-highlighter-ts-18.0.1.tgz",
|
||||
"integrity": "sha512-F6nNxaskfS5e7EwRWwpVHXJ8MB+CMr0MY1Uop8cHFNexQyciUklIPCJZTeD420H6YZI4kr3LvHe14NeKgxhCww==",
|
||||
"requires": {
|
||||
"react": "^17.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": {
|
||||
"version": "17.0.2",
|
||||
"resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz",
|
||||
"integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==",
|
||||
"requires": {
|
||||
"loose-envify": "^1.1.0",
|
||||
"object-assign": "^4.1.1"
|
||||
}
|
||||
}
|
||||
"react": "^18.2.0"
|
||||
}
|
||||
},
|
||||
"react-hotkeys-hook": {
|
||||
|
@ -39,7 +39,7 @@
|
||||
"react-chartkick": "0.5.3",
|
||||
"react-crossfade-img": "1.0.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-highlighter-ts": "2.2.0",
|
||||
"react-highlighter-ts": "18.0.1",
|
||||
"react-hotkeys-hook": "3.4.7",
|
||||
"react-linkify": "1.0.0-alpha",
|
||||
"react-markdown": "8.0.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user