Skip to content

Commit

Permalink
fix: update affinidi-tdk at template dir
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-affinidi committed Sep 27, 2024
1 parent 6bbfeba commit f71938b
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 33 deletions.
12 changes: 6 additions & 6 deletions generator/nextjs/template/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions generator/nextjs/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"lint": "next lint"
},
"dependencies": {
"@affinidi-tdk/auth-provider": "^1.23.1",
"@affinidi-tdk/common": "^1.15.1",
"@affinidi-tdk/credential-issuance-client": "^1.23.1",
"@affinidi-tdk/iota-browser": "^1.13.1",
"@affinidi-tdk/iota-client": "^1.19.1",
"@affinidi-tdk/iota-core": "^1.14.1",
"@affinidi-tdk/auth-provider": "^1.29.0",
"@affinidi-tdk/common": "^1.21.0",
"@affinidi-tdk/credential-issuance-client": "^1.29.0",
"@affinidi-tdk/iota-browser": "^1.19.0",
"@affinidi-tdk/iota-client": "^1.25.0",
"@affinidi-tdk/iota-core": "^1.20.0",
"@tanstack/react-query": "^5.49.2",
"next": "^14.2.13",
"next-auth": "^4.24.3",
Expand Down
20 changes: 10 additions & 10 deletions samples/affinidi-nextjs-nextauthjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions samples/affinidi-nextjs-nextauthjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"lint": "next lint"
},
"dependencies": {
"@affinidi-tdk/auth-provider": "^1.23.1",
"@affinidi-tdk/common": "^1.15.1",
"@affinidi-tdk/credential-issuance-client": "^1.23.1",
"@affinidi-tdk/iota-browser": "^1.13.1",
"@affinidi-tdk/iota-client": "^1.19.1",
"@affinidi-tdk/iota-core": "^1.14.1",
"@affinidi-tdk/auth-provider": "^1.29.0",
"@affinidi-tdk/common": "^1.21.0",
"@affinidi-tdk/credential-issuance-client": "^1.29.0",
"@affinidi-tdk/iota-browser": "^1.19.0",
"@affinidi-tdk/iota-client": "^1.25.0",
"@affinidi-tdk/iota-core": "^1.20.0",
"@tanstack/react-query": "^5.49.2",
"next": "^14.2.13",
"next-auth": "^4.24.3",
Expand Down
8 changes: 4 additions & 4 deletions samples/auth0-nextjs-nextauthjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/auth0-nextjs-nextauthjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}
}

0 comments on commit f71938b

Please sign in to comment.