Skip to content

Commit 4e8ba7a

Browse files
update
1 parent 2c793a6 commit 4e8ba7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ui/react-example/src/components/ReactPlayGround.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ export const ReactPlayGround = () => {
4646
template="vite-react-ts"
4747
customSetup={{
4848
dependencies: {
49-
"@git-diff-view/file": "0.0.20",
50-
"@git-diff-view/react": "0.0.20",
49+
"@git-diff-view/file": "0.0.26",
50+
"@git-diff-view/react": "0.0.26",
5151
},
5252
}}
5353
theme={colorScheme === "dark" ? "dark" : "light"}

ui/react-example/src/components/VuePlayGround.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ export const VuePlayGround = () => {
2424
template="vite-vue-ts"
2525
customSetup={{
2626
dependencies: {
27-
"@git-diff-view/file": "0.0.20",
28-
"@git-diff-view/vue": "0.0.20",
27+
"@git-diff-view/file": "0.0.26",
28+
"@git-diff-view/vue": "0.0.26",
2929
},
3030
}}
3131
files={{

0 commit comments

Comments
 (0)