Skip to content

Commit

Permalink
fix(deps): bump @authup/core-kit from 1.0.0-beta.22 to 1.0.0-beta.23 (#…
Browse files Browse the repository at this point in the history
…896)

Bumps [@authup/core-kit](https://github.com/authup/authup/tree/HEAD/packages/core-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/core-kit/CHANGELOG.md)
- [Commits](https://github.com/authup/authup/commits/v1.0.0-beta.23/packages/core-kit)

---
updated-dependencies:
- dependency-name: "@authup/core-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 ff45808 commit e0dcfed
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 33 deletions.
37 changes: 18 additions & 19 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 @@ -22,7 +22,7 @@
"@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",
"@authup/core-kit": "^1.0.0-beta.22",
"@authup/core-kit": "^1.0.0-beta.23",
"@ilingo/vuelidate": "^5.0.3",
"@fortawesome/fontawesome-free": "^6.6.0",
"@nuxtjs/google-fonts": "^3.2.0",
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 @@ -42,7 +42,7 @@
"homepage": "https://github.com/PrivateAim/hub#readme",
"devDependencies": {
"@authup/client-web-kit": "^1.0.0-beta.22",
"@authup/core-kit": "^1.0.0-beta.22",
"@authup/core-kit": "^1.0.0-beta.23",
"@authup/core-http-kit": "^1.0.0-beta.22",
"@authup/core-realtime-kit": "^1.0.0-beta.22",
"@authup/kit": "^1.0.0-beta.23",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"build-watch": "rimraf ./dist && tsc -p tsconfig.build.json --watch"
},
"devDependencies": {
"@authup/core-kit": "^1.0.0-beta.22",
"@authup/core-kit": "^1.0.0-beta.23",
"@privateaim/kit": "^0.8.4"
},
"peerDependencies": {
"@authup/core-kit": "^1.0.0-beta.22",
"@authup/core-kit": "^1.0.0-beta.23",
"@privateaim/kit": "^0.8.4"
},
"gitHead": "5d3b6f4ce1edf2383bdfbf66e913a08c8a3a2e40",
Expand Down
4 changes: 2 additions & 2 deletions packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"build-watch": "rimraf ./dist && tsc -p tsconfig.build.json --watch"
},
"devDependencies": {
"@authup/core-kit": "^1.0.0-beta.22"
"@authup/core-kit": "^1.0.0-beta.23"
},
"peerDependencies": {
"@authup/core-kit": "^1.0.0-beta.22"
"@authup/core-kit": "^1.0.0-beta.23"
},
"dependencies": {
"nanoid": "^3.3.4"
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 @@ -13,7 +13,7 @@
"description": "This package contains the realtime application which connects the API with socket based clients.",
"dependencies": {
"@authup/kit": "^1.0.0-beta.23",
"@authup/core-kit": "^1.0.0-beta.22",
"@authup/core-kit": "^1.0.0-beta.23",
"@ebec/http": "^2.3.0",
"@privateaim/kit": "^0.8.4",
"@privateaim/core-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 @@ -12,7 +12,7 @@
"main": "./dist/cli/index.js",
"dependencies": {
"@authup/kit": "^1.0.0-beta.23",
"@authup/core-kit": "^1.0.0-beta.22",
"@authup/core-kit": "^1.0.0-beta.23",
"@authup/core-http-kit": "^1.0.0-beta.22",
"@authup/server-adapter-http": "^1.0.0-beta.20",
"@ebec/http": "^2.3.0",
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 @@ -12,7 +12,7 @@
"description": "This package contains the realtime application which connects the API with socket based clients.",
"dependencies": {
"@authup/kit": "^1.0.0-beta.23",
"@authup/core-kit": "^1.0.0-beta.22",
"@authup/core-kit": "^1.0.0-beta.23",
"@authup/core-http-kit": "^1.0.0-beta.22",
"@authup/server-adapter-kit": "^1.0.0-beta.20",
"@authup/server-adapter-http": "^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 @@ -11,7 +11,7 @@
"description": "This package contains the realtime application which connects the API with socket based clients.",
"dependencies": {
"@authup/kit": "^1.0.0-beta.23",
"@authup/core-kit": "^1.0.0-beta.22",
"@authup/core-kit": "^1.0.0-beta.23",
"@ebec/http": "^2.3.0",
"@privateaim/messenger-kit": "^0.7.5",
"@privateaim/server-kit": "^0.8.4",
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 @@ -12,7 +12,7 @@
"description": "This package contains the realtime application which connects the API with socket based clients.",
"dependencies": {
"@authup/kit": "^1.0.0-beta.23",
"@authup/core-kit": "^1.0.0-beta.22",
"@authup/core-kit": "^1.0.0-beta.23",
"@authup/core-realtime-kit": "^1.0.0-beta.22",
"@authup/server-adapter-kit": "^1.0.0-beta.20",
"@authup/server-adapter-socket-io": "^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 @@ -11,7 +11,7 @@
"description": "",
"dependencies": {
"@authup/kit": "^1.0.0-beta.23",
"@authup/core-kit": "^1.0.0-beta.22",
"@authup/core-kit": "^1.0.0-beta.23",
"@ebec/http": "^2.3.0",
"@hapic/vault": "^2.3.4",
"@privateaim/kit": "^0.8.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/storage-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"url": "https://github.com/tada5hi"
},
"devDependencies": {
"@authup/core-kit": "^1.0.0-beta.22",
"@authup/core-kit": "^1.0.0-beta.23",
"@privateaim/kit": "^0.8.4",
"hapic": "^2.5.1",
"rapiq": "^0.9.0"
},
"peerDependencies": {
"@authup/core-kit": "^1.0.0-beta.22",
"@authup/core-kit": "^1.0.0-beta.23",
"@privateaim/kit": "^0.8.4",
"hapic": "^2.5.1",
"rapiq": "^0.9.0"
Expand Down

0 comments on commit e0dcfed

Please sign in to comment.