Skip to content

Commit

Permalink
update: package.json version to 1.1.16 and adjust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Oct 4, 2024
1 parent 9777728 commit 077deee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
18 changes: 8 additions & 10 deletions package.json
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"
Expand Down Expand Up @@ -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",
Expand All @@ -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"
}
}
7 changes: 2 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:^10.0.0":
"@types/uuid@npm:^10":
version: 10.0.0
resolution: "@types/uuid@npm:10.0.0"
checksum: 10c0/9a1404bf287164481cb9b97f6bb638f78f955be57c40c6513b7655160beb29df6f84c915aaf4089a1559c216557dc4d2f79b48d978742d3ae10b937420ddac60
Expand Down Expand Up @@ -1482,7 +1482,7 @@ __metadata:
dependencies:
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^22.5.4"
"@types/uuid": "npm:^10.0.0"
"@types/uuid": "npm:^10"
axios: "npm:^1.7.7"
azure-translator-code: "npm:^1.1.6"
dotenv: "npm:^16.4.5"
Expand All @@ -1494,9 +1494,6 @@ __metadata:
ts-node: "npm:^10.9.2"
typescript: "npm:^5.5.4"
uuid: "npm:^10.0.0"
peerDependencies:
axios: "*"
uuid: "*"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 077deee

Please sign in to comment.