Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
while1618 committed Jun 22, 2024
1 parent ef8e915 commit f43d8d9
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 71 deletions.
162 changes: 98 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
"node": ">= 14.17"
},
"dependencies": {
"@google-cloud/translate": "8.2.0",
"axios": "1.6.8",
"@google-cloud/translate": "8.3.0",
"axios": "1.7.2",
"deep-object-diff": "1.1.9",
"glob": "10.3.12",
"glob": "10.4.2",
"html-entities": "2.5.2",
"just-extend": "6.2.0",
"yargs": "17.7.2"
},
"devDependencies": {
"@types/glob": "8.1.0",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/node": "20.14.8",
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
Expand All @@ -55,9 +55,9 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"jest": "29.7.0",
"prettier": "3.2.5",
"ts-jest": "29.1.2",
"prettier": "3.3.2",
"ts-jest": "29.1.5",
"ts-node": "10.9.2",
"typescript": "5.4.5"
"typescript": "5.5.2"
}
}

0 comments on commit f43d8d9

Please sign in to comment.