Skip to content

Commit

Permalink
chore(deps): bump @alwatr/util from 1.2.3 to 1.2.9
Browse files Browse the repository at this point in the history
Bumps [@alwatr/util](https://github.com/AliMD/alwatr-eslib/tree/HEAD/packages/util) from 1.2.3 to 1.2.9.
- [Release notes](https://github.com/AliMD/alwatr-eslib/releases)
- [Changelog](https://github.com/AliMD/alwatr-eslib/blob/next/packages/util/CHANGELOG.md)
- [Commits](https://github.com/AliMD/alwatr-eslib/commits/@alwatr/[email protected]/packages/util)

---
updated-dependencies:
- dependency-name: "@alwatr/util"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 3c920dc commit b892151
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@alwatr/i18n": "^2.0.0-beta",
"@alwatr/signal": "^2.0.0",
"@alwatr/util": "^1.0.0",
"@alwatr/util": "^1.2.9",
"tslib": "^2.6.2"
}
}
27 changes: 17 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,19 @@
"@alwatr/type" "^1.1.4"
tslib "^2.6.2"

"@alwatr/math@^1.0.0", "@alwatr/math@^1.1.2", "@alwatr/math@^1.1.5":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@alwatr/math/-/math-1.1.5.tgz#0e9b6c3160ca1a480b21de967e41aa48a9d86e6f"
integrity sha512-RoTLuFs0ln8j3TgIueEwynRoD02KmYWCAyUNKaDHLzAnfGMJtJQeeN7PZko87qk3kA6mBpj+/2XXH4Do8Hu2rw==
"@alwatr/logger@^2.1.2":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@alwatr/logger/-/logger-2.1.2.tgz#41b383aed90c877729555dfbadd68aa6599c6c90"
integrity sha512-qCViJ0USpdRIvOtdUEUlqA+MfuX8JMzgwxwC5ddHNnx1MoWIn7PHuAeJaF/LZ7chl4Mp8qqtIPjSMRoyU7aV4Q==
dependencies:
"@alwatr/logger" "^1.1.5"
tslib "^2.6.2"

"@alwatr/math@^1.0.0", "@alwatr/math@^1.1.11", "@alwatr/math@^1.1.2":
version "1.1.11"
resolved "https://registry.yarnpkg.com/@alwatr/math/-/math-1.1.11.tgz#32ae5a101a34b11e2ec61141d7eefd0138dcad97"
integrity sha512-7s7QdEJb9DauVsLw9fT+y63GHiw0c4UuCtwIL3YYC05zNTRu0OA62a12ett0WfYCFcR3i0l0UxCUMFNpg1aXdg==
dependencies:
"@alwatr/logger" "^2.1.2"
tslib "^2.6.2"

"@alwatr/router@^1.1.2":
Expand Down Expand Up @@ -122,12 +129,12 @@
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.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@alwatr/util/-/util-1.2.3.tgz#3b926837e3d9ed82f2b2947f7aacbd8bdf39927a"
integrity sha512-4KQUgP5izK+9xjt673U0gG0iYJdN5pfIe8+QHhzbHyJSHue6RBs406OSY6w++wyzpKW6sK3jLL7Xspu8CIaFCA==
"@alwatr/util@^1.2.0", "@alwatr/util@^1.2.3", "@alwatr/util@^1.2.9":
version "1.2.9"
resolved "https://registry.yarnpkg.com/@alwatr/util/-/util-1.2.9.tgz#48aeb5a15ad654d35f3b9ddbe8aa3bf225dab098"
integrity sha512-CKj/uPYHuwrvqPMo/LU4XoA4qP1VuVYaBoEUmUvWsx9Xgs2wD8UkHjDVl6ebJw1pI7YDjjhgivP7Maoh2S7rDw==
dependencies:
"@alwatr/math" "^1.1.5"
"@alwatr/math" "^1.1.11"
"@alwatr/type" "^1.1.4"
tslib "^2.6.2"

Expand Down

0 comments on commit b892151

Please sign in to comment.