Skip to content

Commit 0d3debe

Browse files
committed
chore: Update react-native-svg to 15.15.3 and Vue to 3.5.28 across packages and examples.
(cherry picked from commit 0eee509)
1 parent 9f068ef commit 0d3debe

File tree

5 files changed

+29
-19
lines changed

5 files changed

+29
-19
lines changed

bun.lock

Lines changed: 25 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/react-expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"react-native-quick-crypto": "^1.0.6",
3939
"react-native-safe-area-context": "^5.6.2",
4040
"react-native-screens": "^4.23.0",
41-
"react-native-svg": "^15.15.2",
41+
"react-native-svg": "^15.15.3",
4242
"set.prototype.difference": "^1.1.7",
4343
"set.prototype.intersection": "^1.1.8",
4444
"set.prototype.isdisjointfrom": "^1.1.5",

examples/vue-vite-pwa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@evolu/common": "workspace:*",
1515
"@evolu/vue": "workspace:*",
1616
"@evolu/web": "workspace:*",
17-
"vue": "^3.5.26",
17+
"vue": "^3.5.28",
1818
"workbox-window": "^7.4.0"
1919
},
2020
"devDependencies": {

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"react-native": "^0.81.6",
8282
"react-native-nitro-modules": "^0.31.10",
8383
"react-native-sensitive-info": "6.0.0-rc.11",
84-
"react-native-svg": "^15.15.2",
84+
"react-native-svg": "^15.15.3",
8585
"typescript": "^5.9.3"
8686
},
8787
"peerDependencies": {

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"peerDependencies": {
4242
"@evolu/common": "^7.4.1",
43-
"vue": ">=3.5.24"
43+
"vue": ">=3.5.28"
4444
},
4545
"publishConfig": {
4646
"access": "public"

0 commit comments

Comments
 (0)