chore: include shared path

This commit is contained in:
Aslam H
2024-10-18 23:07:54 +07:00
parent 7d3bb17f4e
commit ef412ebcc6
2 changed files with 7 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix"
},
"dependencies": {
"@clerk/tanstack-start": "0.4.1",
"@clerk/tanstack-start": "^0.4.15",
"@clerk/themes": "^2.1.37",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
@@ -40,9 +40,9 @@
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@tanstack/react-query": "^5.59.15",
"@tanstack/react-virtual": "^3.10.8",
"@tanstack/react-router": "^1.70.1",
"@tanstack/react-router-with-query": "^1.70.1",
"@tanstack/react-virtual": "^3.10.8",
"@tanstack/router-zod-adapter": "^1.70.1",
"@tanstack/start": "^1.70.1",
"@tiptap/core": "^2.8.0",
@@ -66,7 +66,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^4.1.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.11.9",
"jazz-browser-media-images": "^0.8.7",
"jazz-react": "^0.8.7",
@@ -110,11 +110,11 @@
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.0.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14"
"vite-tsconfig-paths": "^5.0.1"
},
"prettier": {
"plugins": [

View File

@@ -7,6 +7,7 @@ const config = {
"./app/**/*.{js,ts,jsx,tsx}",
"./shared/**/*.{js,ts,jsx,tsx}",
"../web/app/**/*.{js,ts,jsx,tsx}",
"../web/shared/**/*.{js,ts,jsx,tsx}",
],
prefix: "",
safelist: [".dark", ".ProseMirror", ".la-editor"],