Skip to content

Commit

Permalink
upgrade Angular to v17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcibotari committed Feb 15, 2024
1 parent e740355 commit 06b8ecf
Show file tree
Hide file tree
Showing 6 changed files with 1,016 additions and 770 deletions.
108 changes: 54 additions & 54 deletions functions/package-lock.json

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

8 changes: 4 additions & 4 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@google-cloud/translate": "^8.0.3",
"@google-cloud/translate": "^8.1.0",
"compressing": "^1.10.0",
"cors": "^2.8.5",
"express": "^4.18.2",
Expand All @@ -33,13 +33,13 @@
"devDependencies": {
"@types/express": "^4.17.21",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.29.1",
"firebase-functions-test": "^3.1.1",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"private": true
}
Loading

0 comments on commit 06b8ecf

Please sign in to comment.