chore(start): update to alpha and fix editor image removed (#187)

* chore(start): update to alpha and fix editor image removed

* chore: fix image editor
This commit is contained in:
Aslam
2024-11-19 02:22:46 +07:00
committed by GitHub
parent 5e60b2d293
commit e5a0332ec9
19 changed files with 312 additions and 303 deletions

View File

@@ -12,8 +12,8 @@
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix"
},
"dependencies": {
"@clerk/tanstack-start": "^0.4.26",
"@clerk/themes": "^2.1.43",
"@clerk/tanstack-start": "^0.4.28",
"@clerk/themes": "^2.1.45",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
@@ -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.1",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.1",
@@ -39,10 +39,10 @@
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@tanstack/react-router": "^1.81.4",
"@tanstack/react-router": "^1.82.0",
"@tanstack/react-virtual": "^3.10.9",
"@tanstack/router-zod-adapter": "^1.81.4",
"@tanstack/start": "^1.81.4",
"@tanstack/router-zod-adapter": "^1.81.5",
"@tanstack/start": "^1.82.0",
"@tiptap/core": "^2.9.1",
"@tiptap/extension-code-block-lowlight": "^2.9.1",
"@tiptap/extension-color": "^2.9.1",
@@ -65,11 +65,11 @@
"clsx": "^2.1.1",
"cmdk": "1.0.2",
"date-fns": "^3.6.0",
"framer-motion": "^11.11.15",
"jazz-browser-media-images": "^0.8.20",
"jazz-react": "^0.8.20",
"jazz-react-auth-clerk": "^0.8.20",
"jazz-tools": "^0.8.19",
"framer-motion": "^11.11.17",
"jazz-browser-media-images": "^0.8.22",
"jazz-react": "^0.8.22",
"jazz-react-auth-clerk": "^0.8.22",
"jazz-tools": "^0.8.21",
"jotai": "^2.10.2",
"lowlight": "^3.1.0",
"lucide-react": "^0.446.0",
@@ -92,9 +92,9 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@ronin/learn-anything": "^0.0.0-3461302210631",
"@ronin/learn-anything": "^0.0.0-3461795804931",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/router-devtools": "^1.81.4",
"@tanstack/router-devtools": "^1.82.0",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
@@ -109,7 +109,7 @@
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.1.2"
},