Skip to content

Commit

Permalink
Merge pull request #16 from ch007m/bump-quarkus-plugin_0.1.18
Browse files Browse the repository at this point in the history
Bump quarkus plugin to version: 0.1.18
  • Loading branch information
cmoulliard authored Feb 1, 2024
2 parents 2e323c5 + 5490f37 commit 625cb77
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ site

# E2E test reports
e2e-test-report/
/temp/
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@backstage/theme": "^0.5.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@qshift/plugin-quarkus": "^0.1.17",
"@qshift/plugin-quarkus": "^0.1.18",
"@roadiehq/backstage-plugin-argo-cd": "^2.5.1",
"history": "^5.0.0",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@backstage/plugin-search-backend-module-techdocs": "^0.1.12",
"@backstage/plugin-search-backend-node": "^1.2.12",
"@backstage/plugin-techdocs-backend": "^1.9.1",
"@qshift/plugin-quarkus-backend": "^0.1.17",
"@qshift/plugin-quarkus-backend": "^0.1.18",
"@roadiehq/scaffolder-backend-argocd": "^1.1.19",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6410,10 +6410,10 @@
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==

"@qshift/plugin-quarkus-backend@^0.1.17":
version "0.1.17"
resolved "https://registry.yarnpkg.com/@qshift/plugin-quarkus-backend/-/plugin-quarkus-backend-0.1.17.tgz#936afc25805892f0a999a9984752d58c0379b970"
integrity sha512-/mEVo8hSFpdM0JGKC3Lz2/vOT6d3O1e3NSUCar39+lfWSe+VU3R5F5wAuswy7XVvm6i26HKFYxiW4NMCFtafsQ==
"@qshift/plugin-quarkus-backend@^0.1.18":
version "0.1.18"
resolved "https://registry.yarnpkg.com/@qshift/plugin-quarkus-backend/-/plugin-quarkus-backend-0.1.18.tgz#c95d820228ae08ec87541ad158694bf6ec7180aa"
integrity sha512-syWprfbec2Hv/H3auhXiTPdUmqCzeawRpdR0FIWlbbZZ/dNVG6jeSv0RUHEx+t+IRbjmlEgGMaHVx7vmg5+imQ==
dependencies:
"@backstage/backend-common" "^0.20.0"
"@backstage/config" "^1.1.1"
Expand All @@ -6429,10 +6429,10 @@
winston "^3.2.1"
yn "^4.0.0"

"@qshift/plugin-quarkus@^0.1.17":
version "0.1.17"
resolved "https://registry.yarnpkg.com/@qshift/plugin-quarkus/-/plugin-quarkus-0.1.17.tgz#7772503d3b681de405ab7dcbe28b02c1aed0b6a0"
integrity sha512-NkH/0a7NvRLcGOBy2Gz0K7NO25jX+F/U/QOwpuXUsFWA1ezQbGibcD+MBrd8yDO++nZWVoYBm6uEzaHPLCwz+Q==
"@qshift/plugin-quarkus@^0.1.18":
version "0.1.18"
resolved "https://registry.yarnpkg.com/@qshift/plugin-quarkus/-/plugin-quarkus-0.1.18.tgz#973c66f7c350e45ec0df95bccfb950f45546f842"
integrity sha512-T4f3eomq3Q8PLe5+6nI0vqdDGyPoosXYVCHfky1VtUUXK3OoRu2YuvnnHsY+OjQVHr7WgKb3nwkJ3vTpjDIl0Q==
dependencies:
"@backstage/core-components" "^0.13.9"
"@backstage/core-plugin-api" "^1.8.1"
Expand Down Expand Up @@ -9812,7 +9812,7 @@ anymatch@^3.0.3, anymatch@~3.1.2:
"@backstage/theme" "^0.5.0"
"@material-ui/core" "^4.12.2"
"@material-ui/icons" "^4.9.1"
"@qshift/plugin-quarkus" "^0.1.17"
"@qshift/plugin-quarkus" "^0.1.18"
"@roadiehq/backstage-plugin-argo-cd" "^2.5.1"
history "^5.0.0"
react "^17.0.2"
Expand Down

0 comments on commit 625cb77

Please sign in to comment.