Skip to content

Commit

Permalink
chore: bump web-embed-api in react-embed and example projects (#123)
Browse files Browse the repository at this point in the history
* chore: bump web-embed-api in react-embed and example projects
  • Loading branch information
alikirec authored Dec 1, 2023
1 parent eea3dd6 commit 1b3eb36
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/react-embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"@formsort/embed-messaging-manager": "^0.1.1",
"@formsort/web-embed-api": "^2.6.0"
"@formsort/web-embed-api": "^2.6.1"
},
"peerDependencies": {
"react": ">=16.13.0, <19.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Formsort Engineering <[email protected]>",
"license": "ISC",
"dependencies": {
"@formsort/web-embed-api": "2.4.1"
"@formsort/web-embed-api": "2.6.1"
},
"devDependencies": {
"css-loader": "^6.7.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"typescript": "^4.6.3"
},
"dependencies": {
"@formsort/web-embed-api": "^2.4.1",
"@formsort/web-embed-api": "^2.6.1",
"lit": "^2.2.1"
},
"browerslist": [
Expand Down
7 changes: 0 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -611,13 +611,6 @@
"@formsort/constants" "^1.7.0"
events "^3.2.0"

"@formsort/[email protected]":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@formsort/web-embed-api/-/web-embed-api-2.4.1.tgz#d1911e4688e45fe88c81fe8269733c3d7b09a361"
integrity sha512-n73J+obmu3QGu0IKk/f8JGhlgaqvfut13W/lO91BREJH7ZVh5/sKQlevc/bbaxOeOWXV+keJ9zopT7zfy3PV3Q==
dependencies:
"@formsort/constants" "^1.7.0"

"@humanwhocodes/config-array@^0.9.2":
version "0.9.5"
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.5.tgz#2cbaf9a89460da24b5ca6531b8bbfc23e1df50c7"
Expand Down

0 comments on commit 1b3eb36

Please sign in to comment.