Skip to content

Commit

Permalink
Merge pull request #119 from adobe/main
Browse files Browse the repository at this point in the history
fix: update cors library
  • Loading branch information
grubyak authored Apr 10, 2024
2 parents 1a461e3 + 9297b55 commit 5fa7876
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build/index.html

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@adobe/aem-headless-client-js": "^3.1.0",
"@adobe/aem-headless-client-nodejs": "^1.1.0",
"@adobe/universal-editor-cors": "^2.2.13",
"@adobe/universal-editor-cors": "^2.2.14",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
Expand Down Expand Up @@ -60,5 +60,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=16.0.0 <=16.20.2"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.2.0.tgz#e1a84fca468f4b337816fcb7f0964beb620ba855"
integrity sha512-E09FiIft46CmH5Qnjb0wsW54/YQd69LsxeKUOWawmws1XWvyFGURnAChH0mlr7YPFR1ofwvUQfcL0J3lMxXqPA==

"@adobe/universal-editor-cors@^2.2.13":
version "2.2.13"
resolved "https://registry.yarnpkg.com/@adobe/universal-editor-cors/-/universal-editor-cors-2.2.13.tgz#93324db86b169eda7dd1b9347ab127a527c49464"
integrity sha512-GPxz/fkvBGUt2xlc6rs/t/EhtcjuZ5MoUqosV3f61Le6KCOLy7sfJbYHHHgRHYz5zGhQZ4bHgm8z8yAPw/+Sqw==
"@adobe/universal-editor-cors@^2.2.14":
version "2.2.14"
resolved "https://registry.yarnpkg.com/@adobe/universal-editor-cors/-/universal-editor-cors-2.2.14.tgz#7e700d514a0d3e5b13f1cbc448b75ee743ed067b"
integrity sha512-6G89ML9liKGLlM+M5p42q9iGA0WvfWPnLTjSJMmcMf2T+rBZGS6lh2TOIxfHYHl5pVWPxmctK4+bRyZ8aRxgDg==

"@ampproject/remapping@^2.2.0":
version "2.2.1"
Expand Down

1 comment on commit 5fa7876

@comanV
Copy link
Collaborator

@comanV comanV commented on 5fa7876 Apr 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.