Skip to content

Commit

Permalink
chore(deps): update dependency @txo/service-prop to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent c0179cf commit 6c796d7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@txo/log": "^2.0.16",
"@txo/log-console": "^3.0.0",
"@txo/semantic-release": "^2.0.8",
"@txo/service-prop": "^2.2.20",
"@txo/service-prop": "^3.0.2",
"@txo/service-react": "^5.1.22",
"@txo/tsconfig": "^1.1.1",
"@types/jest": "^29.5.14",
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1407,13 +1407,20 @@
semantic-release "^23.0.8"
semantic-release-slack-bot "^4.0.2"

"@txo/service-prop@^2.2.18", "@txo/service-prop@^2.2.20":
"@txo/service-prop@^2.2.18":
version "2.2.20"
resolved "https://registry.yarnpkg.com/@txo/service-prop/-/service-prop-2.2.20.tgz#a7d3f5e237e19f80e269c4f5bd92b9d08a9b6d4f"
integrity sha512-LjTFX/iBiFvG2yuJm/Kk3Qsp6DNWqVNPeMfaaTe80sbFS/a4n5uBhrRVG4/oqe9NJg4O+8HllNKcqJYxwolAPw==
dependencies:
"@txo/functional" "^4.6.19"

"@txo/service-prop@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@txo/service-prop/-/service-prop-3.0.2.tgz#5f64a473108cd23e92ce3367cc6a8723a875680a"
integrity sha512-CgXFpL7h85vMXWZPKwGsY6zey78/ZOyjpN/SiD52r1S8gZt/TzvfBOrSXQ8yk8RxvxwX4hPtBe2UwJHp9sw8bQ==
dependencies:
"@txo/types" "^1.7.0"

"@txo/service-react@^5.1.22":
version "5.1.22"
resolved "https://registry.yarnpkg.com/@txo/service-react/-/service-react-5.1.22.tgz#69974328fb93112f35368c0477c7b8224cd36cc3"
Expand All @@ -1431,6 +1438,11 @@
resolved "https://registry.yarnpkg.com/@txo/tsconfig/-/tsconfig-1.1.1.tgz#0e746a34c5a5092459235e15588fb33e94cbf067"
integrity sha512-YA8LdOoATb+LgwHlVFKxbR6i4xWkr1h6dGTqLh3HHGe25wYzJ7rixNNWucCXaY270Dmb33JQi5sDe6a1XtwRcg==

"@txo/types@^1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@txo/types/-/types-1.7.0.tgz#bb9db4417ceae237e51c14897f5c3f8b9f78cba2"
integrity sha512-mZfrfHMZK1hMDXKS7A8uvcBqqzYi5LLqg+wj4sDL77FZjQlZTdzXKlwwdco0HFamBPJS3iiDufW0Q/ZAyeRzSw==

"@types/babel__core@^7.1.14":
version "7.1.19"
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.19.tgz#7b497495b7d1b4812bdb9d02804d0576f43ee460"
Expand Down

0 comments on commit 6c796d7

Please sign in to comment.