Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
while1618 committed Apr 14, 2024
1 parent c2a432f commit ef8e915
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@
<img src="https://github.com/while1618/i18n-auto-translation/actions/workflows/build.yml/badge.svg" />
</a>
<a href="https://www.npmjs.com/package/i18n-auto-translation" alt="NPM Version">
<img src="https://img.shields.io/badge/npm-v1.4.0-blue" />
<img src="https://img.shields.io/badge/npm-v1.4.1-blue" />
</a>
<a href="LICENSE" alt="License">
<img src="https://img.shields.io/github/license/while1618/i18n-auto-translation" />
Expand Down
92 changes: 46 additions & 46 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "i18n-auto-translation",
"version": "1.4.0",
"version": "1.4.1",
"description": "Auto translate i18n JSON file(s) to desired language(s).",
"main": "dist/index.js",
"license": "MIT",
Expand Down Expand Up @@ -33,22 +33,22 @@
"node": ">= 14.17"
},
"dependencies": {
"@google-cloud/translate": "8.1.0",
"axios": "1.6.7",
"@google-cloud/translate": "8.2.0",
"axios": "1.6.8",
"deep-object-diff": "1.1.9",
"glob": "10.3.10",
"html-entities": "2.4.0",
"glob": "10.3.12",
"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.11.20",
"@types/node": "20.12.7",
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -58,6 +58,6 @@
"prettier": "3.2.5",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.3.3"
"typescript": "5.4.5"
}
}

0 comments on commit ef8e915

Please sign in to comment.