refactor(package/interface): import CSSProperties from csstype

This commit is contained in:
Linden
2024-03-16 04:30:02 +11:00
parent 19ce031145
commit 50d957c1d1
3 changed files with 83 additions and 80 deletions

View File

@@ -25,8 +25,9 @@
"license": "LGPL-3.0",
"dependencies": {
"@nativewrappers/client": "^1.7.33",
"csstype": "^3.1.3",
"fast-printf": "^1.6.9",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"devDependencies": {
"@citizenfx/client": "latest",
@@ -34,7 +35,7 @@
"@fortawesome/fontawesome-common-types": "6.1.1",
"@mantine/core": "^6.0.21",
"@types/node": "16.9.1",
"@types/react": "^18.2.48",
"@types/react": "^18.2.66",
"prettier": "^2.8.8"
}
}