Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWangJustToDo committed Dec 23, 2024
1 parent 12981a1 commit 15a93b6
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 25 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@git-diff-view/core": "workspace:*",
"@git-diff-view/react": "workspace:*",
"@git-diff-view/vue": "workspace:*",
"@git-diff-view/utils": "workspace:*",
"@swc/core": "^1.7.40",
"@types/lodash": "^4.17.13",
"@types/node": "^22.8.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "@git-diff-view/core",
"author": "MrWangJustToDo",
"license": "MIT",
"version": "0.0.23",
"version": "0.0.24",
"main": "index.js",
"types": "index.d.ts",
"files": [
Expand Down Expand Up @@ -52,7 +52,7 @@
"diff parse"
],
"dependencies": {
"@git-diff-view/lowlight": "^0.0.23",
"@git-diff-view/lowlight": "^0.0.24",
"highlight.js": "^11.11.0",
"lowlight": "^3.3.0",
"fast-diff": "^1.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "@git-diff-view/file",
"author": "MrWangJustToDo",
"license": "MIT",
"version": "0.0.23",
"version": "0.0.24",
"main": "index.js",
"types": "index.d.ts",
"files": [
Expand Down Expand Up @@ -52,7 +52,7 @@
"diff parse"
],
"dependencies": {
"@git-diff-view/core": "^0.0.23",
"@git-diff-view/core": "^0.0.24",
"diff": "^7.0.0",
"highlight.js": "^11.11.0",
"lowlight": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lowlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "@git-diff-view/lowlight",
"author": "MrWangJustToDo",
"license": "MIT",
"version": "0.0.23",
"version": "0.0.24",
"main": "index.js",
"types": "index.d.ts",
"files": [
Expand Down
5 changes: 2 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "@git-diff-view/react",
"author": "MrWangJustToDo",
"license": "MIT",
"version": "0.0.23",
"version": "0.0.24",
"main": "index.js",
"types": "index.d.ts",
"files": [
Expand Down Expand Up @@ -63,8 +63,7 @@
"react diff component"
],
"dependencies": {
"@git-diff-view/core": "^0.0.23",
"@git-diff-view/utils": "^0.0.23",
"@git-diff-view/core": "^0.0.24",
"@types/hast": "^3.0.0",
"fast-diff": "^1.3.0",
"highlight.js": "^11.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "@git-diff-view/shiki",
"author": "MrWangJustToDo",
"license": "MIT",
"version": "0.0.23",
"version": "0.0.24",
"types": "index.d.ts",
"type": "module",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "@git-diff-view/utils",
"author": "MrWangJustToDo",
"license": "MIT",
"version": "0.0.23",
"version": "0.0.24",
"types": "index.d.ts",
"type": "module",
"files": [
Expand Down Expand Up @@ -40,6 +40,6 @@
]
},
"dependencies": {
"@git-diff-view/core": "^0.0.23"
"@git-diff-view/core": "^0.0.24"
}
}
5 changes: 2 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "@git-diff-view/vue",
"author": "MrWangJustToDo",
"license": "MIT",
"version": "0.0.23",
"version": "0.0.24",
"main": "index.js",
"type": "module",
"types": "index.d.ts",
Expand Down Expand Up @@ -49,8 +49,7 @@
"vue diff component"
],
"dependencies": {
"@git-diff-view/core": "^0.0.23",
"@git-diff-view/utils": "^0.0.23",
"@git-diff-view/core": "^0.0.24",
"@types/hast": "^3.0.0",
"highlight.js": "^11.11.0",
"lowlight": "^3.3.0",
Expand Down
19 changes: 8 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15a93b6

Please sign in to comment.