Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix: update packages (#72)
Browse files Browse the repository at this point in the history
* fix: update packages

Signed-off-by: Mirko Mollik <mirko.mollik@fit.fraunhofer.de>

* fix: add patch files

Signed-off-by: Mirko Mollik <mirko.mollik@fit.fraunhofer.de>

---------

Signed-off-by: Mirko Mollik <mirko.mollik@fit.fraunhofer.de>
  • Loading branch information
cre8 authored Jun 27, 2024
1 parent 3c75342 commit f2f8821
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 213 deletions.
3 changes: 0 additions & 3 deletions apps/issuer-backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ COPY --from=deps /home/node/app/node_modules ./node_modules
COPY --from=deps /home/node/app/package.json ./package.json
COPY --chown=node:node ${FOLDER} .

# install curl
RUN apk add --no-cache curl

# create a folder for persisting data that can be mounted as a volume
RUN mkdir -p ./data && chown -R node:node ./data

Expand Down
8 changes: 6 additions & 2 deletions apps/issuer-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"dependencies": {
"sqlite3": "^5.1.7",
"@sphereon/pex": "^3.3.3"
"@sphereon/pex": "^3.3.3",
"@sphereon/oid4vci-issuer": "^0.12.0",
"@sphereon/ssi-express-support": "0.26.0"
},
"pnpm": {
"patchedDependencies": {
"@sphereon/pex@3.3.3": "patches/@sphereon__pex@3.3.3.patch"
"@sphereon/pex@3.3.3": "patches/@sphereon__pex@3.3.3.patch",
"@sphereon/ssi-express-support@0.26.0": "patches/@sphereon__ssi-express-support@0.26.0.patch",
"@sphereon/oid4vci-issuer@0.12.0": "patches/@sphereon__oid4vci-issuer@0.12.0.patch"
}
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.8",
"@nx-tools/nx-container": "^6.0.0",
"@nx/angular": "19.3.1",
"@nx/devkit": "19.3.1",
"@nx/eslint": "19.3.1",
"@nx/eslint-plugin": "19.3.1",
"@nx/jest": "19.3.1",
"@nx/js": "19.3.1",
"@nx/nest": "19.3.1",
"@nx/node": "19.3.1",
"@nx/playwright": "19.3.1",
"@nx/vite": "19.3.1",
"@nx/web": "19.3.1",
"@nx/webpack": "19.3.1",
"@nx/workspace": "19.3.1",
"@nx/angular": "19.3.2",
"@nx/devkit": "19.3.2",
"@nx/eslint": "19.3.2",
"@nx/eslint-plugin": "19.3.2",
"@nx/jest": "19.3.2",
"@nx/js": "19.3.2",
"@nx/nest": "19.3.2",
"@nx/node": "19.3.2",
"@nx/playwright": "19.3.2",
"@nx/vite": "19.3.2",
"@nx/web": "19.3.2",
"@nx/webpack": "19.3.2",
"@nx/workspace": "19.3.2",
"@playwright/test": "^1.44.0",
"@schematics/angular": "18.0.1",
"@simplewebauthn/types": "^10.0.0",
Expand All @@ -64,7 +64,7 @@
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-preset-angular": "14.1.0",
"nx": "19.3.1",
"nx": "19.3.2",
"prettier": "^2.8.8",
"supertest": "^7.0.0",
"ts-jest": "^29.1.2",
Expand Down
Loading

0 comments on commit f2f8821

Please sign in to comment.