update emoji-regex.ts and remove dependency on @twemoji/parser

This commit is contained in:
Hazelnoot 2025-10-23 00:24:47 -04:00
parent 5807b33e04
commit 1f3c6e1dc7
4 changed files with 1 additions and 4 deletions

View file

@ -101,7 +101,6 @@
"@sentry/profiling-node": "10.15.0", "@sentry/profiling-node": "10.15.0",
"@simplewebauthn/server": "12.0.0", "@simplewebauthn/server": "12.0.0",
"@smithy/node-http-handler": "4.2.1", "@smithy/node-http-handler": "4.2.1",
"@twemoji/parser": "16.0.0",
"accepts": "1.3.8", "accepts": "1.3.8",
"ajv": "8.17.1", "ajv": "8.17.1",
"archiver": "7.0.1", "archiver": "7.0.1",

File diff suppressed because one or more lines are too long

View file

@ -34,7 +34,6 @@
"@rollup/plugin-replace": "6.0.2", "@rollup/plugin-replace": "6.0.2",
"@rollup/pluginutils": "5.3.0", "@rollup/pluginutils": "5.3.0",
"@testing-library/vue": "8.1.0", "@testing-library/vue": "8.1.0",
"@twemoji/parser": "16.0.0",
"@types/estree": "1.0.8", "@types/estree": "1.0.8",
"@types/micromatch": "4.0.9", "@types/micromatch": "4.0.9",
"@types/node": "22.18.1", "@types/node": "22.18.1",

View file

@ -97,7 +97,6 @@
"@storybook/vue3": "9.1.8", "@storybook/vue3": "9.1.8",
"@storybook/vue3-vite": "9.1.8", "@storybook/vue3-vite": "9.1.8",
"@testing-library/vue": "8.1.0", "@testing-library/vue": "8.1.0",
"@twemoji/parser": "16.0.0",
"@types/canvas-confetti": "1.9.0", "@types/canvas-confetti": "1.9.0",
"@types/estree": "1.0.8", "@types/estree": "1.0.8",
"@types/katex": "0.16.7", "@types/katex": "0.16.7",