Skip to content

Commit

Permalink
Upgrade dependencies (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetetot committed Jun 18, 2023
1 parent 6a4baac commit 5691fb5
Show file tree
Hide file tree
Showing 9 changed files with 339 additions and 461 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- uses: actions/setup-java@v1
with:
java-version: 13
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- uses: actions/setup-java@v1
with:
java-version: 13
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- uses: actions/download-artifact@v2
with:
name: build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- uses: actions/setup-java@v1
with:
java-version: 13
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- uses: actions/download-artifact@v2
with:
name: build
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.21.3
16.20.0
2 changes: 1 addition & 1 deletion functions/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.21.3
16.20.0
14 changes: 7 additions & 7 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Cloud Functions for Firebase",
"private": true,
"engines": {
"node": "14"
"node": "16"
},
"scripts": {
"api": "firebase serve --only hosting,functions",
Expand All @@ -16,8 +16,8 @@
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"firebase-admin": "^11.5.0",
"firebase-functions": "^4.2.1",
"firebase-admin": "^11.9.0",
"firebase-functions": "^4.4.1",
"form-data": "^3.0.0",
"immutadot": "^1.0.0",
"isomorphic-fetch": "^3.0.0",
Expand All @@ -28,12 +28,12 @@
},
"devDependencies": {
"@firebase/testing": "^0.20.11",
"eslint": "^8.36.0",
"firebase-functions-test": "^3.0.0",
"firebase-tools": "^11.24.1",
"eslint": "^8.43.0",
"firebase-functions-test": "^3.1.0",
"firebase-tools": "^12.4.0",
"jest": "^29.5.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"sinon": "^15.0.1"
"sinon": "^15.1.2"
}
}

0 comments on commit 5691fb5

Please sign in to comment.