move dependency to appropriate package.json

Signed-off-by: mathieu <mathieu.dreano@gmail.com>
This commit is contained in:
mathieu 2024-10-23 22:03:17 +02:00
parent 70349b18a2
commit bc85bc5172
2 changed files with 1 additions and 2 deletions

View File

@ -20,13 +20,11 @@
"@jest/globals": "^29.2.0",
"@playwright/test": "^1.27.1",
"@types/jest": "^29.5.11",
"concurrently": "^8.2.2",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"jest": "^29.2.0",
"pretty-quick": "^3.1.3",
"randomstring": "^1.2.2",
"react-color": "^2.19.3",
"rimraf": "^6.0.1",
"ts-jest": "^29.0.5"
},

View File

@ -58,6 +58,7 @@
"qs": "^6.11.0",
"query-string": "^7.0.1",
"react": "18.2.0",
"react-color": "^2.19.3",
"react-copy-to-clipboard": "^5.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",