Skip to content

Commit ee1c932

Browse files
authored
Merge pull request #146 from wambugucoder/renovate/vitalets-google-translate-api-7.x
fix(deps): update dependency @vitalets/google-translate-api to v7
2 parents 4f86187 + 65e1766 commit ee1c932

File tree

2 files changed

+7
-95
lines changed

2 files changed

+7
-95
lines changed

package-lock.json

Lines changed: 3 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,15 @@
77
"start": "node bot.js",
88
"bot": "nodemon bot.js",
99
"client": "npm start --prefix client",
10-
1110
"dev": "concurrently \"npm run bot\" \"npm run client\"",
12-
"build":"cd client && npm run build",
13-
14-
"install-client":"cd client && npm install",
15-
"heroku-postbuild": "npm run install-client && npm run build"
11+
"build": "cd client && npm run build",
12+
"install-client": "cd client && npm install",
13+
"heroku-postbuild": "npm run install-client && npm run build"
1614
},
1715
"author": "Jos",
1816
"license": "ISC",
1917
"dependencies": {
20-
"@vitalets/google-translate-api": "^4.0.0",
18+
"@vitalets/google-translate-api": "^7.0.0",
2119
"body-parser": "^1.19.0",
2220
"concurrently": "^5.3.0",
2321
"cookie-session": "^1.4.0",

0 commit comments

Comments
 (0)