Skip to content

Commit

Permalink
build: Bump mtcute to rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
otomir23 committed Dec 15, 2024
1 parent 1066964 commit 0516d8e
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 89 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app

# Install dependencies
RUN apk add --no-cache python3 alpine-sdk
COPY package.json pnpm-lock.yaml* .npmrc ./
COPY package.json pnpm-lock.yaml* ./
RUN pnpm fetch


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"dependencies": {
"@fluent/bundle": "^0.18.0",
"@fluent/langneg": "^0.7.0",
"@mtcute/crypto-node": "0.18.0-rc.3",
"@mtcute/dispatcher": "0.18.0-rc.3",
"@mtcute/node": "0.18.0-rc.3",
"@mtcute/crypto-node": "0.18.0-rc.5",
"@mtcute/dispatcher": "0.18.0-rc.5",
"@mtcute/node": "0.18.0-rc.5",
"@t3-oss/env-core": "^0.7.1",
"better-sqlite3": "^11.5.0",
"dotenv": "^16.3.1",
Expand Down
163 changes: 79 additions & 84 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0516d8e

Please sign in to comment.