File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2- version: v1.13.4
2+ version: v1.13.5
33patch: {}
4+ # ignores vulnerabilities until expiry date; change duration by modifying expiry date
5+ ignore:
6+
Original file line number Diff line number Diff line change 1+ # v3.1.0
2+
3+ This release of ` example-storefront ` is designed to work with v3.x of the Reaction API.
4+
5+ ### Chores
6+
7+ - chore: bump https-proxy-agent from 2.2.2 to 2.2.4 ([ #669 ] ( http://github.com/reactioncommerce/reaction-admin/pull/669 ) )
8+ - chore: switch to 3.0.0 Docker tag ([ #659 ] ( http://github.com/reactioncommerce/reaction-admin/pull/659 ) )
9+
110# v3.0.0
211
312This is the v3.0.0 release of ` example-storefront ` , designed to work with v3.0.0 of the Reaction API.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ networks:
1313
1414services :
1515 web :
16- image : reactioncommerce/example-storefront:3.0 .0
16+ image : reactioncommerce/example-storefront:3.1 .0
1717 env_file :
1818 - ./.env
1919 networks :
Original file line number Diff line number Diff line change 11{
22 "name" : " example-storefront" ,
3- "version" : " 3.0 .0" ,
3+ "version" : " 3.1 .0" ,
44 "description" : " The Example Storefront serves as a reference for implementing a web based storefront using the Reaction Commerce GraphQL API." ,
55 "main" : " ./src/server.js" ,
66 "keywords" : [],
You can’t perform that action at this time.
0 commit comments