Skip to content

Commit 233053d

Browse files
authored
fix: updated package.json (#5)
1 parent 849e817 commit 233053d

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

package.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,18 @@
3535
"start": "start-storybook",
3636
"prepublishOnly": "npm run build"
3737
},
38-
"dependencies": {},
38+
"dependencies": {
39+
"@gravity-ui/i18n": "^1.0.0",
40+
"@gravity-ui/icons": "^1.1.0",
41+
"bem-cn-lite": "^4.0.0",
42+
"lodash": "^4.17.20"
43+
},
3944
"devDependencies": {
4045
"@commitlint/cli": "^17.0.0",
4146
"@commitlint/config-conventional": "^17.0.0",
4247
"@babel/preset-env": "^7.20.2",
4348
"@babel/preset-typescript": "^7.18.6",
4449
"@gravity-ui/eslint-config": "^2.0.0",
45-
"@gravity-ui/i18n": "^1.0.0",
46-
"@gravity-ui/icons": "^1.1.0",
4750
"@gravity-ui/prettier-config": "^1.0.1",
4851
"@gravity-ui/stylelint-config": "^2.0.0",
4952
"@gravity-ui/tsconfig": "^1.0.0",
@@ -55,7 +58,6 @@
5558
"@types/react": "^18.0.28",
5659
"@types/react-dom": "^18.0.11",
5760
"@types/react-is": "^17.0.3",
58-
"bem-cn-lite": "^4.0.0",
5961
"css-loader": "^5.2.6",
6062
"eslint": "^8.27.0",
6163
"final-form": "^4.20.2",
@@ -65,7 +67,6 @@
6567
"gulp-replace": "^1.1.4",
6668
"gulp-typescript": "^6.0.0-alpha.1",
6769
"husky": "^7.0.4",
68-
"lodash": "^4.17.20",
6970
"monaco-editor": "^0.30.1",
7071
"monaco-editor-webpack-plugin": "^6.0.0",
7172
"npm-run-all": "^4.1.5",
@@ -85,12 +86,8 @@
8586
"typescript": "^4.9.5"
8687
},
8788
"peerDependencies": {
88-
"@gravity-ui/i18n": "^1.0.0",
89-
"@gravity-ui/icons": "^1.1.0",
90-
"@gravity-ui/uikit": "^4.1.0",
91-
"bem-cn-lite": "^4.0.0",
89+
"@gravity-ui/uikit": "^3.0.0 || ^4.0.0",
9290
"final-form": "^4.20.2",
93-
"lodash": "^4.17.20",
9491
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
9592
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0",
9693
"react-final-form": "^6.5.3",

0 commit comments

Comments
 (0)