aboutsummaryrefslogtreecommitdiffstats
path: root/ui/package.json
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2024-07-23 13:18:54 +0100
committerGitHub <noreply@github.com>2024-07-23 13:18:54 +0100
commitf8c963c7d668fc57680f25413f20bc207d4bf64a (patch)
treec7f952ddc0220cded24f5447d03b3bff46fb1d45 /ui/package.json
parentfix(themes): Restore default theme, refactor (#2294) (diff)
downloadatuin-f8c963c7d668fc57680f25413f20bc207d4bf64a.zip
feat(gui): clean up home page, fix a few bugs (#2304)
* wip home screen changes * more * adjust * fixes and things * patch runbook pty check
Diffstat (limited to 'ui/package.json')
-rw-r--r--ui/package.json31
1 files changed, 16 insertions, 15 deletions
diff --git a/ui/package.json b/ui/package.json
index 74c24ef8..0f4e6af7 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -10,30 +10,31 @@
"tauri": "tauri"
},
"dependencies": {
- "@blocknote/core": "^0.15.0",
+ "@blocknote/core": "^0.15.3",
"@blocknote/mantine": "^0.15.3",
- "@blocknote/react": "^0.15.0",
- "@codemirror/autocomplete": "^6.16.3",
+ "@blocknote/react": "^0.15.3",
+ "@codemirror/autocomplete": "^6.17.0",
"@codemirror/commands": "^6.6.0",
"@codemirror/language": "^6.10.2",
"@codemirror/lint": "^6.8.1",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
- "@codemirror/view": "^6.28.4",
- "@headlessui/react": "^2.1.1",
- "@heroicons/react": "^2.1.4",
- "@nextui-org/react": "^2.4.2",
+ "@codemirror/view": "^6.28.6",
+ "@headlessui/react": "^2.1.2",
+ "@heroicons/react": "^2.1.5",
+ "@nextui-org/react": "^2.4.6",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-table": "^8.19.3",
- "@tanstack/react-virtual": "^3.8.1",
+ "@tanstack/react-virtual": "^3.8.3",
"@tauri-apps/api": "2.0.0-beta.15",
"@tauri-apps/plugin-http": "2.0.0-beta.8",
"@tauri-apps/plugin-shell": "2.0.0-beta.8",
"@tauri-apps/plugin-sql": "2.0.0-beta.5",
+ "@types/luxon": "^3.4.2",
"@uiw/codemirror-extensions-langs": "^4.23.0",
"@uiw/react-codemirror": "^4.23.0",
"@xterm/addon-fit": "^0.10.0",
@@ -43,18 +44,18 @@
"clsx": "^2.1.1",
"core": "link:@tauri-apps/api/core",
"date-fns": "^3.6.0",
- "framer-motion": "^11.2.13",
+ "framer-motion": "^11.3.8",
"highlight.js": "^11.10.0",
"lucide-react": "^0.402.0",
"luxon": "^3.4.4",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.29.0",
"react": "^18.3.1",
- "react-activity-calendar": "^2.2.10",
+ "react-activity-calendar": "^2.2.11",
"react-dom": "^18.3.1",
- "react-router-dom": "^6.24.1",
+ "react-router-dom": "^6.25.1",
"react-spinners": "^0.14.1",
- "react-tooltip": "^5.27.0",
+ "react-tooltip": "^5.27.1",
"react-window": "^1.8.10",
"react-window-infinite-loader": "^1.0.9",
"recharts": "^2.12.7",
@@ -72,10 +73,10 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
- "postcss": "^8.4.38",
+ "postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
- "typescript": "^5.4.5",
- "vite": "^5.3.1",
+ "typescript": "^5.5.3",
+ "vite": "^5.3.4",
"vite-tsconfig-paths": "^4.3.2"
}
}