Skip to content

Commit

Permalink
feat(CommandMenu): allow to be displayed in a popover
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirojose committed Apr 16, 2024
1 parent 0d28cda commit 505823c
Show file tree
Hide file tree
Showing 5 changed files with 314 additions and 451 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@
"@testing-library/react": "^14.2.1",
"@types/node": "20.12.7",
"@types/quill": "^2",
"@types/react": "18.2.78",
"@types/react": "18.2.79",
"@types/react-beautiful-dnd": "^13",
"@types/react-dom": "18.2.25",
"@types/react-plotly.js": "^2",
"@types/react-test-renderer": "18.0.7",
"@types/rollup-plugin-peer-deps-external": "^2",
"@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",
"@vitest/coverage-v8": "^1.5.0",
"autoprefixer": "^10.4.19",
Expand Down Expand Up @@ -142,7 +142,7 @@
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-swc3": "^0.11.0",
"rollup-plugin-swc3": "^0.11.1",
"rollup-plugin-visualizer": "^5.12.0",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.3",
Expand All @@ -154,7 +154,7 @@
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"typescript-transform-paths": "^3.4.7",
"vite": "^5.2.8",
"vite": "^5.2.9",
"vitest": "^1.5.0",
"webpack": "^5.91.0",
"yalc": "1.0.0-pre.53"
Expand Down Expand Up @@ -206,17 +206,17 @@
"@tanstack/react-table": "^8.16.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"cmdk": "^1.0.0",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.0.2",
"i18next": "^23.11.2",
"jodit": "^4.1.12",
"jodit-react": "^4.0.23",
"jodit": "^4.1.16",
"jodit-react": "^4.0.25",
"object-to-formdata": "^4.5.1",
"react-beautiful-dnd": "^13.1.1",
"react-colorful": "^5.6.1",
"react-day-picker": "^8.10.0",
"react-day-picker": "^8.10.1",
"react-i18next": "^14.1.0",
"react-plotly.js": "^2.6.0",
"react-router": "^6.22.3",
Expand Down
Loading

0 comments on commit 505823c

Please sign in to comment.