Skip to content

Commit 15a93b6

Browse files
fix install
1 parent 12981a1 commit 15a93b6

File tree

9 files changed

+21
-25
lines changed

9 files changed

+21
-25
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"@git-diff-view/core": "workspace:*",
2828
"@git-diff-view/react": "workspace:*",
2929
"@git-diff-view/vue": "workspace:*",
30+
"@git-diff-view/utils": "workspace:*",
3031
"@swc/core": "^1.7.40",
3132
"@types/lodash": "^4.17.13",
3233
"@types/node": "^22.8.5",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "@git-diff-view/core",
44
"author": "MrWangJustToDo",
55
"license": "MIT",
6-
"version": "0.0.23",
6+
"version": "0.0.24",
77
"main": "index.js",
88
"types": "index.d.ts",
99
"files": [
@@ -52,7 +52,7 @@
5252
"diff parse"
5353
],
5454
"dependencies": {
55-
"@git-diff-view/lowlight": "^0.0.23",
55+
"@git-diff-view/lowlight": "^0.0.24",
5656
"highlight.js": "^11.11.0",
5757
"lowlight": "^3.3.0",
5858
"fast-diff": "^1.3.0"

packages/file/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "@git-diff-view/file",
44
"author": "MrWangJustToDo",
55
"license": "MIT",
6-
"version": "0.0.23",
6+
"version": "0.0.24",
77
"main": "index.js",
88
"types": "index.d.ts",
99
"files": [
@@ -52,7 +52,7 @@
5252
"diff parse"
5353
],
5454
"dependencies": {
55-
"@git-diff-view/core": "^0.0.23",
55+
"@git-diff-view/core": "^0.0.24",
5656
"diff": "^7.0.0",
5757
"highlight.js": "^11.11.0",
5858
"lowlight": "^3.3.0",

packages/lowlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "@git-diff-view/lowlight",
44
"author": "MrWangJustToDo",
55
"license": "MIT",
6-
"version": "0.0.23",
6+
"version": "0.0.24",
77
"main": "index.js",
88
"types": "index.d.ts",
99
"files": [

packages/react/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "@git-diff-view/react",
44
"author": "MrWangJustToDo",
55
"license": "MIT",
6-
"version": "0.0.23",
6+
"version": "0.0.24",
77
"main": "index.js",
88
"types": "index.d.ts",
99
"files": [
@@ -63,8 +63,7 @@
6363
"react diff component"
6464
],
6565
"dependencies": {
66-
"@git-diff-view/core": "^0.0.23",
67-
"@git-diff-view/utils": "^0.0.23",
66+
"@git-diff-view/core": "^0.0.24",
6867
"@types/hast": "^3.0.0",
6968
"fast-diff": "^1.3.0",
7069
"highlight.js": "^11.11.0",

packages/shiki/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "@git-diff-view/shiki",
44
"author": "MrWangJustToDo",
55
"license": "MIT",
6-
"version": "0.0.23",
6+
"version": "0.0.24",
77
"types": "index.d.ts",
88
"type": "module",
99
"files": [

packages/utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "@git-diff-view/utils",
44
"author": "MrWangJustToDo",
55
"license": "MIT",
6-
"version": "0.0.23",
6+
"version": "0.0.24",
77
"types": "index.d.ts",
88
"type": "module",
99
"files": [
@@ -40,6 +40,6 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@git-diff-view/core": "^0.0.23"
43+
"@git-diff-view/core": "^0.0.24"
4444
}
4545
}

packages/vue/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "@git-diff-view/vue",
44
"author": "MrWangJustToDo",
55
"license": "MIT",
6-
"version": "0.0.23",
6+
"version": "0.0.24",
77
"main": "index.js",
88
"type": "module",
99
"types": "index.d.ts",
@@ -49,8 +49,7 @@
4949
"vue diff component"
5050
],
5151
"dependencies": {
52-
"@git-diff-view/core": "^0.0.23",
53-
"@git-diff-view/utils": "^0.0.23",
52+
"@git-diff-view/core": "^0.0.24",
5453
"@types/hast": "^3.0.0",
5554
"highlight.js": "^11.11.0",
5655
"lowlight": "^3.3.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)