Skip to content

Commit

Permalink
update embed-messaging-manager to 0.2.0 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
alikirec authored Sep 19, 2024
1 parent 8ecbaa7 commit d1e7285
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"typescript": "^4.6.3"
},
"dependencies": {
"@formsort/embed-messaging-manager": "^0.1.1",
"@formsort/embed-messaging-manager": "^0.2.0",
"@formsort/web-embed-api": "^2.6.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/web-embed-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@formsort/constants": "^1.11.0",
"@formsort/embed-messaging-manager": "^0.1.1"
"@formsort/embed-messaging-manager": "^0.2.0"
},
"jest": {
"cacheDirectory": "./.jest-cache",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,13 @@
"@formsort/constants" "^1.7.0"
events "^3.2.0"

"@formsort/embed-messaging-manager@^0.1.1":
version "0.1.1"
resolved "https://registry.yarnpkg.com/@formsort/embed-messaging-manager/-/embed-messaging-manager-0.1.1.tgz#898695467c174e89bf9ca800705bec4aea33d380"
integrity sha512-OiiB4DKKLoXPy9IMmQb8INcAU2Fq4ADaqRpRJ3qjthkIAhWytQpOhmQn2YFgX+eGh8KeVsNskrpT3r7W9pBEvQ==
dependencies:
"@formsort/constants" "^1.10.0"

"@formsort/[email protected]":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@formsort/web-embed-api/-/web-embed-api-2.6.2.tgz#7e5ee7e071af928c3a033d2a86b26a51c26422ae"
Expand Down

0 comments on commit d1e7285

Please sign in to comment.