Updated dependencies

This commit is contained in:
KillerBossOriginal 2025-01-02 17:57:45 +01:00
parent 7fe3ac5200
commit e110345dea

View file

@ -17,6 +17,18 @@
],
"dependencies": {},
"devDependencies": {
"typescript": "^5.5.3"
"typescript": "^5.5.3",
"@types/react": "^19.0.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"peerDependencies": {
"react": "19.x || 18.x",
"react-dom": "19.x || 18.x"
},
"repository": {
"url": "https://source.thundernetwork.org/ThunderNetworkRaD/dynamic-design.git",
"type": "git",
"directory": "src/core"
}
}