Skip to content

Commit

Permalink
Node modules setup fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
DIDIRUS4 committed Apr 10, 2024
1 parent 8a811ba commit 0d2546d
Show file tree
Hide file tree
Showing 4 changed files with 436 additions and 118 deletions.
15 changes: 2 additions & 13 deletions Cargo.lock

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

8 changes: 5 additions & 3 deletions theseus_gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,19 @@
"fix": "eslint --fix --ext .js,.vue,.ts,.jsx,.tsx,.html,.vue . && prettier --write ."
},
"dependencies": {
"@tauri-apps/api": "^1.3.0",
"@tauri-apps/api": "^1.5.3",
"@vintl/vintl": "^4.4.1",
"dayjs": "^1.11.10",
"floating-vue": "^5.2.2",
"mixpanel-browser": "^2.49.0",
"ofetch": "^1.3.4",
"omorphia": "^0.4.41",
"omorphia": "^0.7.3",
"pinia": "^2.1.7",
"qrcode.vue": "^3.4.1",
"tauri-plugin-window-state-api": "github:tauri-apps/tauri-plugin-window-state#v1",
"vite-svg-loader": "^5.1.0",
"vue": "^3.4.21",
"vue-i18n": "^9.11.1",
"vue-multiselect": "3.0.0-beta.3",
"vue-router": "4.3.0",
"vue-virtual-scroller": "2.0.0-beta.8"
Expand All @@ -36,7 +38,7 @@
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.24.0",
"eslint-plugin-vue": "^9.24.1",
"prettier": "^3.2.5",
"sass": "^1.74.1",
"vite": "^5.2.8",
Expand Down
Loading

0 comments on commit 0d2546d

Please sign in to comment.