Skip to content

Commit 1d329c1

Browse files
committed
fix: fix missing deps
1 parent 4e68a6b commit 1d329c1

File tree

3 files changed

+132
-10
lines changed

3 files changed

+132
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ A collection of Material UI form inputs designed for seamless integration with R
1414
- [ ] Select
1515
- [ ] Slider
1616
- [ ] Switch
17-
- [x] Text Field -> `<TextField>`
17+
- [x] Text Field -> `<TextField />`
1818
- [ ] Transfer List
1919
- [ ] Toggle Button

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
"url": "https://github.com/sponsors/ruiaraujo012"
1616
},
1717
"type": "module",
18-
"types": "dist/esm/index.d.ts",
19-
"main": "dist/cjs/index.cjs",
20-
"module": "dist/esm/index.js",
2118
"exports": {
2219
".": {
2320
"import": {
@@ -53,6 +50,8 @@
5350
"src"
5451
],
5552
"devDependencies": {
53+
"@emotion/react": "^11.11.4",
54+
"@emotion/styled": "^11.11.0",
5655
"@mui/material": "^5.15.14",
5756
"@tanstack/config": "^0.6.0",
5857
"@types/node": "^20.11.30",
@@ -74,6 +73,8 @@
7473
"vite": "^5.2.0"
7574
},
7675
"peerDependencies": {
76+
"@emotion/react": ">=11",
77+
"@emotion/styled": ">=11",
7778
"@mui/material": ">=5",
7879
"react": ">=18",
7980
"react-dom": ">=18",

pnpm-lock.yaml

Lines changed: 127 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)