mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
chore: subscribe co value
This commit is contained in:
@@ -12,15 +12,15 @@
|
||||
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@clerk/tanstack-start": "^0.4.17",
|
||||
"@clerk/themes": "^2.1.39",
|
||||
"@clerk/tanstack-start": "^0.4.21",
|
||||
"@clerk/themes": "^2.1.40",
|
||||
"@dnd-kit/core": "^6.1.0",
|
||||
"@dnd-kit/modifiers": "^7.0.0",
|
||||
"@dnd-kit/sortable": "^8.0.0",
|
||||
"@hookform/resolvers": "^3.9.1",
|
||||
"@nothing-but/force-graph": "^0.9.5",
|
||||
"@nothing-but/utils": "^0.17.0",
|
||||
"@omit/react-confirm-dialog": "^1.1.5",
|
||||
"@omit/react-confirm-dialog": "^1.1.7",
|
||||
"@omit/react-fancy-switch": "^1.0.2",
|
||||
"@radix-ui/react-alert-dialog": "^1.1.2",
|
||||
"@radix-ui/react-avatar": "^1.1.1",
|
||||
@@ -28,7 +28,7 @@
|
||||
"@radix-ui/react-dialog": "^1.1.2",
|
||||
"@radix-ui/react-dismissable-layer": "^1.1.1",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.2",
|
||||
"@radix-ui/react-icons": "^1.3.0",
|
||||
"@radix-ui/react-icons": "^1.3.1",
|
||||
"@radix-ui/react-label": "^2.1.0",
|
||||
"@radix-ui/react-popover": "^1.1.2",
|
||||
"@radix-ui/react-scroll-area": "^1.2.0",
|
||||
@@ -39,12 +39,12 @@
|
||||
"@radix-ui/react-toggle": "^1.1.0",
|
||||
"@radix-ui/react-toggle-group": "^1.1.0",
|
||||
"@radix-ui/react-tooltip": "^1.1.3",
|
||||
"@tanstack/react-query": "^5.59.16",
|
||||
"@tanstack/react-router": "^1.77.8",
|
||||
"@tanstack/react-router-with-query": "^1.77.8",
|
||||
"@tanstack/react-query": "^5.59.18",
|
||||
"@tanstack/react-router": "^1.78.3",
|
||||
"@tanstack/react-router-with-query": "^1.78.3",
|
||||
"@tanstack/react-virtual": "^3.10.8",
|
||||
"@tanstack/router-zod-adapter": "^1.77.8",
|
||||
"@tanstack/start": "^1.77.8",
|
||||
"@tanstack/router-zod-adapter": "^1.78.3",
|
||||
"@tanstack/start": "^1.78.3",
|
||||
"@tiptap/core": "^2.9.1",
|
||||
"@tiptap/extension-code-block-lowlight": "^2.9.1",
|
||||
"@tiptap/extension-color": "^2.9.1",
|
||||
@@ -65,13 +65,13 @@
|
||||
"cheerio": "^1.0.0",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"clsx": "^2.1.1",
|
||||
"cmdk": "^1.0.0",
|
||||
"cmdk": "1.0.2",
|
||||
"date-fns": "^3.6.0",
|
||||
"framer-motion": "^11.11.10",
|
||||
"jazz-browser-media-images": "^0.8.7",
|
||||
"jazz-react": "^0.8.7",
|
||||
"jazz-react-auth-clerk": "^0.8.7",
|
||||
"jazz-tools": "^0.8.5",
|
||||
"framer-motion": "^11.11.11",
|
||||
"jazz-browser-media-images": "^0.8.12",
|
||||
"jazz-react": "^0.8.12",
|
||||
"jazz-react-auth-clerk": "^0.8.12",
|
||||
"jazz-tools": "^0.8.12",
|
||||
"jotai": "^2.10.1",
|
||||
"lowlight": "^3.1.0",
|
||||
"lucide-react": "^0.446.0",
|
||||
@@ -86,7 +86,7 @@
|
||||
"react-textarea-autosize": "^8.5.4",
|
||||
"ronin": "^4.4.1",
|
||||
"slugify": "^1.6.6",
|
||||
"sonner": "^1.5.0",
|
||||
"sonner": "^1.6.1",
|
||||
"streaming-markdown": "^0.0.14",
|
||||
"tailwind-merge": "^2.5.4",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
@@ -95,11 +95,11 @@
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ronin/learn-anything": "^0.0.0-3460430517579",
|
||||
"@ronin/learn-anything": "^0.0.0-3460605731228",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
"@tanstack/react-query-devtools": "^5.59.16",
|
||||
"@tanstack/router-devtools": "^1.77.8",
|
||||
"@types/node": "^22.8.4",
|
||||
"@tanstack/react-query-devtools": "^5.59.18",
|
||||
"@tanstack/router-devtools": "^1.78.3",
|
||||
"@types/node": "^22.8.7",
|
||||
"@types/react": "^18.3.12",
|
||||
"@types/react-dom": "^18.3.1",
|
||||
"@types/uuid": "^10.0.0",
|
||||
|
||||
Reference in New Issue
Block a user