Skip to content
Open
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
37,384 changes: 14,930 additions & 22,454 deletions examples/angular-example/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/angular-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@angular-builders/custom-webpack": "^19.0.1",
"@angular-devkit/build-angular": "^19.2.13",
"@angular-devkit/build-angular": "^19.2.15",
"@angular/cli": "^19.2.13",
"@angular/compiler-cli": "^19.2.0",
"@types/jasmine": "~5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nodejs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@docknetwork/wallet-sdk-data-store-web": "0.4.22",
"@docknetwork/wallet-sdk-dids": "^0.4.22",
"@docknetwork/wallet-sdk-wasm": "0.4.22",
"axios": "^1.7.7",
"axios": "^1.8.2",
"sqlite3": "^5.1.7",
"typeorm": "^0.3.20"
},
Expand Down
170 changes: 92 additions & 78 deletions examples/nodejs-example/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/web-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@testing-library/user-event": "^13.5.0",
"assert": "npm:[email protected]",
"assert-browserify": "2.0.0",
"axios": "^1.7.7",
"axios": "^1.11.0",
"crypto-browserify": "3.12.0",
"fs": "npm:null",
"node-polyfill-webpack-plugin": "^2.0.1",
Expand Down
193 changes: 147 additions & 46 deletions examples/web-example/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/webview-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@testing-library/user-event": "^13.5.0",
"assert": "npm:[email protected]",
"assert-browserify": "2.0.0",
"axios": "^1.7.7",
"axios": "^1.11.0",
"crypto-browserify": "3.12.0",
"fs": "npm:null",
"node-polyfill-webpack-plugin": "^2.0.1",
Expand Down
187 changes: 144 additions & 43 deletions examples/webview-server/yarn.lock

Large diffs are not rendered by default.

Loading
Loading