Skip to content

Commit

Permalink
fixed custom emojis & updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SupertigerDev committed Jan 22, 2024
1 parent 65705e7 commit 14072a8
Show file tree
Hide file tree
Showing 3 changed files with 1,116 additions and 1,197 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.7",
"version": "0.4.8",
"name": "@nerimity/solid-emoji-picker",
"description": "SolidJS Emoji Picker modal.",
"license": "MIT",
Expand Down Expand Up @@ -45,26 +45,26 @@
"solid-js": "^1.6.0"
},
"devDependencies": {
"concurrently": "^8.2.0",
"esbuild": "^0.18.5",
"concurrently": "^8.2.2",
"esbuild": "^0.19.11",
"esbuild-plugin-solid": "^0.5.0",
"jsdom": "^22.1.0",
"prettier": "2.8.8",
"solid-js": "^1.7.6",
"tsup": "^6.7.0",
"tsup-preset-solid": "^0.1.8",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-solid": "^2.7.0",
"vitest": "^0.32.2"
"jsdom": "^24.0.0",
"prettier": "3.2.4",
"solid-js": "^1.8.11",
"tsup": "^8.0.1",
"tsup-preset-solid": "^2.2.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vite-plugin-solid": "^2.8.2",
"vitest": "^1.2.1"
},
"keywords": [
"solid"
],
"packageManager": "[email protected]",
"dependencies": {
"@minht11/solid-virtual-container": "^0.2.1",
"match-sorter": "^6.3.1",
"match-sorter": "^6.3.3",
"solid-styled-components": "^0.28.5"
},
"directories": {
Expand Down
Loading

0 comments on commit 14072a8

Please sign in to comment.