Skip to content

Commit 49b870e

Browse files
committed
chore: @yandex-cloud/[email protected] -> @gravity-ui/[email protected]
1 parent 7628f1d commit 49b870e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
"@gravity-ui/eslint-config": "^1.0.2",
9999
"@gravity-ui/prettier-config": "^1.0.1",
100100
"@gravity-ui/stylelint-config": "^1.0.1",
101+
"@gravity-ui/tsconfig": "^1.0.0",
101102
"@testing-library/jest-dom": "^5.15.0",
102103
"@testing-library/react": "^11.2.7",
103104
"@testing-library/user-event": "^12.8.3",
@@ -111,7 +112,6 @@
111112
"@types/react-virtualized-auto-sizer": "^1.0.1",
112113
"@yandex-cloud/axios-wrapper": "^1.0.2",
113114
"@yandex-cloud/browserslist-config": "1.0.1",
114-
"@yandex-cloud/tsconfig": "^1.0.0",
115115
"@yandex-cloud/uikit": "^2.8.0",
116116
"copyfiles": "^2.4.1",
117117
"eslint-config-prettier": "^8.3.0",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@yandex-cloud/tsconfig/tsconfig",
2+
"extends": "@gravity-ui/tsconfig/tsconfig",
33
"compilerOptions": {
44
"outDir": "build/esm",
55
"module": "esnext",

0 commit comments

Comments
 (0)