Skip to content

Commit

Permalink
Merge pull request #2926 from udecode/fix/docs
Browse files Browse the repository at this point in the history
Add TooltipProvider and icons to interactive builder
  • Loading branch information
zbeyens committed Feb 6, 2024
1 parent 125bc34 commit f35207a
Show file tree
Hide file tree
Showing 7 changed files with 634 additions and 525 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,39 +15,39 @@
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@udecode/cn": "^29.0.1",
"@udecode/plate-common": "^29.0.1",
"@udecode/plate-common": "^30.1.2",
"class-variance-authority": "0.7.0",
"eslint-plugin-prettier": "^5.1.2",
"lucide-react": "0.303.0",
"next": "^14.0.4",
"eslint-plugin-prettier": "^5.1.3",
"lucide-react": "0.323.0",
"next": "^14.1.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"slate": "0.101.5",
"slate-history": "0.100.0",
"slate-react": "0.101.5",
"tailwind-merge": "2.2.0",
"slate-react": "0.101.6",
"tailwind-merge": "2.2.1",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/node": "^20.11.16",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/parser": "^6.16.0",
"autoprefixer": "^10.4.16",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.17",
"encoding": "^0.1.13",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-tailwindcss": "^3.14.2",
"eslint-plugin-unused-imports": "^3.0.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"tailwindcss": "^3.4.0",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "5.3.3"
}
}
Loading

0 comments on commit f35207a

Please sign in to comment.