Skip to content

Commit

Permalink
Update the packages (#7)
Browse files Browse the repository at this point in the history
* Add .yarnrc.yml

* Update packages
  • Loading branch information
MOZGIII authored Nov 27, 2023
1 parent f697443 commit 6b81884
Show file tree
Hide file tree
Showing 4 changed files with 1,494 additions and 1,265 deletions.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16 AS builder
FROM node:18 AS builder

WORKDIR /src

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

FROM node:16
FROM node:18

WORKDIR /app

Expand Down
14 changes: 7 additions & 7 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": "^8.9.1",
"express": "^4.18.1",
"prom-client": "^14.0.1",
"typescript": "^4.7.4"
"@polkadot/api": "^10.11.1",
"express": "^4.18.2",
"prom-client": "^15.0.0",
"typescript": "^5.3.2"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^18.0.0",
"ts-node": "^10.8.1"
"@types/express": "^4.17.21",
"@types/node": "^18.18.13",
"ts-node": "^10.9.1"
}
}
Loading

0 comments on commit 6b81884

Please sign in to comment.