Skip to content

Commit

Permalink
chore(deps): bump the production-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 1 update: [@alwatr/fetch](https://github.com/AliMD/alwatr-eslib/tree/HEAD/packages/fetch).

- [Release notes](https://github.com/AliMD/alwatr-eslib/releases)
- [Changelog](https://github.com/AliMD/alwatr-eslib/blob/next/packages/fetch/CHANGELOG.md)
- [Commits](https://github.com/AliMD/alwatr-eslib/commits/@alwatr/fetch@2.0.1/packages/fetch)

---
updated-dependencies:
- dependency-name: "@alwatr/fetch"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent e5ac265 commit 15e1962
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@alwatr/element": "^1.1.2",
"@alwatr/fetch": "^1.1.2",
"@alwatr/fetch": "^2.0.1",
"@alwatr/logger": "^1.1.2",
"tslib": "^2.6.2"
}
Expand Down
17 changes: 8 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@
lit "^2.8.0"
tslib "^2.6.2"

"@alwatr/fetch@^1.1.2":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@alwatr/fetch/-/fetch-1.1.3.tgz#009907c5b6616be783d78a5a9a2665e7ca94afdc"
integrity sha512-cW6Iyw5CTmMvLNRYv0u3nR8EQhP6Hn/v66a3r3pKd4evBR/ZFuNFvttITpuiVWadAefN3hiWg/bUz3L7cNe6oQ==
"@alwatr/fetch@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@alwatr/fetch/-/fetch-2.0.1.tgz#e03ed32d68b944c62364d6238b4839204d64107c"
integrity sha512-SvHSHaxZ3i09sBAAN+PvTNdjA75CxKjl4PSlRSXT6srDt1rNAHAQ8JJxAijevx5/8GqxCBKODd3KOMP2Mv6hbQ==
dependencies:
"@alwatr/logger" "^1.1.3"
"@alwatr/signal" "^1.1.2"
"@alwatr/util" "^1.2.1"
"@alwatr/logger" "^1.1.5"
"@alwatr/util" "^1.2.3"
tslib "^2.6.2"

"@alwatr/fsm@^1.1.2":
Expand All @@ -62,7 +61,7 @@
"@alwatr/signal" "^1.1.2"
tslib "^2.6.2"

"@alwatr/logger@^1.0.0", "@alwatr/logger@^1.1.2", "@alwatr/logger@^1.1.3", "@alwatr/logger@^1.1.5":
"@alwatr/logger@^1.0.0", "@alwatr/logger@^1.1.2", "@alwatr/logger@^1.1.5":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@alwatr/logger/-/logger-1.1.5.tgz#344082aa602142dc4e42ba4739d5f00dc5a540a0"
integrity sha512-iGBhEyoDnGE2oIz47p2lp+IrKH95M2lOFawULcvKcg2vRzVf/7t6mVicWtqyomkKAocyDMjHicZfjZJqBLZdbA==
Expand Down Expand Up @@ -113,7 +112,7 @@
resolved "https://registry.yarnpkg.com/@alwatr/type/-/type-1.1.4.tgz#5bcff20284a0404614e56b9b6c5e7f99580b6586"
integrity sha512-bjb3yQC/yiRz4ld+IGCIMiuaLGTjmhanaAE5pqPYLCvREIz82VvGvrfd9g9Si+Y8+fOUlIjKLtGvBWliTOaBcA==

"@alwatr/util@^1.0.0", "@alwatr/util@^1.2.0", "@alwatr/util@^1.2.1", "@alwatr/util@^1.2.3":
"@alwatr/util@^1.0.0", "@alwatr/util@^1.2.0", "@alwatr/util@^1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@alwatr/util/-/util-1.2.3.tgz#3b926837e3d9ed82f2b2947f7aacbd8bdf39927a"
integrity sha512-4KQUgP5izK+9xjt673U0gG0iYJdN5pfIe8+QHhzbHyJSHue6RBs406OSY6w++wyzpKW6sK3jLL7Xspu8CIaFCA==
Expand Down

0 comments on commit 15e1962

Please sign in to comment.