Skip to content

Commit

Permalink
fix(deps): update many non-major (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 29, 2024
1 parent 9ff6d93 commit 03839e6
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 45 deletions.
128 changes: 96 additions & 32 deletions .functions/package-lock.json

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

6 changes: 3 additions & 3 deletions .functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "0.1.0",
"description": "SSR for Storefront on Firebase with Cloud Functions",
"engines": {
"node": "16",
"node": "16.20.2",
"npm": "^8.19.4"
},
"main": "index.js",
"dependencies": {
"@ecomplus/storefront-renderer": "^2.11.5",
"firebase-admin": "^11.10.1",
"firebase-functions": "^4.4.1"
"firebase-admin": "^11.11.1",
"firebase-functions": "^4.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"not ie_mob 11"
],
"engines": {
"node": "16",
"node": "16.20.2",
"npm": "^8.19.4"
},
"private": true,
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@ecomplus/storefront-template": "^2.0.0-beta.264",
"@fontsource-variable/encode-sans": "^5.0.8",
"@fontsource-variable/encode-sans": "^5.0.13",
"@netlify/zip-it-and-ship-it": "^8.10.0",
"firebase-tools": "^11.30.0",
"perfect-debounce": "^1.0.0"
Expand Down

0 comments on commit 03839e6

Please sign in to comment.