chore: remove react and react-i18next from peer deps of utils

This commit is contained in:
Matthew Russell 2024-03-09 11:33:19 +00:00
parent a90c5c3b0c
commit 7404157ec6
No known key found for this signature in database

View File

@ -7,10 +7,6 @@
"date-fns": "^2.28.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
"react": "18.2.0",
"react-i18next": "13.5.0"
},
"type": "module",
"module": "./index.js"
}