Skip to content

Commit 042ea3b

Browse files
committed
chore: @yandex-cloud/[email protected] -> @gravity-ui/[email protected]
1 parent e1e43e1 commit 042ea3b

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A set of React components used in YDB interfaces.
55
## Install
66

77
```shell
8-
npm install --save-dev ydb-ui-components @yandex-cloud/uikit @yandex-cloud/i18n @yandex-cloud/browserslist-config
8+
npm install --save-dev ydb-ui-components @yandex-cloud/uikit @yandex-cloud/browserslist-config
99
```
1010

1111
## I18N

package-lock.json

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"prepublishOnly": "npm run build"
2424
},
2525
"dependencies": {
26+
"@gravity-ui/i18n": "^1.0.0",
2627
"bem-cn-lite": "^4.1.0",
2728
"react-list": "^0.8.17",
2829
"react-treeview": "^0.4.7"
@@ -44,7 +45,6 @@
4445
"@types/react-list": "^0.8.7",
4546
"@types/react-treeview": "^0.4.3",
4647
"@yandex-cloud/browserslist-config": "^1.0.1",
47-
"@yandex-cloud/i18n": "^0.6.0",
4848
"@yandex-cloud/uikit": "^2.4.0",
4949
"css-loader": "^5.2.7",
5050
"eslint": "^8.11.0",
@@ -68,7 +68,6 @@
6868
},
6969
"peerDependencies": {
7070
"@yandex-cloud/browserslist-config": "^1.0.1",
71-
"@yandex-cloud/i18n": "^0.6.0",
7271
"@yandex-cloud/uikit": "^2.4.0",
7372
"react": "^16.0.0",
7473
"react-dom": "^16.0.0"

src/components/i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {I18N} from '@yandex-cloud/i18n';
1+
import {I18N} from '@gravity-ui/i18n';
22
import {getConfig, subscribeConfigure, Lang} from '../utils/configure';
33

44
export const i18n = new I18N();

0 commit comments

Comments
 (0)