Skip to content

Commit

Permalink
chore(data-transport): upgrade data-transport to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Sep 11, 2024
1 parent 49f1625 commit 3aa2364
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@typescript-eslint/parser": "^7.4.0",
"commitizen": "^4.3.0",
"coveralls": "^3.1.1",
"data-transport": "^4.3.6",
"data-transport": "^4.4.0",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
Expand Down Expand Up @@ -91,7 +91,7 @@
},
"peerDependencies": {
"@types/react": "^18.0 || ^17.0",
"data-transport": "^4.3.6",
"data-transport": "^4.4.0",
"react": "^18.0 || ^17.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1753,10 +1753,10 @@ dashdash@^1.12.0:
dependencies:
assert-plus "^1.0.0"

data-transport@^4.3.6:
version "4.3.6"
resolved "https://registry.yarnpkg.com/data-transport/-/data-transport-4.3.6.tgz#6f51f5d91a9d43e5f4ec1b491d009e80c47e243c"
integrity sha512-YIhrpsHU4xy4BX4RH9cPkDvpF2YmCmVnyV6yJQ79MrSg74mEdMel16tGyL/BkCSZDned0sqBye8jC5fqQxa5PQ==
data-transport@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/data-transport/-/data-transport-4.4.0.tgz#eb04557c982f7a4e98875e4fbbe20334ecc8759e"
integrity sha512-6ZNEBuS0ZwnjeObfG4DgUk6kk5Wig/SJcp6iPOKesX4FGM9Wg4Gshnv1aOCH5LmoLX3GRi0J1q+KuTYDw/oL1g==
dependencies:
uuid "^9.0.0"

Expand Down

0 comments on commit 3aa2364

Please sign in to comment.