Skip to content

Commit

Permalink
refactor: move @bem-react/classname dep from dev & peer (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marginy605 committed Apr 12, 2024
1 parent 5786de8 commit 2b74d55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,18 @@
},
"dependencies": {
"@gravity-ui/icons": "^2.8.1",
"@bem-react/classname": "^1.6.0",
"hashids": "^2.2.8",
"immutability-helper": "^3.1.1",
"prop-types": "^15.8.1",
"react-grid-layout": "^1.3.4",
"react-transition-group": "^4.4.5"
},
"peerDependencies": {
"@bem-react/classname": "^1.6.0",
"@gravity-ui/uikit": "^6.0.0",
"react": "^16.8.0 || ^17 || ^18"
},
"devDependencies": {
"@bem-react/classname": "^1.6.0",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@gravity-ui/eslint-config": "^3.1.1",
Expand Down

0 comments on commit 2b74d55

Please sign in to comment.