Skip to content

Commit b0932b1

Browse files
update
1 parent deb2b91 commit b0932b1

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

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.28",
6+
"version": "0.0.29",
77
"main": "index.js",
88
"types": "index.d.ts",
99
"files": [
@@ -53,7 +53,7 @@
5353
"diff parse"
5454
],
5555
"dependencies": {
56-
"@git-diff-view/lowlight": "^0.0.28",
56+
"@git-diff-view/lowlight": "^0.0.29",
5757
"highlight.js": "^11.11.0",
5858
"lowlight": "^3.3.0",
5959
"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.28",
6+
"version": "0.0.29",
77
"main": "index.js",
88
"types": "index.d.ts",
99
"files": [
@@ -53,7 +53,7 @@
5353
"diff parse"
5454
],
5555
"dependencies": {
56-
"@git-diff-view/core": "^0.0.28",
56+
"@git-diff-view/core": "^0.0.29",
5757
"diff": "^7.0.0",
5858
"highlight.js": "^11.11.0",
5959
"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.28",
6+
"version": "0.0.29",
77
"main": "index.js",
88
"types": "index.d.ts",
99
"files": [

packages/react/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/react",
44
"author": "MrWangJustToDo",
55
"license": "MIT",
6-
"version": "0.0.28",
6+
"version": "0.0.29",
77
"main": "index.js",
88
"types": "index.d.ts",
99
"files": [
@@ -67,7 +67,7 @@
6767
"react diff component"
6868
],
6969
"dependencies": {
70-
"@git-diff-view/core": "^0.0.28",
70+
"@git-diff-view/core": "^0.0.29",
7171
"@types/hast": "^3.0.0",
7272
"fast-diff": "^1.3.0",
7373
"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.28",
6+
"version": "0.0.29",
77
"types": "index.d.ts",
88
"main": "./dist/esm/index.mjs",
99
"type": "module",

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.28",
6+
"version": "0.0.29",
77
"types": "index.d.ts",
88
"type": "module",
99
"files": [
@@ -41,6 +41,6 @@
4141
]
4242
},
4343
"dependencies": {
44-
"@git-diff-view/core": "^0.0.28"
44+
"@git-diff-view/core": "^0.0.29"
4545
}
4646
}

packages/vue/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/vue",
44
"author": "MrWangJustToDo",
55
"license": "MIT",
6-
"version": "0.0.28",
6+
"version": "0.0.29",
77
"main": "./dist/vue-git-diff-view.mjs",
88
"type": "module",
99
"types": "index.d.ts",
@@ -41,7 +41,7 @@
4141
"vue diff component"
4242
],
4343
"dependencies": {
44-
"@git-diff-view/core": "^0.0.28",
44+
"@git-diff-view/core": "^0.0.29",
4545
"@types/hast": "^3.0.0",
4646
"highlight.js": "^11.11.0",
4747
"lowlight": "^3.3.0",

0 commit comments

Comments
 (0)