Skip to content

Commit

Permalink
fix: linked color (#56)
Browse files Browse the repository at this point in the history
* fix: selected link color

* update: packages
  • Loading branch information
0plan authored Apr 17, 2024
1 parent 3e0d195 commit f9b4e7c
Show file tree
Hide file tree
Showing 3 changed files with 715 additions and 707 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"update:shadcn-ui": "npx shadcn-ui@latest add -a -y -o"
},
"dependencies": {
"@generouted/react-router": "^1.19.1",
"@generouted/react-router": "^1.19.3",
"@hookform/resolvers": "^3.3.4",
"@mdx-js/rollup": "^3.0.1",
"@projectstorm/react-canvas-core": "^7.0.3",
Expand Down Expand Up @@ -59,23 +59,23 @@
"cmdk": "^0.2.1",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.0.2",
"i18next": "^23.11.1",
"i18next": "^23.11.2",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-http-backend": "^2.5.0",
"input-otp": "^1.2.4",
"js-yaml": "^4.1.0",
"localforage": "^1.10.0",
"lucide-react": "^0.367.0",
"lucide-react": "^0.368.0",
"match-sorter": "^6.3.4",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-day-picker": "^8.10.0",
"react-day-picker": "^8.10.1",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.4",
"react-hook-form": "^7.51.3",
"react-i18next": "^14.1.0",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.0.16",
"react-resizable-panels": "^2.0.17",
"react-router-dom": "^6.22.3",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.2",
Expand All @@ -86,7 +86,7 @@
"zustand": "^4.5.2"
},
"devDependencies": {
"@iconify/json": "^2.2.199",
"@iconify/json": "^2.2.201",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-interactions": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
Expand All @@ -98,10 +98,10 @@
"@storybook/test": "^8.0.8",
"@tailwindcss/forms": "^0.5.7",
"@types/js-yaml": "^4.0.9",
"@types/react": "^18.2.77",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.19",
Expand All @@ -119,7 +119,7 @@
"storybook": "^8.0.8",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite": "^5.2.9",
"vite-plugin-markdown": "^2.2.0",
"vite-plugin-pwa": "^0.19.8",
"vite-tsconfig-paths": "^4.3.2"
Expand Down
Loading

0 comments on commit f9b4e7c

Please sign in to comment.