Skip to content

Commit

Permalink
update deps (#86)
Browse files Browse the repository at this point in the history
* update deps

Signed-off-by: Mirko Mollik <[email protected]>

* remove patch file

Signed-off-by: Mirko Mollik <[email protected]>

* remove patch file

Signed-off-by: Mirko Mollik <[email protected]>

---------

Signed-off-by: Mirko Mollik <[email protected]>
  • Loading branch information
cre8 committed Jul 15, 2024
1 parent 6c492af commit 514361f
Show file tree
Hide file tree
Showing 4 changed files with 936 additions and 778 deletions.
3 changes: 1 addition & 2 deletions apps/issuer-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"pnpm": {
"patchedDependencies": {
"@sphereon/[email protected]": "patches/@[email protected]",
"@sphereon/[email protected]": "patches/@[email protected]",
"@sphereon/[email protected]": "patches/@[email protected]"
"@sphereon/[email protected]": "patches/@[email protected]"
}
}
}
39 changes: 19 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.8",
"@nx-tools/nx-container": "^6.0.0",
"@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",
"@nx/angular": "19.4.3",
"@nx/devkit": "19.4.3",
"@nx/eslint": "19.4.3",
"@nx/eslint-plugin": "19.4.3",
"@nx/jest": "19.4.3",
"@nx/js": "19.4.3",
"@nx/nest": "19.4.3",
"@nx/node": "19.4.3",
"@nx/playwright": "19.4.3",
"@nx/vite": "19.4.3",
"@nx/web": "19.4.3",
"@nx/webpack": "19.4.3",
"@nx/workspace": "19.4.3",
"@playwright/test": "^1.44.0",
"@schematics/angular": "18.0.1",
"@sentry/cli": "^2.32.1",
Expand Down Expand Up @@ -72,7 +72,7 @@
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-preset-angular": "14.1.0",
"nx": "19.3.2",
"nx": "19.4.3",
"prettier": "^2.8.8",
"supertest": "^7.0.0",
"testcontainers": "^10.9.0",
Expand Down Expand Up @@ -112,10 +112,10 @@
"@simplewebauthn/browser": "^10.0.0",
"@simplewebauthn/server": "^10.0.0",
"@sphereon/did-auth-siop": "^0.6.4",
"@sphereon/oid4vci-client": "^0.12.0",
"@sphereon/oid4vci-common": "^0.12.0",
"@sphereon/oid4vci-issuer": "^0.12.0",
"@sphereon/oid4vci-issuer-server": "^0.12.0",
"@sphereon/oid4vci-client": "^0.14.0",
"@sphereon/oid4vci-common": "^0.14.0",
"@sphereon/oid4vci-issuer": "^0.14.0",
"@sphereon/oid4vci-issuer-server": "^0.14.0",
"@sphereon/pex": "^3.3.3",
"@sphereon/pex-models": "^2.2.4",
"@sphereon/ssi-express-support": "^0.26.0",
Expand Down Expand Up @@ -146,8 +146,7 @@
"pnpm": {
"patchedDependencies": {
"@sphereon/[email protected]": "patches/@[email protected]",
"@sphereon/[email protected]": "patches/@[email protected]",
"@sphereon/[email protected]": "patches/@[email protected]"
"@sphereon/[email protected]": "patches/@[email protected]"
}
}
}
36 changes: 0 additions & 36 deletions patches/@[email protected]

This file was deleted.

Loading

0 comments on commit 514361f

Please sign in to comment.