Skip to content

Commit

Permalink
fix(deps): update many non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 14, 2024
1 parent e70aa2e commit 970d9b3
Show file tree
Hide file tree
Showing 7 changed files with 2,305 additions and 2,378 deletions.
1,261 changes: 738 additions & 523 deletions .functions/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions .functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "0.1.0",
"description": "SSR for Storefront on Firebase with Cloud Functions",
"engines": {
"node": "14"
"node": "14.21.3"
},
"main": "index.js",
"dependencies": {
"@ecomplus/storefront-renderer": "^2.11.1",
"firebase-admin": "^10.0.2",
"firebase-functions": "^3.17.1"
"firebase-admin": "^10.3.0",
"firebase-functions": "^3.24.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.firebase/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: cd .functions && npm ci --only=production && cd ../..

- name: Check last changed files
uses: lots0logs/gh-action-get-changed-files@2.1.4
uses: lots0logs/gh-action-get-changed-files@2.2.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
id: changed_files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: npm ci --only=production

- name: Check last changed files
uses: lots0logs/gh-action-get-changed-files@2.1.4
uses: lots0logs/gh-action-get-changed-files@2.2.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
id: changed_files
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
14.21.3
3,404 changes: 1,558 additions & 1,846 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
},
"dependencies": {
"@ecomplus/storefront-template": "^2.0.0-beta.251",
"@netlify/zip-it-and-ship-it": "^5.5.2",
"firebase-tools": "^10.1.4"
"@netlify/zip-it-and-ship-it": "^5.13.5",
"firebase-tools": "^10.9.2"
},
"devDependencies": {
"browser-sync": "^2.27.7"
"browser-sync": "^2.29.3"
}
}

0 comments on commit 970d9b3

Please sign in to comment.