Skip to content

Commit eb521f7

Browse files
author
hy
committed
fix(ICON):升级ICON版本到13.9.0
1 parent 8701050 commit eb521f7

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

example/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react-native-image-picker": "^5.3.1",
2020
"react-native-image-viewing": "~0.2.2",
2121
"react-native-root-siblings": "4.1.1",
22-
"react-native-svg": "13.0.0"
22+
"react-native-svg": "13.9.0"
2323
},
2424
"devDependencies": {
2525
"@babel/core": "~7.20.7",
@@ -34,4 +34,4 @@
3434
"jest": {
3535
"preset": "react-native"
3636
}
37-
}
37+
}

example/examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"react-native-image-viewing": "~0.2.2",
2424
"react-native-safe-area-context": "~4.3.1",
2525
"react-native-screens": "~3.15.0",
26-
"react-native-svg": "13.0.0",
27-
"react-native-reanimated":"3.1.0"
26+
"react-native-svg": "13.9.0",
27+
"react-native-reanimated": "3.1.0"
2828
},
2929
"devDependencies": {
3030
"@babel/core": "~7.20.7",
@@ -54,4 +54,4 @@
5454
"node"
5555
]
5656
}
57-
}
57+
}

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
"prop-types": "15.7.2",
6666
"react-native-gesture-handler": "2.8.0",
6767
"react-native-root-siblings": "4.1.1",
68-
"react-native-svg": "13.0.0",
69-
"react-native-safe-area-context":"4.5.1",
70-
"react-native-reanimated":"3.1.0"
68+
"react-native-svg": "13.9.0",
69+
"react-native-safe-area-context": "4.5.1",
70+
"react-native-reanimated": "3.1.0"
7171
},
7272
"peerDependencies": {
7373
"react": ">=16.9.0",
@@ -81,4 +81,4 @@
8181
"engines": {
8282
"node": ">=16.0.0"
8383
}
84-
}
84+
}

packages/core/src/changelog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
- "react-native-svg": "12.1.1",
4343
- "react-native-gesture-handler": "~2.5.0",
4444
+ "@uiw/react-native": "4.0.1",
45-
+ "react-native-svg": "13.0.0",
45+
+ "react-native-svg": "13.9.0",
4646
+ "react-native-gesture-handler": "2.8.0",
4747
...
4848
}

packages/react-native-image-picker/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"src",
2222
"README.md"
2323
],
24-
"publishConfig":{
24+
"publishConfig": {
2525
"access": "public"
2626
},
2727
"dependencies": {
@@ -35,7 +35,7 @@
3535
"prop-types": "15.7.2",
3636
"react-native-image-picker": "^5.3.1",
3737
"react-native-image-viewing": "~0.2.2",
38-
"react-native-svg": "13.0.0"
38+
"react-native-svg": "13.9.0"
3939
},
4040
"peerDependencies": {
4141
"react": ">=16.9.0",
@@ -50,4 +50,4 @@
5050
"engines": {
5151
"node": ">=16.0.0"
5252
}
53-
}
53+
}

test-ci/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"prop-types": "15.7.2",
4242
"react-native-gesture-handler": "2.8.0",
4343
"react-native-root-siblings": "4.1.1",
44-
"react-native-svg": "13.0.0",
44+
"react-native-svg": "13.9.0",
4545
"@shopify/restyle": "~2.4.2"
4646
},
4747
"jest": {

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"react-native-gesture-handler": "2.8.0",
3636
"react-native-reanimated": "~2.13.0",
3737
"react-native-root-siblings": "4.1.1",
38-
"react-native-svg": "13.0.0",
38+
"react-native-svg": "13.9.0",
3939
"react-native-web": "0.18.10",
4040
"react-router-dom": "6.2.1",
4141
"styled-components": "^5.3.6",
@@ -76,4 +76,4 @@
7676
"last 1 safari version"
7777
]
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)