fix: remove and re-add react-email dependency in package.json; update devtools lodash version
This commit is contained in:
parent
9ed0cb53e6
commit
11e55b5a96
2 changed files with 132 additions and 1787 deletions
1914
apps/infoalloggi/package-lock.json
generated
1914
apps/infoalloggi/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -86,7 +86,6 @@
|
||||||
"react-colorful": "^5.6.1",
|
"react-colorful": "^5.6.1",
|
||||||
"react-day-picker": "^9.11.1",
|
"react-day-picker": "^9.11.1",
|
||||||
"react-dom": "^19.2.3",
|
"react-dom": "^19.2.3",
|
||||||
"react-email": "^5.2.10",
|
|
||||||
"react-hook-form": "^7.71.1",
|
"react-hook-form": "^7.71.1",
|
||||||
"react-hot-toast": "^2.5.2",
|
"react-hot-toast": "^2.5.2",
|
||||||
"react-is": "^19.2.3",
|
"react-is": "^19.2.3",
|
||||||
|
|
@ -134,6 +133,7 @@
|
||||||
"kanel-kysely": "^4.0.0",
|
"kanel-kysely": "^4.0.0",
|
||||||
"knip": "^6.4.1",
|
"knip": "^6.4.1",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
|
"react-email": "^5.2.10",
|
||||||
"typescript": "^5.9.3",
|
"typescript": "^5.9.3",
|
||||||
"vite-tsconfig-paths": "^6.1.1",
|
"vite-tsconfig-paths": "^6.1.1",
|
||||||
"vitest": "^4.1.4"
|
"vitest": "^4.1.4"
|
||||||
|
|
@ -146,6 +146,9 @@
|
||||||
"socket.io": {
|
"socket.io": {
|
||||||
"socket.io-parser": "^4.2.6"
|
"socket.io-parser": "^4.2.6"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"@hookform/devtools": {
|
||||||
|
"lodash": "^4.18.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue