Skip to content

Commit

Permalink
fix(deps): bump @authup/core from 1.0.0-beta.0 to 1.0.0-beta.1 (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent 296ed0b commit a85f624
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 156 deletions.
179 changes: 31 additions & 148 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 @@ -19,7 +19,7 @@
},
"devDependencies": {
"@authup/client-vue": "^1.0.0-beta.0",
"@authup/core": "^1.0.0-beta.0",
"@authup/core": "^1.0.0-beta.1",
"@bootstrap-vue-next/nuxt": "^0.15.5",
"@fortawesome/fontawesome-free": "^6.5.1",
"@nuxtjs/google-fonts": "^3.1.3",
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/PHT-Medic/central#readme",
"devDependencies": {
"@authup/client-vue": "^1.0.0-beta.0",
"@authup/core": "^1.0.0-beta.0",
"@authup/core": "^1.0.0-beta.1",
"@personalhealthtrain/core": "2.5.0",
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "^5.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
},
"license": "MIT",
"devDependencies": {
"@authup/core": "^1.0.0-beta.0",
"@authup/core": "^1.0.0-beta.1",
"hapic": "^2.5.0",
"rapiq": "^0.9.0"
},
"peerDependencies": {
"@authup/core": "^1.0.0-beta.0",
"@authup/core": "^1.0.0-beta.1",
"hapic": "^2.5.0",
"rapiq": ">=0.9 <1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/server-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"description": "This package contains the Central API of the PHT. It was initially developed as part of my Bachelor Thesis.",
"main": "./dist/cli/index.js",
"dependencies": {
"@authup/core": "^1.0.0-beta.0",
"@authup/core": "^1.0.0-beta.1",
"@authup/server-adapter": "^1.0.0-beta.0",
"@ebec/http": "^2.3.0",
"@hapic/harbor": "^2.3.2",
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 @@ -15,7 +15,7 @@
"build": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@authup/core": "^1.0.0-beta.0",
"@authup/core": "^1.0.0-beta.1",
"@ebec/http": "^2.3.0",
"@personalhealthtrain/core": "2.5.0",
"@socket.io/redis-emitter": "^5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/server-realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": "2.5.0",
"description": "This package contains the central realtime application of the PHT.",
"dependencies": {
"@authup/core": "^1.0.0-beta.0",
"@authup/core": "^1.0.0-beta.1",
"@authup/server-adapter": "^1.0.0-beta.0",
"@ebec/http": "^2.3.0",
"@personalhealthtrain/core": "2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-train-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test:coverage": "npm run test -- --coverage"
},
"dependencies": {
"@authup/core": "^1.0.0-beta.0",
"@authup/core": "^1.0.0-beta.1",
"@authup/server-adapter": "^1.0.0-beta.0",
"@ebec/http": "^2.3.0",
"@hapic/harbor": "^2.3.2",
Expand Down

0 comments on commit a85f624

Please sign in to comment.