Merge remote-tracking branch 'upstream/dev' into dev

This commit is contained in:
thororen1234 2024-12-10 16:57:25 -05:00
commit dcd4247a0e
3 changed files with 29 additions and 25 deletions

View file

@ -66,6 +66,13 @@ export default definePlugin({
},
patches: [
{
find: "https://github.com/highlightjs/highlight.js/issues/2277",
replacement: {
match: /(?<=&&\()console.log\(`Deprecated.+?`\),/,
replace: ""
}
},
{
find: 'react-spring: The "interpolate" function',
replacement: {