Skip to content

Commit

Permalink
Tauri upgraded to v2-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
gagarin55 committed Sep 7, 2024
1 parent 49362f5 commit aaac407
Show file tree
Hide file tree
Showing 8 changed files with 1,410 additions and 1,464 deletions.
129 changes: 76 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@storybook/react": "^7.5.3",
"@storybook/react-webpack5": "^7.5.3",
"@storybook/testing-library": "^0.2.2",
"@tauri-apps/cli": "^2.0.0-alpha.17",
"@tauri-apps/cli": "^2.0.0-rc.12",
"@testing-library/react": "^10.0.4",
"@types/babel__preset-env": "^7",
"@types/eslint": "^8",
Expand Down Expand Up @@ -95,7 +95,7 @@
"@reduxjs/toolkit": "^1.9.7",
"@scure/bip32": "^1.3.2",
"@scure/bip39": "^1.2.1",
"@tauri-apps/api": "^2.0.0-alpha.13",
"@tauri-apps/api": "^2.0.0-rc.4",
"@tauri-apps/plugin-http": "^2.0.0-alpha.6",
"@tauri-apps/plugin-store": "^2.0.0-alpha.5",
"@types/react-redux": "^7.1.9",
Expand Down
4 changes: 4 additions & 0 deletions src-tauri/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Generated by Cargo
# will have compiled files and executables
/target/

# Generated by Tauri
# will have schema files for capabilities auto-completion
/gen/schemas
Loading

0 comments on commit aaac407

Please sign in to comment.