Skip to content

Commit

Permalink
fix(deps): bump @authup/kit from 1.0.0-beta.22 to 1.0.0-beta.23 (#901)
Browse files Browse the repository at this point in the history
Bumps [@authup/kit](https://github.com/authup/authup/tree/HEAD/packages/kit) from 1.0.0-beta.22 to 1.0.0-beta.23.
- [Release notes](https://github.com/authup/authup/releases)
- [Changelog](https://github.com/authup/authup/blob/master/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/authup/authup/commits/v1.0.0-beta.23/packages/kit)

---
updated-dependencies:
- dependency-name: "@authup/kit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent eac34b5 commit 00a447c
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 31 deletions.
40 changes: 19 additions & 21 deletions 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 packages/client-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "nuxi typecheck"
},
"devDependencies": {
"@authup/kit": "^1.0.0-beta.22",
"@authup/kit": "^1.0.0-beta.23",
"@authup/client-web-kit": "^1.0.0-beta.22",
"@authup/client-web-nuxt": "^1.0.0-beta.22",
"@authup/core-http-kit": "^1.0.0-beta.22",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@authup/core-kit": "^1.0.0-beta.22",
"@authup/core-http-kit": "^1.0.0-beta.22",
"@authup/core-realtime-kit": "^1.0.0-beta.22",
"@authup/kit": "^1.0.0-beta.22",
"@authup/kit": "^1.0.0-beta.23",
"@ilingo/vuelidate": "^5.0.3",
"@privateaim/core-kit": "^0.8.4",
"@privateaim/kit": "^0.8.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-http-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"build-watch": "rimraf ./dist && tsc -p tsconfig.build.json --watch"
},
"devDependencies": {
"@authup/kit": "^1.0.0-beta.22",
"@authup/kit": "^1.0.0-beta.23",
"@privateaim/core-kit": "^0.8.4",
"hapic": "^2.5.1",
"rapiq": "^0.9.0"
},
"peerDependencies": {
"@authup/kit": "^1.0.0-beta.22",
"@authup/kit": "^1.0.0-beta.23",
"@privateaim/core-kit": "^0.8.4",
"hapic": "^2.5.1",
"rapiq": "^0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/server-core-realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"description": "This package contains the realtime application which connects the API with socket based clients.",
"dependencies": {
"@authup/kit": "^1.0.0-beta.22",
"@authup/kit": "^1.0.0-beta.23",
"@authup/core-kit": "^1.0.0-beta.22",
"@ebec/http": "^2.3.0",
"@privateaim/kit": "^0.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"description": "This package contains the server core service.",
"main": "./dist/cli/index.js",
"dependencies": {
"@authup/kit": "^1.0.0-beta.22",
"@authup/kit": "^1.0.0-beta.23",
"@authup/core-kit": "^1.0.0-beta.22",
"@authup/core-http-kit": "^1.0.0-beta.22",
"@authup/server-adapter-http": "^1.0.0-beta.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-http-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"description": "This package contains the realtime application which connects the API with socket based clients.",
"dependencies": {
"@authup/kit": "^1.0.0-beta.22",
"@authup/kit": "^1.0.0-beta.23",
"@authup/core-kit": "^1.0.0-beta.22",
"@authup/core-http-kit": "^1.0.0-beta.22",
"@authup/server-adapter-kit": "^1.0.0-beta.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-messenger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "Apache-2.0",
"description": "This package contains the realtime application which connects the API with socket based clients.",
"dependencies": {
"@authup/kit": "^1.0.0-beta.22",
"@authup/kit": "^1.0.0-beta.23",
"@authup/core-kit": "^1.0.0-beta.22",
"@ebec/http": "^2.3.0",
"@privateaim/messenger-kit": "^0.7.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-realtime-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"description": "This package contains the realtime application which connects the API with socket based clients.",
"dependencies": {
"@authup/kit": "^1.0.0-beta.22",
"@authup/kit": "^1.0.0-beta.23",
"@authup/core-kit": "^1.0.0-beta.22",
"@authup/core-realtime-kit": "^1.0.0-beta.22",
"@authup/server-adapter-kit": "^1.0.0-beta.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "Apache-2.0",
"description": "",
"dependencies": {
"@authup/kit": "^1.0.0-beta.22",
"@authup/kit": "^1.0.0-beta.23",
"@authup/core-kit": "^1.0.0-beta.22",
"@ebec/http": "^2.3.0",
"@hapic/vault": "^2.3.4",
Expand Down

0 comments on commit 00a447c

Please sign in to comment.