Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 25, 2023
1 parent 6d6537b commit 2ef95ae
Show file tree
Hide file tree
Showing 7 changed files with 512 additions and 496 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: git fetch --prune --unshallow
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16'
- name: cache node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16'
- name: cache node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16'
- name: cache node_modules
Expand Down
2 changes: 1 addition & 1 deletion packages/snage/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.6.0-alpine
FROM node:21.1.0-alpine
RUN apk add --no-cache git
WORKDIR /snage
COPY build/npm/snage.js /snage
Expand Down
2 changes: 1 addition & 1 deletion packages/snage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"fp-ts": "2.16.1",
"io-ts": "2.2.20",
"parsimmon": "1.18.1",
"prom-client": "14.2.0",
"prom-client": "15.0.0",
"semver": "7.5.4",
"string-similarity": "4.0.4",
"winston": "3.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"github-markdown-css": "5.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "8.0.7",
"react-markdown": "9.0.0",
"react-scripts": "5.0.1",
"react-syntax-highlighter": "15.5.0",
"react-virtualized": "9.22.5",
"remark-gfm": "3.0.1",
"remark-gfm": "4.0.0",
"typescript": "5.2.2",
"use-debounce": "9.0.4"
},
Expand Down
994 changes: 505 additions & 489 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 2ef95ae

Please sign in to comment.