Skip to content

Commit

Permalink
chore(upgrades): go, node, yarn (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanistan committed Aug 2, 2023
1 parent 2d4f276 commit cf8b529
Show file tree
Hide file tree
Showing 14 changed files with 1,111 additions and 236 deletions.
449 changes: 225 additions & 224 deletions frontend/.yarn/releases/yarn-3.5.1.cjs → .hermit/node/yarn/3.6.1/yarn.js
100755 → 100644

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:19.6-alpine as frontend
FROM node:20.1-alpine as frontend
RUN corepack enable

WORKDIR /app
Expand All @@ -11,7 +11,7 @@ ARG VERSION_SHA
RUN echo "{ \"rev\": \"$VERSION_SHA\" }" > /app/version.json
RUN yarn run generate

FROM golang:1.20-alpine as server
FROM golang:1.20.7-alpine as server
WORKDIR /app
COPY server/go.mod server/go.sum ./
RUN go mod download
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/corepack
2 changes: 1 addition & 1 deletion bin/go
2 changes: 1 addition & 1 deletion bin/gofmt
2 changes: 1 addition & 1 deletion bin/node
2 changes: 1 addition & 1 deletion bin/npm
2 changes: 1 addition & 1 deletion bin/npx
874 changes: 874 additions & 0 deletions frontend/.yarn/releases/yarn-3.6.1.cjs

Large diffs are not rendered by default.

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

yarnPath: .yarn/releases/yarn-3.5.1.cjs
yarnPath: .yarn/releases/yarn-3.6.1.cjs
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"sass": "^1.63.6",
"showdown": "^2.1.0"
},
"packageManager": "yarn@3.5.1"
"packageManager": "yarn@3.6.1"
}
4 changes: 2 additions & 2 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8523,11 +8523,11 @@ __metadata:

"typescript@patch:typescript@^5.1.6#~builtin<compat/typescript>":
version: 5.1.6
resolution: "typescript@patch:typescript@npm%3A5.1.6#~builtin<compat/typescript>::version=5.1.6&hash=77c9e2"
resolution: "typescript@patch:typescript@npm%3A5.1.6#~builtin<compat/typescript>::version=5.1.6&hash=5da071"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 21e88b0a0c0226f9cb9fd25b9626fb05b4c0f3fddac521844a13e1f30beb8f14e90bd409a9ac43c812c5946d714d6e0dee12d5d02dfc1c562c5aacfa1f49b606
checksum: f53bfe97f7c8b2b6d23cf572750d4e7d1e0c5fff1c36d859d0ec84556a827b8785077bc27676bf7e71fae538e517c3ecc0f37e7f593be913d884805d931bc8be
languageName: node
linkType: hard

Expand Down

0 comments on commit cf8b529

Please sign in to comment.