Skip to content

Commit

Permalink
chore: upgrade @ibnrupt/solid-client-authn-browser to v1.12.0 (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsMissEm authored Jun 6, 2022
1 parent 117b464 commit d367bc1
Show file tree
Hide file tree
Showing 7 changed files with 98 additions and 95 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"dependencies": {
"@inrupt/solid-client": "^1.23.1",
"@inrupt/solid-client-authn-browser": "^1.11.8"
"@inrupt/solid-client-authn-browser": "^1.12.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"@inrupt/solid-client": "^1.23.1",
"@inrupt/solid-client-authn-browser": "^1.11.8",
"@inrupt/solid-client-authn-browser": "^1.12.0",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-packaging-tests/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"dependencies": {
"@inrupt/solid-client": "^1.23.1",
"@inrupt/solid-client-authn-node": "^1.11.8"
"@inrupt/solid-client-authn-node": "^1.12.0"
}
}
90 changes: 45 additions & 45 deletions e2e/browser/testApp/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 e2e/browser/testApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@inrupt/solid-client-authn-browser": "^1.11.8",
"@inrupt/solid-client-authn-browser": "^1.12.0",
"@inrupt/solid-client-notifications": "file:../../../",
"next": "12.1.5",
"react": "18.0.0",
Expand Down
Loading

1 comment on commit d367bc1

@vercel
Copy link

@vercel vercel bot commented on d367bc1 Jun 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.