added dependency

This commit is contained in:
Oleksandr Honcharov 2024-06-10 05:11:26 +03:00
parent 3ce49e85a9
commit e408a599a5
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,9 @@
"@ragempcommunity/types-client": "^2.1.8", "@ragempcommunity/types-client": "^2.1.8",
"rage-fw-shared-types": "workspace:^" "rage-fw-shared-types": "workspace:^"
}, },
"dependencies": {
"rage-rpc": "^0.4.0"
},
"keywords": [], "keywords": [],
"author": "SashaGoncharov19", "author": "SashaGoncharov19",
"license": "MIT", "license": "MIT",

View File

@ -14,6 +14,9 @@
"peerDependencies": { "peerDependencies": {
"rage-fw-shared-types": "workspace:^" "rage-fw-shared-types": "workspace:^"
}, },
"dependencies": {
"rage-rpc": "^0.4.0"
},
"keywords": [], "keywords": [],
"author": "SashaGoncharov19", "author": "SashaGoncharov19",
"license": "MIT", "license": "MIT",