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
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:
commit
864e2da492
825
package-lock.json
generated
825
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
58
package.json
58
package.json
@ -15,46 +15,46 @@
|
||||
"test:e2e": "wdio run tests/e2e/wdio.conf.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "^2",
|
||||
"@tauri-apps/plugin-dialog": "^2",
|
||||
"@tauri-apps/plugin-fs": "^2",
|
||||
"@tauri-apps/plugin-stronghold": "^2",
|
||||
"class-variance-authority": "^0.7",
|
||||
"clsx": "^2",
|
||||
"lucide-react": "latest",
|
||||
"react": "^18",
|
||||
"react-diff-viewer-continued": "^3",
|
||||
"react-dom": "^18",
|
||||
"react-markdown": "^9",
|
||||
"react-router-dom": "^6",
|
||||
"remark-gfm": "^4",
|
||||
"tailwindcss": "^3",
|
||||
"zustand": "^4"
|
||||
"@tauri-apps/api": "^2.11.0",
|
||||
"@tauri-apps/plugin-dialog": "^2.7.1",
|
||||
"@tauri-apps/plugin-fs": "^2.5.1",
|
||||
"@tauri-apps/plugin-stronghold": "^2.3.1",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"lucide-react": "^0.577.0",
|
||||
"react": "^18.3.1",
|
||||
"react-diff-viewer-continued": "^3.4.0",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-markdown": "^9.1.0",
|
||||
"react-router-dom": "^6.30.3",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"tailwindcss": "^3.4.19",
|
||||
"zustand": "^4.5.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tauri-apps/cli": "^2",
|
||||
"@tauri-apps/cli": "^2.11.0",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16",
|
||||
"@testing-library/user-event": "^14",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"@types/react": "^18.3.28",
|
||||
"@types/react-dom": "^18.3.7",
|
||||
"@types/testing-library__react": "^10",
|
||||
"@typescript-eslint/eslint-plugin": "^8.58.1",
|
||||
"@typescript-eslint/parser": "^8.58.1",
|
||||
"@vitejs/plugin-react": "^4",
|
||||
"@vitest/coverage-v8": "^2",
|
||||
"@wdio/cli": "^9",
|
||||
"@wdio/mocha-framework": "^9",
|
||||
"autoprefixer": "^10",
|
||||
"@vitejs/plugin-react": "^4.7.0",
|
||||
"@vitest/coverage-v8": "^2.1.9",
|
||||
"@wdio/cli": "^9.25.0",
|
||||
"@wdio/mocha-framework": "^9.25.0",
|
||||
"autoprefixer": "^10.4.27",
|
||||
"eslint": "^9.39.4",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"jsdom": "^26",
|
||||
"postcss": "^8",
|
||||
"typescript": "^5",
|
||||
"vite": "^6",
|
||||
"vitest": "^2",
|
||||
"webdriverio": "^9"
|
||||
"jsdom": "^26.1.0",
|
||||
"postcss": "^8.5.8",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^6.4.1",
|
||||
"vitest": "^2.1.9",
|
||||
"webdriverio": "^9.25.0"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user