Skip to content

Commit 5550c77

Browse files
authored
Merge pull request #845 from privy-open-source/renovate/vueuse-math-10.x
fix(deps): update dependency @vueuse/math to v10.7.2
2 parents c8d52cc + 960a5cf commit 5550c77

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@splidejs/splide": "^4.1.4",
8282
"@testing-library/user-event": "^14.4.3",
8383
"@vueuse/core": "10.7.1",
84-
"@vueuse/math": "10.7.1",
84+
"@vueuse/math": "10.7.2",
8585
"@zxing/browser": "0.1.4",
8686
"@zxing/library": "0.20.0",
8787
"chart.js": "4.4.1",

packages/persona/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@testing-library/dom": "9.3.4",
6666
"@testing-library/user-event": "14.5.2",
6767
"@vueuse/core": "10.7.1",
68-
"@vueuse/math": "10.7.1",
68+
"@vueuse/math": "10.7.2",
6969
"@zxing/browser": "0.1.4",
7070
"@zxing/library": "0.20.0",
7171
"chart.js": "4.4.1",

yarn.lock

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2779,7 +2779,7 @@ __metadata:
27792779
"@vitest/coverage-c8": "npm:0.24.5"
27802780
"@vue/eslint-config-typescript": "npm:12.0.0"
27812781
"@vueuse/core": "npm:10.7.1"
2782-
"@vueuse/math": "npm:10.7.1"
2782+
"@vueuse/math": "npm:10.7.2"
27832783
"@zxing/browser": "npm:0.1.4"
27842784
"@zxing/library": "npm:0.20.0"
27852785
autoprefixer: "npm:10.4.16"
@@ -2897,7 +2897,7 @@ __metadata:
28972897
"@testing-library/user-event": "npm:14.5.2"
28982898
"@types/sanitize-html": "npm:^2"
28992899
"@vueuse/core": "npm:10.7.1"
2900-
"@vueuse/math": "npm:10.7.1"
2900+
"@vueuse/math": "npm:10.7.2"
29012901
"@zxing/browser": "npm:0.1.4"
29022902
"@zxing/library": "npm:0.20.0"
29032903
browserslist-to-esbuild: "npm:^1.2.0"
@@ -4889,13 +4889,13 @@ __metadata:
48894889
languageName: node
48904890
linkType: hard
48914891

4892-
"@vueuse/math@npm:10.7.1":
4893-
version: 10.7.1
4894-
resolution: "@vueuse/math@npm:10.7.1"
4892+
"@vueuse/math@npm:10.7.2":
4893+
version: 10.7.2
4894+
resolution: "@vueuse/math@npm:10.7.2"
48954895
dependencies:
4896-
"@vueuse/shared": "npm:10.7.1"
4896+
"@vueuse/shared": "npm:10.7.2"
48974897
vue-demi: "npm:>=0.14.6"
4898-
checksum: a5c1b89e49789248233793506fa7af2baea3de0bb56c28438402ecbe7c6e66553395ecfe6c82fd18cb6ae38104d9e1422aa797a9908359d9e23810d4f31f20cc
4898+
checksum: f3ccc3fa4929f448d10921b7ab03d09af608d0985dd48a5c51ee9855c40f4b8573933b11d525dfb177b06593059b5ba1105f106e2b05a7817ad25bdd1e06400b
48994899
languageName: node
49004900
linkType: hard
49014901

@@ -4931,6 +4931,15 @@ __metadata:
49314931
languageName: node
49324932
linkType: hard
49334933

4934+
"@vueuse/shared@npm:10.7.2":
4935+
version: 10.7.2
4936+
resolution: "@vueuse/shared@npm:10.7.2"
4937+
dependencies:
4938+
vue-demi: "npm:>=0.14.6"
4939+
checksum: 9fb3d5f85ea626266eabf9721b941dee770694a653f46aac3ec9804cf728a84020370ee49e2d98ec61a44c0bd77f540dc117da75a783451f9f3546ec80969f37
4940+
languageName: node
4941+
linkType: hard
4942+
49344943
"@xmldom/xmldom@npm:^0.7.2":
49354944
version: 0.7.10
49364945
resolution: "@xmldom/xmldom@npm:0.7.10"

0 commit comments

Comments
 (0)