atuin/ui
dependabot[bot] 69893f7cd4
chore(deps): bump @tauri-apps/api in /ui (#2130)
Bumps [@tauri-apps/api](https://github.com/tauri-apps/tauri) from 2.0.0-beta.7 to 2.0.0-beta.13.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v2.0.0-beta.7...@tauri-apps/api-v2.0.0-beta.13)

---
updated-dependencies:
- dependency-name: "@tauri-apps/api"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-13 14:36:34 +01:00
..
backend chore: setup dependabot for the ui (#2128) 2024-06-13 13:30:40 +01:00
public feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
src chore: update email, gitignore, tweak ui (#2094) 2024-06-06 15:03:43 +01:00
.gitignore chore: update email, gitignore, tweak ui (#2094) 2024-06-06 15:03:43 +01:00
components.json feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
icon.png feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
index.html feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
package.json chore(deps): bump @tauri-apps/api in /ui (#2130) 2024-06-13 14:36:34 +01:00
pnpm-lock.yaml chore(deps): bump @tauri-apps/api in /ui (#2130) 2024-06-13 14:36:34 +01:00
postcss.config.js feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
README.md feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
tailwind.config.js feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
tsconfig.json feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
tsconfig.node.json feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00
vite.config.ts feat(gui): add base structure (#1935) 2024-04-11 16:59:01 +01:00

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.