Skip to content

Commit

Permalink
fix(pci-private-network-blocks): bump mrc version & fix style
Browse files Browse the repository at this point in the history
Signed-off-by: Frédéric Vilcot <[email protected]>
  • Loading branch information
fredericvilcot committed Nov 15, 2024
1 parent 3e3a076 commit a4eca6b
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/manager/apps/pci-block-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@ovh-ux/manager-config": "^8.0.0",
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-pci-common": "^0.8.1",
"@ovh-ux/manager-react-components": "^1.41.1",
"@ovh-ux/manager-react-components": "^1.41.2",
"@ovh-ux/manager-react-core-application": "^0.11.1",
"@ovh-ux/manager-react-shell-client": "^0.8.1",
"@ovh-ux/manager-tailwind-config": "^0.2.0",
Expand Down
1 change: 1 addition & 0 deletions packages/manager/apps/pci-block-storage/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
content: [
'./src/**/*.{js,jsx,ts,tsx}',
'../../../manager-react-components/src/**/*.{js,jsx,ts,tsx}',
'../../modules/manager-pci-common/**/*.{js,jsx,ts,tsx}',
],
corePlugins: {
preflight: false,
Expand Down
2 changes: 1 addition & 1 deletion packages/manager/apps/pci-private-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@ovh-ux/manager-config": "^8.0.0",
"@ovh-ux/manager-core-api": "^0.9.0",
"@ovh-ux/manager-pci-common": "^0.8.1",
"@ovh-ux/manager-react-components": "^1.41.1",
"@ovh-ux/manager-react-components": "^1.41.2",
"@ovh-ux/manager-react-core-application": "^0.11.1",
"@ovh-ux/manager-react-shell-client": "^0.8.1",
"@ovh-ux/manager-tailwind-config": "^0.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
content: [
'./src/**/*.{js,jsx,ts,tsx}',
'../../../manager-react-components/src/**/*.{js,jsx,ts,tsx}',
'../../modules/manager-pci-common/**/*.{js,jsx,ts,tsx}',
],
corePlugins: {
preflight: false,
Expand Down
20 changes: 20 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5248,6 +5248,26 @@
tailwindcss "^3.4.4"
uuid "^9.0.1"

"@ovh-ux/manager-react-components@^1.41.2":
version "1.41.2"
resolved "https://registry.yarnpkg.com/@ovh-ux/manager-react-components/-/manager-react-components-1.41.2.tgz#087cacbbff37c594201851f5f27d2a0c524545b5"
integrity sha512-Yl7lWtGGqw3CUeVMaCMwkoTWomxlbCT2hD+Q2h8zgclnsyfEbTvQT6iFVpueiFwhTikCRm+oFsbRy3gL8XOOzw==
dependencies:
"@ovhcloud/ods-common-core" "17.2.2"
"@ovhcloud/ods-common-theming" "17.2.2"
"@ovhcloud/ods-components" "17.2.2"
"@ovhcloud/ods-theme-blue-jeans" "17.2.2"
"@tanstack/react-query" "^5.51.21"
"@tanstack/react-table" "^8.20.1"
clsx "^2.1.1"
lodash.isdate "^4.0.1"
lodash.isequal "^4.5.0"
react-i18next "^14.0.5"
react-use "^17.5.0"
sass "1.71.0"
tailwindcss "^3.4.4"
uuid "^9.0.1"

"@ovh-ux/manager-react-shell-client@^0.8.1":
version "0.8.1"
resolved "https://registry.yarnpkg.com/@ovh-ux/manager-react-shell-client/-/manager-react-shell-client-0.8.1.tgz#9091056f0d5fb0e3ccbec26f85051550427d7167"
Expand Down

0 comments on commit a4eca6b

Please sign in to comment.