Skip to content

Commit

Permalink
chore: remove shell-client from yarn workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Anoop N <[email protected]>
  • Loading branch information
anooparveti committed Nov 11, 2024
1 parent 18f3290 commit b6b2c7c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 10 deletions.
29 changes: 20 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,26 @@
"private": true,
"description": "OVH Control Panel also known as Manager",
"license": "BSD-3-Clause",
"workspaces": [
"docs",
"packages/components/*",
"packages/manager/apps/*",
"packages/manager/core/*",
"packages/manager/modules/*",
"packages/manager/tools/*",
"packages/manager-react-components"
],
"workspaces": {
"packages": [
"docs",
"packages/components/*",
"packages/manager/apps/*",
"packages/manager/core/api",
"packages/manager/core/application",
"packages/manager/core/generator",
"packages/manager/core/ovh-product-icons",
"packages/manager/core/request-tagger",
"packages/manager/core/sso",
"packages/manager/core/tailwind-config",
"packages/manager/core/url-builder",
"packages/manager/core/utils",
"packages/manager/core/vite-config",
"packages/manager/modules/*",
"packages/manager/tools/*",
"packages/manager-react-components"
]
},
"scripts": {
"build": "yarn run build:turbo",
"build:turbo": "turbo run build --concurrency=5",
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4665,6 +4665,18 @@
resolved "https://registry.yarnpkg.com/@open-draft/until/-/until-2.1.0.tgz#0acf32f470af2ceaf47f095cdecd40d68666efda"
integrity sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==

"@ovh-ux/manager-react-shell-client@^0.8.0-alpha.3":
version "0.8.0-alpha.3"
resolved "https://registry.yarnpkg.com/@ovh-ux/manager-react-shell-client/-/manager-react-shell-client-0.8.0-alpha.3.tgz#a5e734d66d06ac383e84b23ef385e614245d17af"
integrity sha512-d8aiD7TPaMkeTVha7l7ARAZFvJQxltfofWoJ2r+C8YrjIrgHuUqIisrczCELDFYT5/BYecwNj+gkByCslXV07Q==
dependencies:
"@ovh-ux/manager-config" "^7.5.3-alpha.0"
"@ovh-ux/ovh-at-internet" "^0.15.3-alpha.0"
"@ovh-ux/request-tagger" "^0.4.0-alpha.0"
"@ovh-ux/shell" "^3.11.0-alpha.0"
i18next "^23.8.2"
i18next-http-backend "^2.4.2"

"@ovh-ux/ng-ovh-api-wrappers@^5.0.0", "@ovh-ux/ng-ovh-api-wrappers@^5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@ovh-ux/ng-ovh-api-wrappers/-/ng-ovh-api-wrappers-5.1.0.tgz#b8bfef258a4e0860eabf219cb1880ca0a15da687"
Expand Down Expand Up @@ -29473,4 +29485,4 @@ zustand@^4.5.5:
zwitch@^1.0.0:
version "1.0.5"
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"
integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==
integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==

0 comments on commit b6b2c7c

Please sign in to comment.