Migrate more components

This commit is contained in:
HarelM
2023-12-21 10:27:54 +02:00
parent 1a09de238a
commit 19fc3970a9
7 changed files with 67 additions and 48 deletions
+10
View File
@@ -71,6 +71,7 @@
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.throttle": "^4.1.9",
"@types/react": "^16.14.52",
"@types/react-aria-modal": "^4.0.9",
"@types/react-dom": "^16.9.24",
"@types/uuid": "^9.0.7",
"@vitejs/plugin-react": "^4.2.0",
@@ -4831,6 +4832,15 @@
"csstype": "^3.0.2"
}
},
"node_modules/@types/react-aria-modal": {
"version": "4.0.9",
"resolved": "https://registry.npmjs.org/@types/react-aria-modal/-/react-aria-modal-4.0.9.tgz",
"integrity": "sha512-H8SU5QoB+1ldMGYRHNm1MXfzD5oD+ZdYTrwVzT+KEiFrkTqQG2QdwVc6Ro4/RixnU4LNtMpvF5HKAIfzzGJGjw==",
"dev": true,
"dependencies": {
"@types/react": "*"
}
},
"node_modules/@types/react-dom": {
"version": "16.9.24",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.24.tgz",