Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"caniuse-lite": "~1.0.30001335",
"dompurify": "^2.3.8",
"dompurify": "~3.2.4",
"path-to-regexp": "^8.2.0",
"qs": "^6.13.0",
"setimmediate": "^1.0.5"
Expand Down
9 changes: 7 additions & 2 deletions packages/venia-concept/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@
},
"homepage": "https://github.com/magento/pwa-studio/tree/main/packages/venia-concept#readme",
"dependencies": {
"@magento/pwa-buildpack": "~11.5.3",
"dompurify": "~3.2.4"
"@magento/experience-platform-connector": "~1.0.9",
"@magento/pwa-buildpack": "~11.5.3"
},
"devDependencies": {
"@adobe/apollo-link-mutation-queue": "~1.0.2",
"@adobe/magento-storefront-events-sdk": "~1.13.0",
"@apollo/client": "~3.5.0",
"@babel/core": "~7.15.0",
"@babel/plugin-proposal-class-properties": "~7.14.5",
Expand All @@ -56,7 +57,10 @@
"@magento/pagebuilder": "~9.3.3",
"@magento/peregrine": "~14.5.1",
"@magento/pwa-theme-venia": "~2.4.0",
"@magento/recommendations-js-sdk": "~2.0.7",
"@magento/upward-security-headers": "~1.0.14",
"@magento/venia-data-collector": "~1.0.7",
"@magento/venia-product-recommendations": "~1.0.1",
"@magento/venia-ui": "~11.6.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.1",
"@storybook/react": "~6.3.7",
Expand All @@ -73,6 +77,7 @@
"braintree-web-drop-in": "~1.43.0",
"compression": "~1.7.4",
"css-loader": "~5.2.7",
"dompurify": "~3.2.4",
"dotenv": "~6.2.0",
"eslint": "~7.32.0",
"eslint-plugin-babel": "~5.3.0",
Expand Down
Loading
Loading