Skip to content

Commit

Permalink
Update import path for "invoke" (#157)
Browse files Browse the repository at this point in the history
* Update import path

* update deps

* fix
  • Loading branch information
maxduke authored Oct 22, 2023
1 parent 2670558 commit ca765f7
Show file tree
Hide file tree
Showing 6 changed files with 253 additions and 241 deletions.
12 changes: 6 additions & 6 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@tauri-apps/plugin-shell": "latest",
"ahooks": "^3.7.8",
"axios": "^1.5.1",
"chakra-react-select": "^4.7.4",
"chakra-react-select": "^4.7.5",
"epubjs": "^0.3.93",
"filesize": "^10.1.0",
"framer-motion": "^10.16.4",
Expand All @@ -48,14 +48,14 @@
"devDependencies": {
"@babel/core": "^7.23.2",
"@darkobits/vite-plugin-favicons": "^0.3.0",
"@types/lodash": "^4.14.199",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.7",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"prettier": "^2.8.8",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vite-plugin-pwa": "^0.14.7",
"vite-plugin-top-level-await": "^1.3.1"
},
Expand Down
Loading

0 comments on commit ca765f7

Please sign in to comment.