Merge pull request 'fix: align Tauri npm packages with Rust crate versions' (#68) from fix/tauri-version-mismatch into master
All checks were successful
Auto Tag / autotag (push) Successful in 6s
Auto Tag / wiki-sync (push) Successful in 6s
Test / rust-fmt-check (push) Successful in 1m22s
Auto Tag / changelog (push) Successful in 1m22s
Test / frontend-typecheck (push) Successful in 1m28s
Test / frontend-tests (push) Successful in 1m34s
Test / rust-clippy (push) Successful in 4m0s
Test / rust-tests (push) Successful in 6m30s
Auto Tag / build-linux-amd64 (push) Successful in 9m1s
Auto Tag / build-windows-amd64 (push) Successful in 11m18s
Auto Tag / build-linux-arm64 (push) Successful in 11m40s
Auto Tag / build-macos-arm64 (push) Successful in 5m22s

Reviewed-on: #68
This commit is contained in:
sarman 2026-06-05 18:38:30 +00:00
commit 864e2da492
2 changed files with 734 additions and 149 deletions

825
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,46 +15,46 @@
"test:e2e": "wdio run tests/e2e/wdio.conf.ts" "test:e2e": "wdio run tests/e2e/wdio.conf.ts"
}, },
"dependencies": { "dependencies": {
"@tauri-apps/api": "^2", "@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-dialog": "^2", "@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-fs": "^2", "@tauri-apps/plugin-fs": "^2.5.1",
"@tauri-apps/plugin-stronghold": "^2", "@tauri-apps/plugin-stronghold": "^2.3.1",
"class-variance-authority": "^0.7", "class-variance-authority": "^0.7.1",
"clsx": "^2", "clsx": "^2.1.1",
"lucide-react": "latest", "lucide-react": "^0.577.0",
"react": "^18", "react": "^18.3.1",
"react-diff-viewer-continued": "^3", "react-diff-viewer-continued": "^3.4.0",
"react-dom": "^18", "react-dom": "^18.3.1",
"react-markdown": "^9", "react-markdown": "^9.1.0",
"react-router-dom": "^6", "react-router-dom": "^6.30.3",
"remark-gfm": "^4", "remark-gfm": "^4.0.1",
"tailwindcss": "^3", "tailwindcss": "^3.4.19",
"zustand": "^4" "zustand": "^4.5.7"
}, },
"devDependencies": { "devDependencies": {
"@tauri-apps/cli": "^2", "@tauri-apps/cli": "^2.11.0",
"@testing-library/dom": "^10.4.1", "@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1", "@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16", "@testing-library/react": "^16",
"@testing-library/user-event": "^14", "@testing-library/user-event": "^14",
"@types/react": "^18", "@types/react": "^18.3.28",
"@types/react-dom": "^18", "@types/react-dom": "^18.3.7",
"@types/testing-library__react": "^10", "@types/testing-library__react": "^10",
"@typescript-eslint/eslint-plugin": "^8.58.1", "@typescript-eslint/eslint-plugin": "^8.58.1",
"@typescript-eslint/parser": "^8.58.1", "@typescript-eslint/parser": "^8.58.1",
"@vitejs/plugin-react": "^4", "@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^2", "@vitest/coverage-v8": "^2.1.9",
"@wdio/cli": "^9", "@wdio/cli": "^9.25.0",
"@wdio/mocha-framework": "^9", "@wdio/mocha-framework": "^9.25.0",
"autoprefixer": "^10", "autoprefixer": "^10.4.27",
"eslint": "^9.39.4", "eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5", "eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-hooks": "^7.0.1",
"jsdom": "^26", "jsdom": "^26.1.0",
"postcss": "^8", "postcss": "^8.5.8",
"typescript": "^5", "typescript": "^5.9.3",
"vite": "^6", "vite": "^6.4.1",
"vitest": "^2", "vitest": "^2.1.9",
"webdriverio": "^9" "webdriverio": "^9.25.0"
} }
} }