Skip to content

Commit

Permalink
fix: update tags modal style
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Mar 7, 2024
1 parent 7da78a5 commit 612efd9
Show file tree
Hide file tree
Showing 3 changed files with 532 additions and 488 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,23 @@
"@radix-ui/react-switch": "1.0.3",
"@radix-ui/react-tabs": "1.0.4",
"@shikijs/transformers": "1.1.7",
"@tanstack/query-async-storage-persister": "5.24.2",
"@tanstack/react-query": "5.24.2",
"@tanstack/react-query-devtools": "5.24.2",
"@tanstack/react-query-persist-client": "5.24.2",
"@tanstack/query-async-storage-persister": "5.25.0",
"@tanstack/react-query": "5.25.0",
"@tanstack/react-query-devtools": "5.25.0",
"@tanstack/react-query-persist-client": "5.25.0",
"@upstash/redis": "1.28.4",
"@vercel/analytics": "1.2.2",
"@vercel/postgres": "0.7.2",
"axios": "1.6.7",
"bypass-vue-devtools": "0.0.6",
"clsx": "2.1.0",
"colorjs.io": "^0.5.0",
"crossbell": "1.11.7",
"crossbell": "1.11.9",
"daisyui": "4.7.2",
"dayjs": "1.11.10",
"emoji-mart": "5.5.2",
"emoji-picker-react": "4.8.0",
"foxact": "0.2.31",
"foxact": "0.2.32",
"framer-motion": "^11.0.8",
"fuse.js": "7.0.0",
"idb-keyval": "6.2.1",
Expand All @@ -92,11 +92,11 @@
"kbar": "0.1.0-beta.45",
"markdown-escape": "2.0.0",
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.2.1-beta.4",
"marked": "12.0.0",
"marked": "12.0.1",
"medium-zoom": "1.1.0",
"mermaid": "10.8.0",
"mermaid": "10.9.0",
"nanoid": "^5.0.6",
"next": "14.1.1",
"next": "14.1.3",
"next-themes": "0.2.1",
"openai": "4.28.4",
"pngjs": "7.0.0",
Expand All @@ -118,27 +118,27 @@
"unified": "^11.0.4",
"uniqolor": "1.1.1",
"unist-util-visit": "5.0.0",
"use-context-selector": "1.4.2",
"use-context-selector": "1.4.3",
"vaul": "0.9.0",
"xss": "1.0.14"
"xss": "1.0.15"
},
"devDependencies": {
"@iconify-json/material-symbols": "1.1.73",
"@iconify-json/material-symbols": "1.1.74",
"@iconify-json/mingcute": "1.1.16",
"@iconify/tailwind": "0.1.4",
"@innei/eslint-config-react-ts": "0.12.4",
"@innei/prettier": "0.12.4",
"@mx-space/webhook": "0.2.4",
"@next/bundle-analyzer": "14.1.1",
"@next/bundle-analyzer": "14.1.3",
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/typography": "0.5.10",
"@types/js-cookie": "3.0.6",
"@types/js-yaml": "4.0.9",
"@types/markdown-escape": "1.1.3",
"@types/node": "20.11.24",
"@types/node": "20.11.25",
"@types/pngjs": "6.0.4",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@types/react-responsive-masonry": "2.1.3",
"@types/remove-markdown": "0.3.4",
"autoprefixer": "10.4.18",
Expand All @@ -149,16 +149,16 @@
"postcss": "8.4.35",
"postcss-import": "16.0.1",
"postcss-nested": "6.0.1",
"postcss-preset-env": "9.4.0",
"postcss-prune-var": "1.1.1",
"postcss-preset-env": "9.5.0",
"postcss-prune-var": "1.1.2",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"shiki": "1.1.7",
"simple-git-hooks": "2.10.0",
"tailwind-scrollbar": "3.1.0",
"tailwind-variants": "0.2.0",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3",
"typescript": "5.4.2",
"typewind": "^0.1.4",
"zx": "7.2.3"
},
Expand Down
Loading

0 comments on commit 612efd9

Please sign in to comment.