Skip to content

Commit

Permalink
Merge pull request #1399 from sundowndev/fix/docker-build
Browse files Browse the repository at this point in the history
Fix Docker build
  • Loading branch information
sundowndev authored Feb 21, 2024
2 parents 72e43a7 + 9d6020a commit 5f6156f
Show file tree
Hide file tree
Showing 6 changed files with 809 additions and 776 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.3.1-alpine AS client_builder
FROM node:20.9.0-alpine AS client_builder

WORKDIR /app

Expand Down
768 changes: 0 additions & 768 deletions web/client/.yarn/releases/yarn-3.1.0.cjs

This file was deleted.

801 changes: 801 additions & 0 deletions web/client/.yarn/releases/yarn-3.2.4.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/client/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.1.0.cjs
yarnPath: .yarn/releases/yarn-3.2.4.cjs
2 changes: 1 addition & 1 deletion web/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@
"> 1%",
"last 2 versions"
],
"packageManager": "yarn@3.1.0"
"packageManager": "yarn@3.2.4"
}
10 changes: 5 additions & 5 deletions web/client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 5
version: 6
cacheKey: 8

"@aashutoshrathi/word-wrap@npm:^1.2.3":
Expand Down Expand Up @@ -4736,12 +4736,12 @@ __metadata:
linkType: hard

This comment has been minimized.

Copy link
@nanosodo

nanosodo Mar 27, 2024

print("loop")
dec"loop"

"deasync@npm:^0.1.15":
version: 0.1.28
resolution: "deasync@npm:0.1.28"
version: 0.1.29
resolution: "deasync@npm:0.1.29"
dependencies:
bindings: ^1.5.0
node-addon-api: ^1.7.1
checksum: e0c1ef427875c897e0d903a08410df1d0a3dfd0d2a0a1e43fb6c2824dfbc504b810bd08a0d30653117259316e1aa65409c96dbed40101c934f75bac7499e1265
checksum: 60a23d893153832cd2e2da7afcdb7e21afdd63b0450f67466aefd387e8ca49b649484527ce7bd9e6282a1ea27be9db45a83e6a6cf8ddedd71c51aaf8c10cc323
languageName: node
linkType: hard

Expand Down Expand Up @@ -12288,7 +12288,7 @@ __metadata:

This comment has been minimized.

Copy link
@Zamir0701

Zamir0701 Apr 30, 2024

Hack iPhone

This comment has been minimized.

Copy link
@nanosodo

nanosodo via email Apr 30, 2024

"typescript@patch:typescript@4.9.5#~builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=ddd1e8"
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=701156"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Expand Down

0 comments on commit 5f6156f

Please sign in to comment.