-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update: package.json version to 1.1.16 and adjust dependencies
- Loading branch information
1 parent
9777728
commit 077deee
Showing
3 changed files
with
10 additions
and
15 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "azure-translator-code", | ||
"version": "1.1.15", | ||
"version": "1.1.16", | ||
"description": "Azure Cognitive Services Translator Text API Code for Use with Common Languages", | ||
"author": { | ||
"name": "Gabriel Logan" | ||
|
@@ -49,8 +49,7 @@ | |
"devDependencies": { | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^22.5.4", | ||
"@types/uuid": "^10.0.0", | ||
"axios": "^1.7.7", | ||
"@types/uuid": "^10", | ||
"azure-translator-code": "^1.1.6", | ||
"dotenv": "^16.4.5", | ||
"eslint": "^8", | ||
|
@@ -59,12 +58,11 @@ | |
"prettier": "^3.3.3", | ||
"ts-jest": "^29.2.5", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.5.4", | ||
"uuid": "^10.0.0" | ||
}, | ||
"peerDependencies": { | ||
"axios": "*", | ||
"uuid": "*" | ||
"typescript": "^5.5.4" | ||
}, | ||
"packageManager": "[email protected]" | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"axios": "^1.7.7", | ||
"uuid": "^10.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters