Skip to content

Commit

Permalink
update tauri and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
CheatCod committed Jun 25, 2023
1 parent 8d31ecd commit b346a07
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 49 deletions.
105 changes: 61 additions & 44 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 @@ -25,7 +25,7 @@
"@next/font": "^13.2.1",
"@tanstack/react-query": "^4.13.5",
"@tanstack/react-virtual": "^3.0.0-beta.32",
"@tauri-apps/api": "^1.2.0",
"@tauri-apps/api": "^1.4.0",
"axios": "^0.27.2",
"babel-plugin-macros": "^3.1.0",
"boring-avatars": "^1.7.0",
Expand Down Expand Up @@ -74,7 +74,7 @@
"@storybook/testing-library": "^0.0.13",
"@svgr/webpack": "^6.5.1",
"@tailwindcss/container-queries": "^0.1.0",
"@tauri-apps/cli": "^1.2.2",
"@tauri-apps/cli": "^1.4.0",
"@types/jsonwebtoken": "^8.5.9",
"@types/node": "18.7.3",
"@types/react": "18.0.17",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"package": {
"productName": "Lodestone",
"version": "0.5.0-beta.1"
"version": "0.5.0-1"
},
"tauri": {
"allowlist": {
Expand Down
1 change: 0 additions & 1 deletion src/components/Table.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { r } from '@tauri-apps/api/clipboard-2fa91cee';
import ButtonMenu from './ButtonMenu';
import { ButtonMenuConfig } from './ButtonMenu';

Expand Down
1 change: 0 additions & 1 deletion src/pages/settings/UserSettings.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Dialog, Switch, Transition } from '@headlessui/react';
import { useQueryClient } from '@tanstack/react-query';
import { j } from '@tauri-apps/api/event-2a9960e7';
import { PublicUser } from 'bindings/PublicUser';
import { UserPermission } from 'bindings/UserPermission';
import clsx from 'clsx';
Expand Down

0 comments on commit b346a07

Please sign in to comment.