Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ecomplus-stores/estudiopapelriscado
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ff6c57be4959754d8f84c6f80c1ae42b5a30994b
Choose a base ref
..
head repository: ecomplus-stores/estudiopapelriscado
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 728e3fb6d40c222a0044811ecdf336f5ac7c9810
Choose a head ref
Showing with 20 additions and 20 deletions.
  1. +3 −3 .functions/package-lock.json
  2. +1 −1 .functions/package.json
  3. +3 −3 .netlify/functions/ssr/package-lock.json
  4. +1 −1 .netlify/functions/ssr/package.json
  5. +11 −11 package-lock.json
  6. +1 −1 package.json
6 changes: 3 additions & 3 deletions .functions/package-lock.json

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

2 changes: 1 addition & 1 deletion .functions/package.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
},
"main": "index.js",
"dependencies": {
"@ecomplus/storefront-renderer": "^2.8.7",
"@ecomplus/storefront-renderer": "^2.8.8",
"firebase-admin": "^10.0.0",
"firebase-functions": "^3.15.7"
},
6 changes: 3 additions & 3 deletions .netlify/functions/ssr/package-lock.json

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

2 changes: 1 addition & 1 deletion .netlify/functions/ssr/package.json
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
},
"homepage": "https://github.com/ecomplus/storefront-starter#readme",
"dependencies": {
"@ecomplus/storefront-renderer": "^2.8.7"
"@ecomplus/storefront-renderer": "^2.8.8"
},
"files": [
"bundles.json",
22 changes: 11 additions & 11 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@
"url": "git+https://github.com/ecomplus/storefront-starter.git"
},
"dependencies": {
"@ecomplus/storefront-template": "^2.0.0-beta.153",
"@ecomplus/storefront-template": "^2.0.0-beta.154",
"@netlify/zip-it-and-ship-it": "^4.26.1",
"firebase-tools": "^9.21.0"
},