File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
bmc-backup-agent-baremetal Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2929 "@ovh-ux/manager-react-shell-client" : " *" ,
3030 "@ovh-ux/request-tagger" : " *" ,
3131 "@ovh-ux/shell" : " ^4.5.7" ,
32- "@ovhcloud/ods-components" : " 18.6.2" ,
33- "@ovhcloud/ods-themes" : " 18.6.2" ,
32+ "@ovhcloud/ods-components" : " ~ 18.6.2" ,
33+ "@ovhcloud/ods-themes" : " ~ 18.6.2" ,
3434 "@tanstack/react-query" : " 5.51.21" ,
3535 "axios" : " ^1.1.2" ,
3636 "element-internals-polyfill" : " ^3.0.0" ,
Original file line number Diff line number Diff line change @@ -16,9 +16,8 @@ export default defineConfig({
1616 viteStaticCopy ( {
1717 targets : [ {
1818 src : `${ dirname ( require . resolve ( BACKUP_AGENT_PACKAGE ) ) } /../public/**/*` ,
19- dest : `translations/@ovh-ux/ backup-agent` ,
19+ dest : `translations/module- backup-agent` ,
2020 } ] ,
21- overwrite : true ,
2221 } ) ,
2322 ]
2423} ) ;
Original file line number Diff line number Diff line change 2929 "@ovh-ux/manager-react-shell-client" : " *" ,
3030 "@ovh-ux/request-tagger" : " *" ,
3131 "@ovh-ux/shell" : " ^4.5.7" ,
32- "@ovhcloud/ods-components" : " 18.6.2" ,
33- "@ovhcloud/ods-themes" : " 18.6.2" ,
32+ "@ovhcloud/ods-components" : " ~ 18.6.2" ,
33+ "@ovhcloud/ods-themes" : " ~ 18.6.2" ,
3434 "@tanstack/react-query" : " 5.51.21" ,
3535 "axios" : " ^1.1.2" ,
3636 "element-internals-polyfill" : " ^3.0.0" ,
Original file line number Diff line number Diff line change @@ -18,9 +18,8 @@ export default defineConfig({
1818 viteStaticCopy ( {
1919 targets : [ {
2020 src : `${ dirname ( require . resolve ( BACKUP_AGENT_PACKAGE ) ) } /../public/**/*` ,
21- dest : `translations/@ovh-ux/ backup-agent` ,
21+ dest : `translations/module- backup-agent` ,
2222 } ] ,
23- overwrite : true ,
2423 } ) ,
2524 ]
2625} ) ;
Original file line number Diff line number Diff line change 2323 "date-fns" : " ^3.6.0"
2424 },
2525 "devDependencies" : {
26+ "@ovh-ux/manager-common-translations" : " *" ,
2627 "@ovh-ux/manager-core-api" : " ^0.18.7" ,
2728 "@ovh-ux/manager-module-common-api" : " *" ,
2829 "@ovh-ux/manager-react-components" : " ^2.42.4" ,
3940 "tailwindcss" : " ^3.4.4"
4041 },
4142 "peerDependencies" : {
43+ "@ovh-ux/manager-common-translations" : " *" ,
4244 "@ovh-ux/manager-config" : " ^8.0.2" ,
4345 "@ovh-ux/manager-core-api" : " ^0.10.1" ,
4446 "@ovh-ux/manager-core-test-utils" : " *" ,
Original file line number Diff line number Diff line change 1- export const NAMESPACE_PREFIX = '@ovh-ux/ backup-agent' ;
1+ export const NAMESPACE_PREFIX = 'module- backup-agent' ;
22export const VAULTS_NAMESPACE_PREFIX = `${ NAMESPACE_PREFIX } /vaults` ;
33export const SERVICES_NAMESPACE_PREFIX = `${ NAMESPACE_PREFIX } /services` ;
44
You can’t perform that action at this time.
0 commit comments