Remove dependency to evt in the component library

This commit is contained in:
Joseph Garrone
2024-05-27 00:12:51 +02:00
parent a3270d10f0
commit 338642094d
8 changed files with 132 additions and 8 deletions

View File

@ -65,7 +65,6 @@
"react": "*"
},
"dependencies": {
"evt": "^2.5.7",
"minimal-polyfills": "^2.2.3",
"react-markdown": "^5.0.3",
"tsafe": "^1.6.6"
@ -121,6 +120,7 @@
"vite": "^5.2.11",
"vitest": "^0.29.8",
"yauzl": "^2.10.0",
"zod": "^3.17.10"
"zod": "^3.17.10",
"evt": "^2.5.7"
}
}