Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Jul 17, 2024
1 parent 540172e commit 54998a5
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 299 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18 AS builder
FROM node:20 AS builder

WORKDIR /src

Expand All @@ -10,7 +10,7 @@ RUN yarn install
COPY . .
RUN yarn build

FROM node:18
FROM node:20

WORKDIR /app

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@polkadot/api": "^10.12.2",
"express": "^4.18.3",
"prom-client": "^15.1.0",
"typescript": "^5.4.2"
"@polkadot/api": "^12.2.1",
"express": "^4.19.2",
"prom-client": "^15.1.3",
"typescript": "^5.5.3"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^18.19.23",
"@types/node": "^20.14.11",
"ts-node": "^10.9.2"
}
}
Loading

0 comments on commit 54998a5

Please sign in to comment.