Updated dependencies
This commit is contained in:
parent
7fe3ac5200
commit
e110345dea
1 changed files with 13 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue