Skip to content

Commit

Permalink
fix(deps): bump @ovh-ux/ovh-reket to 1.0.0
Browse files Browse the repository at this point in the history
ref: MANAGER-9646

Signed-off-by: Cyrille Bourgois <[email protected]>
  • Loading branch information
Cyrille Bourgois committed Jul 26, 2022
1 parent 1da2cf6 commit 9284dbf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/components/ng-ovh-payment-method/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@adyen/adyen-web": "4.7.3",
"@ovh-ux/ovh-payment-method": "^0.0.2",
"@ovh-ux/ovh-reket": "^0.1.1",
"@ovh-ux/ovh-reket": "^0.1.1 || ^1.0.0",
"lodash-es": "^4.17.11"
},
"devDependencies": {
Expand All @@ -54,4 +54,4 @@
"angular-translate": "^2.17.0",
"bootstrap4": "twbs/bootstrap#v4.0.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/components/ovh-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@ovh-ux/manager-config": "^5.0.0 || ^6.0.0",
"@ovh-ux/ovh-at-internet": "^0.1.0",
"@ovh-ux/ovh-reket": "^0.1.1",
"@ovh-ux/ovh-reket": "^0.1.1 || ^1.0.0",
"@ovh-ux/ufrontend": "^1.1.1 || ^2.0.0",
"@types/react": "^17.0.24",
"@types/react-router-dom": "^5.3.0",
Expand All @@ -40,4 +40,4 @@
"@typescript-eslint/parser": "^4.31.2",
"typescript": "^4.4.3"
}
}
}
4 changes: 2 additions & 2 deletions packages/manager/apps/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@ovh-ux/manager-config": "^5.0.0 || ^6.0.0",
"@ovh-ux/ovh-payment-method": "^0.0.2",
"@ovh-ux/ovh-reket": "^0.1.1",
"@ovh-ux/ovh-reket": "^0.1.1 || ^1.0.0",
"@ovh-ux/shell": "^0.0.0 || ^1.0.0",
"@ovh-ux/ufrontend": "^1.1.1 || ^2.0.0",
"@ovh-ux/ui-kit": "^6.1.0",
Expand Down Expand Up @@ -71,4 +71,4 @@
"EU",
"US"
]
}
}
4 changes: 2 additions & 2 deletions packages/manager/modules/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/manager-config' --include-dependencies -- yarn run dev:watch"
},
"dependencies": {
"@ovh-ux/ovh-reket": "^0.1.1",
"@ovh-ux/ovh-reket": "^0.1.1 || ^1.0.0",
"lodash-es": "^4.17.15"
},
"devDependencies": {
"typescript": "^4.3.2"
}
}
}

0 comments on commit 9284dbf

Please sign in to comment.