Skip to content

Commit

Permalink
PWA-2655 :Update magento-compatibility.js to indicate all dependencie… (
Browse files Browse the repository at this point in the history
#4300)

* PWA-2655 :Update magento-compatibility.js to indicate all dependencies and just not magento

* PWA-2655 :fixed prettier issue

* PWA-2655 :reslove the all comments

* PWA-2655 :resloved the comments

* PWA-2655 :resloved comments

* PWA-2655 :resloved comments

---------

Co-authored-by: rudraswamy.c <[email protected]>
  • Loading branch information
glo85315 and rudraswamy.c authored Jul 29, 2024
1 parent 841634b commit 14a19de
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions magento-compatibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,38 @@ module.exports = {
'2.1.0': '2.3.1',
'2.0.0': '2.3.0'
};

// Magento version compatibility
var magentoVersion = '2.4.7-p1';

// React version compatibility
var reactVersion = '17.0.2';

// Fornt End dependencies
var forntEndDependencies = {
'@magento/babel-preset-peregrine': '1.3.3',
'@magento/create-pwa': '2.4.6',
'@magento/experience-platform-connector': '1.0.7',
'@magento/upward-security-headers': '1.0.16',
'@magento/venia-sample-backends': '0.0.11',
'@magento/venia-sample-eventing': '0.0.8',
'@magento/venia-sample-language-packs': '0.0.16',
'@magento/venia-sample-payments-checkmo': '0.0.14',
'@magento/pagebuilder': '9.3.1',
'@magento/peregrine': '14.3.1',
'@magento/pwa-buildpack': '11.5.3',
'@magento/pwa-theme-venia': '2.4.0',
'@magento/upward-js': '5.4.2',
'@magento/upward-spec': '5.3.1',
'@magento/venia-concept': '14.0.1',
'@magento/venia-ui': '11.4.0'
};

// Back End dependencies
var backEndDependencies = {
'magento/module-upward-connector': '^2.0.4',
'magento/venia-sample-data': '^0.0.5',
'magento/venia-sample-data-ee': '^0.0.4',
'magento/pwa': '^0.7.2',
'magento/pwa-commerce': '^0.0.4'
};

0 comments on commit 14a19de

Please sign in to comment.