Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PWA-2655 :Update magento-compatibility.js to indicate all dependencie… #4300

Merged
merged 6 commits into from
Jul 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'
};