AppFlowy/frontend/appflowy_tauri
dependabot[bot] 3639012246
chore: bump openssl in /frontend/appflowy_tauri/src-tauri (#2705)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.45 to 0.10.54.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.45...openssl-v0.10.54)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-05 14:49:11 +08:00
..
.vscode Feat/tauri (#1716) 2023-01-17 16:27:17 +08:00
public Feat/tauri (#1716) 2023-01-17 16:27:17 +08:00
src test: add save date cell and checkbox cell (#2167) 2023-04-03 09:26:12 +08:00
src-tauri chore: bump openssl in /frontend/appflowy_tauri/src-tauri (#2705) 2023-06-05 14:49:11 +08:00
webdriver/selenium chore: config tauri web driver test (#1947) 2023-03-11 13:07:31 +08:00
.eslintignore Feat/tauri database effects (#1863) 2023-02-19 14:59:04 +08:00
.eslintrc.cjs Feat/tauri database effects (#1863) 2023-02-19 14:59:04 +08:00
.gitignore CI: Appflowy tauri ci (#1851) 2023-02-13 19:24:16 +08:00
.prettierignore Feat/appflowy tauri UI (#1835) 2023-02-10 16:26:14 +08:00
.prettierrc.cjs Feat/appflowy tauri UI (#1835) 2023-02-10 16:26:14 +08:00
index.html Feat/tauri (#1716) 2023-01-17 16:27:17 +08:00
package.json feat: move kanban blocks (#2022) 2023-04-02 20:54:39 +08:00
pnpm-lock.yaml Refactor tauri document (#2117) 2023-03-27 17:55:24 +08:00
postcss.config.cjs Feat/appflowy tauri UI (#1835) 2023-02-10 16:26:14 +08:00
README.md Feat/tauri (#1716) 2023-01-17 16:27:17 +08:00
tailwind.config.cjs feat: move kanban blocks (#2022) 2023-04-02 20:54:39 +08:00
tsconfig.json feat: Initialize appflowy block data and render block list (#1940) 2023-03-09 13:52:48 +08:00
tsconfig.node.json Feat/tauri (#1716) 2023-01-17 16:27:17 +08:00
vite.config.ts feat: Initialize appflowy block data and render block list (#1940) 2023-03-09 13:52:48 +08:00

Tauri + React + Typescript

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