Skip to content

Commit

Permalink
fix: move react-display-name to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
R1ZEN committed Jun 12, 2022
1 parent 9ec831f commit add3a44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"react": "^16.x || ^17.x || ^18.x"
},
"dependencies": {
"@types/yandex-maps": "2.1.21",
"react-display-name": "0.2.5"
"@types/yandex-maps": "2.1.21"
},
"devDependencies": {
"@babel/core": "7.18.2",
Expand Down Expand Up @@ -67,6 +66,7 @@
"microbundle": "0.15.0",
"prettier": "2.6.2",
"react": "16.11.0",
"react-display-name": "0.2.5",
"react-dom": "16.11.0",
"react-test-renderer": "16.11.0",
"release-it": "14.14.3",
Expand Down

0 comments on commit add3a44

Please sign in to comment.