Skip to content

Commit

Permalink
fix: update oid4vc libs (openwallet-foundation-labs#69)
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <[email protected]>
  • Loading branch information
cre8 authored Jun 21, 2024
1 parent 579c8ee commit 8ad6ed0
Show file tree
Hide file tree
Showing 5 changed files with 1,035 additions and 618 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ testem.log
Thumbs.db

.nx/cache
.nx/workspace-data
.angular
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
/coverage
/.nx/cache
.angular

/.nx/workspace-data
2 changes: 1 addition & 1 deletion apps/holder-app/src/assets/config/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"backendUrl": "http://localhost:3000",
"oidcUrl": "http://host.docker.internal:8080/realms/wallet",
"oidcUrl": "http://localhost:8080/realms/wallet",
"oidcClient": "wallet",
"oidcAllowHttp": true
}
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,33 @@
"@angular-devkit/build-angular": "18.0.1",
"@angular-devkit/core": "18.0.1",
"@angular-devkit/schematics": "18.0.1",
"@angular-eslint/eslint-plugin": "~17.3.0",
"@angular-eslint/eslint-plugin-template": "~17.3.0",
"@angular-eslint/template-parser": "~17.3.0",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/cli": "~18.0.0",
"@angular/compiler-cli": "18.0.0",
"@angular/language-service": "18.0.0",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.8",
"@nx-tools/nx-container": "^6.0.0",
"@nx/angular": "19.1.0",
"@nx/devkit": "19.1.0",
"@nx/eslint": "19.1.0",
"@nx/eslint-plugin": "19.1.0",
"@nx/jest": "19.1.0",
"@nx/js": "19.1.0",
"@nx/nest": "19.1.0",
"@nx/node": "19.1.0",
"@nx/playwright": "19.1.0",
"@nx/vite": "19.1.0",
"@nx/web": "19.1.0",
"@nx/webpack": "19.1.0",
"@nx/workspace": "19.1.0",
"@nx/angular": "19.3.0",
"@nx/devkit": "19.3.0",
"@nx/eslint": "19.3.0",
"@nx/eslint-plugin": "19.3.0",
"@nx/jest": "19.3.0",
"@nx/js": "19.3.0",
"@nx/nest": "19.3.0",
"@nx/node": "19.3.0",
"@nx/playwright": "19.3.0",
"@nx/vite": "19.3.0",
"@nx/web": "19.3.0",
"@nx/webpack": "19.3.0",
"@nx/workspace": "19.3.0",
"@playwright/test": "^1.44.0",
"@schematics/angular": "18.0.1",
"@swc-node/register": "~1.8.0",
"@swc/core": "~1.3.107",
"@swc/helpers": "~0.5.11",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.11",
"@types/chrome": "^0.0.268",
"@types/jest": "^29.5.12",
"@types/node": "~18.16.20",
Expand All @@ -53,6 +53,7 @@
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/utils": "^8.0.0-alpha.28",
"@vitest/ui": "^1.6.0",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -61,7 +62,7 @@
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-preset-angular": "14.1.0",
"nx": "19.1.0",
"nx": "19.3.0",
"prettier": "^2.8.8",
"supertest": "^7.0.0",
"ts-jest": "^29.1.2",
Expand Down
Loading

0 comments on commit 8ad6ed0

Please sign in to comment.