Skip to content

Commit

Permalink
feat: app - missing services, unified service tags, add wiki URLs, v0…
Browse files Browse the repository at this point in the history
….2.19
  • Loading branch information
av committed Dec 25, 2024
1 parent 94f8e77 commit 8eb4092
Show file tree
Hide file tree
Showing 19 changed files with 1,220 additions and 874 deletions.
2 changes: 1 addition & 1 deletion .scripts/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as toml from 'jsr:@std/toml';
import * as path from 'jsr:@std/path';
import * as collections from "jsr:@std/collections/deep-merge";

const VERSION = "0.2.18";
const VERSION = "0.2.19";

type ValueSeed = {
// Path relative to the project root
Expand Down
1 change: 0 additions & 1 deletion app/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ insert_final_newline = true
[*.{py,yml,yaml,json,js,ts,jsx,tsx,html,css,scss,md}]
indent_style = space
indent_size = 2

Binary file modified app/bun.lockb
Binary file not shown.
16 changes: 8 additions & 8 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@avcodes/harbor-app",
"private": true,
"version": "0.2.18",
"version": "0.2.19",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,12 +11,12 @@
},
"dependencies": {
"@tailwindcss/typography": "^0.5.15",
"@tauri-apps/api": ">=2.0.0-rc.0",
"@tauri-apps/plugin-autostart": "^2.0.0-rc",
"@tauri-apps/plugin-fs": "^2.0.0-rc",
"@tauri-apps/plugin-shell": "^2.0.0-rc",
"@tauri-apps/plugin-store": "^2.0.0-rc",
"@tauri-apps/plugin-window-state": "^2.0.0-rc",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-autostart": "2.2.0",
"@tauri-apps/plugin-fs": "2.2.0",
"@tauri-apps/plugin-shell": "2.2.0",
"@tauri-apps/plugin-store": "2.2.0",
"@tauri-apps/plugin-window-state": "2.2.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"postcss": "^8.4.47",
Expand All @@ -32,6 +32,6 @@
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"@tauri-apps/cli": "2.0.2"
"@tauri-apps/cli": "^2.1.0"
}
}
Loading

0 comments on commit 8eb4092

Please sign in to comment.