Skip to content

Commit

Permalink
fixing build and fixing local (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
feydan authored Jun 11, 2023
1 parent 7b49297 commit 5287bb2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"rxjs": "^7.5.7",
"ts-exif-parser": "^0.2.2",
"vite-plugin-pages": "^0.25.0",
"vite-plugin-vuetify": "^1.0.0-alpha.13",
"vite-plugin-vuetify": "^1.0.2",
"vue": "^3.2.37",
"vue-clipboard3": "^2.0.0",
"vue-inner-image-zoom": "^2.0.0",
Expand Down
18 changes: 13 additions & 5 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1942,6 +1942,14 @@
find-cache-dir "^3.3.2"
upath "^2.0.1"

"@vuetify/loader-shared@^1.7.1":
version "1.7.1"
resolved "https://registry.yarnpkg.com/@vuetify/loader-shared/-/loader-shared-1.7.1.tgz#0f63a3d41b6df29a2db1ff438aa1819b237c37a3"
integrity sha512-kLUvuAed6RCvkeeTNJzuy14pqnkur8lTuner7v7pNE/kVhPR97TuyXwBSBMR1cJeiLiOfu6SF5XlCYbXByEx1g==
dependencies:
find-cache-dir "^3.3.2"
upath "^2.0.1"

"@webassemblyjs/[email protected]":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
Expand Down Expand Up @@ -6834,12 +6842,12 @@ vite-plugin-pages@^0.25.0:
picocolors "^1.0.0"
yaml "^2.1.1"

vite-plugin-vuetify@^1.0.0-alpha.13:
version "1.0.0-alpha.14"
resolved "https://registry.yarnpkg.com/vite-plugin-vuetify/-/vite-plugin-vuetify-1.0.0-alpha.14.tgz#5dc71f23daa3f84b7ea48f37d67e16a1f1f3e6f3"
integrity sha512-hYcxkj5iq9Ecgeddklowf6tvhik9TsVofvR3PisWZJT/eSSL36BUCFulg1vo2DQHJGC/SEaLOWzgRwDbkmwRyA==
vite-plugin-vuetify@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/vite-plugin-vuetify/-/vite-plugin-vuetify-1.0.2.tgz#d1777c63aa1b3a308756461b3d0299fd101ee8f4"
integrity sha512-MubIcKD33O8wtgQXlbEXE7ccTEpHZ8nPpe77y9Wy3my2MWw/PgehP9VqTp92BLqr0R1dSL970Lynvisx3UxBFw==
dependencies:
"@vuetify/loader-shared" "^1.5.1"
"@vuetify/loader-shared" "^1.7.1"
debug "^4.3.3"
upath "^2.0.1"

Expand Down
2 changes: 1 addition & 1 deletion localdev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 node:14.18-buster
FROM --platform=linux/amd64 node:16.16-buster

# Set this to whatever your local user id is
ENV USER_ID=1000
Expand Down

0 comments on commit 5287bb2

Please sign in to comment.