Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL application="airseeker" description="Airseeker container"
WORKDIR /app

# Install pnpm globally (needs root privileges).
RUN npm install -g pnpm@9
RUN npm install -g pnpm@10

# Copy just the "pnpm-lock.yaml" file and use "pnpm fetch" to download all dependencies just from the lockfile. This
# command is specifically designed to improve building a docker image because it only installs the dependencies if the
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"src"
],
"main": "./dist/src/npm-exports.js",
"packageManager": "pnpm@9.15.9",
"packageManager": "pnpm@10.26.2",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,9 +40,9 @@
"@api3/contracts": "34.0.0",
"@api3/eslint-plugin-commons": "^3.1.1",
"@api3/promise-utils": "^0.4.0",
"dotenv": "^17.3.1",
"dotenv": "^17.2.4",
"ethers": "^6.16.0",
"immer": "^11.1.4",
"immer": "^11.1.3",
"keycard-manager": "^0.9.7",
"lodash": "^4.17.23",
"workerpool": "^9.3.4",
Expand All @@ -56,20 +56,20 @@
"@total-typescript/ts-reset": "^0.6.1",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.23",
"@types/node": "^24.10.13",
"@types/node": "^24.10.11",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^28.14.0",
"hardhat": "^2.28.6",
"hardhat": "^2.28.4",
"hardhat-deploy": "^0.14.1",
"husky": "^9.1.7",
"is-wsl": "^2.2.0",
"jest": "^29.7.0",
"nodemon": "^3.1.14",
"nodemon": "^3.1.11",
"prettier": "^3.8.1",
"rimraf": "^6.1.3",
"rimraf": "^6.1.2",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
Expand Down
Loading