Skip to content

Commit 2856d5d

Browse files
authored
PWA-3430::added missing libraries (#4446)
1 parent 0769f95 commit 2856d5d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/create-pwa/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"chalk": "^2.4.2",
3535
"change-case": "^3.1.0",
3636
"compression": "~1.7.4",
37+
"dompurify": "~3.2.4",
3738
"execa": "^1.0.0",
3839
"git-user-info": "^1.0.1",
3940
"inquirer": "^8.2.0",

packages/venia-concept/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
},
3636
"homepage": "https://github.com/magento/pwa-studio/tree/main/packages/venia-concept#readme",
3737
"dependencies": {
38-
"@magento/pwa-buildpack": "~11.5.4"
38+
"@magento/pwa-buildpack": "~11.5.3",
39+
"dompurify": "~3.2.4"
3940
},
4041
"devDependencies": {
4142
"@adobe/apollo-link-mutation-queue": "~1.0.2",

0 commit comments

Comments
 (0)