Skip to content

Commit

Permalink
fix(deps): bump authup + hapic
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Sep 1, 2023
1 parent a3454a8 commit 31646e5
Show file tree
Hide file tree
Showing 8 changed files with 105 additions and 86 deletions.
147 changes: 83 additions & 64 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/client-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"typecheck": "nuxi typecheck"
},
"devDependencies": {
"@authup/client-vue": "^0.40.3",
"@authup/core": "^0.40.0",
"@authup/client-vue": "^0.41.0",
"@authup/core": "^0.41.0",
"@bootstrap-vue-next/nuxt": "^0.1.3",
"@fortawesome/fontawesome-free": "^6.4.0",
"@nuxtjs/google-fonts": "^3.0.2",
Expand All @@ -42,7 +42,7 @@
"bootstrap-vue-next": "^0.11.0",
"browser-storage-adapter": "^1.1.2",
"events": "^3.3.0",
"hapic": "^2.2.0",
"hapic": "^2.3.0",
"ilingo": "^3.0.0",
"nuxt": "^3.6.5",
"pinia": "^2.1.6",
Expand Down
4 changes: 2 additions & 2 deletions 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": "^0.40.3",
"@authup/core": "^0.40.0",
"@authup/core": "^0.41.0",
"@personalhealthtrain/core": "2.4.0-alpha.21",
"@types/node": "^20.4.2",
"@vitejs/plugin-vue": "^4.2.3",
Expand All @@ -65,7 +65,7 @@
},
"peerDependencies": {
"@authup/client-vue": ">=0.40.3 <1.0.0",
"@authup/core": ">=0.40.0 <1.0.0",
"@authup/core": ">=0.41.0 <1.0.0",
"@personalhealthtrain/core": "^2.4.0-alpha.18",
"@vue-layout/form-controls": "^3.4.0",
"@vue-layout/list-controls": "^3.6.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
},
"license": "MIT",
"devDependencies": {
"@authup/core": "^0.40.0",
"hapic": "^2.2.0",
"@authup/core": "^0.41.0",
"hapic": "^2.3.0",
"rapiq": "^0.9.0"
},
"peerDependencies": {
"@authup/core": ">=0.40.0 <1.0.0",
"hapic": "^2.2.0",
"@authup/core": ">=0.41.0 <1.0.0",
"hapic": "^2.3.0",
"rapiq": ">=0.9 <1.0.0"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/server-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"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": "^0.40.0",
"@authup/server-adapter": "^0.40.1",
"@authup/core": "^0.41.0",
"@authup/server-adapter": "^0.41.0",
"@ebec/http": "^1.1.0",
"@hapic/harbor": "^2.2.0",
"@hapic/vault": "^2.2.0",
"@hapic/harbor": "^2.3.0",
"@hapic/vault": "^2.3.0",
"@personalhealthtrain/core": "2.4.0-alpha.21",
"@personalhealthtrain/server-core": "2.4.0-alpha.21",
"@personalhealthtrain/server-train-manager": "2.4.0-alpha.21",
Expand All @@ -33,7 +33,7 @@
"docker-scan": "^1.1.0",
"dotenv": "^16.3.1",
"express-validator": "^7.0.1",
"hapic": "^2.2.0",
"hapic": "^2.3.0",
"locter": "^1.1.2",
"minio": "^7.1.1",
"mysql": "^2.18.1",
Expand Down
Loading

0 comments on commit 31646e5

Please sign in to comment.