Skip to content

Commit f870e22

Browse files
update
1 parent 99fe274 commit f870e22

File tree

11 files changed

+703
-641
lines changed

11 files changed

+703
-641
lines changed

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
],
5454
"dependencies": {
5555
"@git-diff-view/lowlight": "^0.0.23",
56-
"highlight.js": "^11.10.0",
57-
"lowlight": "^3.2.0",
56+
"highlight.js": "^11.11.0",
57+
"lowlight": "^3.3.0",
5858
"fast-diff": "^1.3.0"
5959
},
6060
"devDependencies": {

packages/file/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"dependencies": {
5555
"@git-diff-view/core": "^0.0.23",
5656
"diff": "^7.0.0",
57-
"highlight.js": "^11.10.0",
58-
"lowlight": "^3.2.0",
57+
"highlight.js": "^11.11.0",
58+
"lowlight": "^3.3.0",
5959
"fast-diff": "^1.3.0"
6060
},
6161
"devDependencies": {

packages/lowlight/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
],
5454
"dependencies": {
5555
"@types/hast": "^3.0.0",
56-
"highlight.js": "^11.10.0",
57-
"lowlight": "^3.2.0"
56+
"highlight.js": "^11.11.0",
57+
"lowlight": "^3.3.0"
5858
}
5959
}

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"@git-diff-view/utils": "^0.0.23",
6868
"@types/hast": "^3.0.0",
6969
"fast-diff": "^1.3.0",
70-
"highlight.js": "^11.10.0",
71-
"lowlight": "^3.2.0",
70+
"highlight.js": "^11.11.0",
71+
"lowlight": "^3.3.0",
7272
"reactivity-store": "^0.3.9",
7373
"use-sync-external-store": "^1.4.0"
7474
},

packages/vue/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,20 @@
5252
"@git-diff-view/core": "^0.0.23",
5353
"@git-diff-view/utils": "^0.0.23",
5454
"@types/hast": "^3.0.0",
55-
"highlight.js": "^11.10.0",
56-
"lowlight": "^3.2.0",
55+
"highlight.js": "^11.11.0",
56+
"lowlight": "^3.3.0",
5757
"fast-diff": "^1.3.0"
5858
},
5959
"devDependencies": {
60-
"@rollup/plugin-typescript": "^11.1.6",
61-
"@vitejs/plugin-vue": "^5.1.4",
62-
"@vitejs/plugin-vue-jsx": "^3.1.0",
60+
"@rollup/plugin-typescript": "^12.1.2",
61+
"@vitejs/plugin-vue": "^5.2.1",
62+
"@vitejs/plugin-vue-jsx": "^4.1.1",
6363
"autoprefixer": "^10.4.20",
6464
"postcss": "^8.4.47",
6565
"tailwindcss": "^3.4.14",
6666
"vite": "^5.4.10",
6767
"vite-plugin-dts": "^3.9.1",
68-
"vue": "^3.4.38",
68+
"vue": "^3.5.13",
6969
"vue-tsc": "^1.8.27"
7070
},
7171
"peerDependencies": {

0 commit comments

Comments
 (0)