mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 03:25:14 +00:00
Emoji Rendering Efficiency (#35568)
This commit is contained in:
parent
0e249cba4b
commit
6bca52453a
23 changed files with 954 additions and 333 deletions
|
|
@ -64,11 +64,11 @@
|
|||
"color-blend": "^4.0.0",
|
||||
"core-js": "^3.30.2",
|
||||
"cross-env": "^10.0.0",
|
||||
"debug": "^4.4.1",
|
||||
"detect-passive-events": "^2.0.3",
|
||||
"emoji-mart": "npm:emoji-mart-lazyload@latest",
|
||||
"emojibase": "^16.0.0",
|
||||
"emojibase-data": "^16.0.3",
|
||||
"emojibase-regex": "^16.0.0",
|
||||
"escape-html": "^1.0.3",
|
||||
"fast-glob": "^3.3.3",
|
||||
"fuzzysort": "^3.0.0",
|
||||
|
|
@ -137,6 +137,7 @@
|
|||
"@storybook/react-vite": "^9.0.4",
|
||||
"@testing-library/dom": "^10.2.0",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"@types/debug": "^4",
|
||||
"@types/emoji-mart": "3.0.14",
|
||||
"@types/escape-html": "^1.0.2",
|
||||
"@types/hoist-non-react-statics": "^3.3.1",
|
||||
|
|
@ -174,6 +175,7 @@
|
|||
"eslint-plugin-react": "^7.37.4",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"eslint-plugin-storybook": "^9.0.4",
|
||||
"fake-indexeddb": "^6.0.1",
|
||||
"globals": "^16.0.0",
|
||||
"husky": "^9.0.11",
|
||||
"lint-staged": "^16.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue