Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"vue": "^3.5.40"
},
"devDependencies": {
<<<<<<< HEAD

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Remove unresolved conflict markers from package.json

The merge conflict markers make package.json invalid JSON, so any workflow that parses it (for example pnpm install, scripts, or the docs build) will fail before dependencies can be resolved. I verified this with JSON.parse, which errors at this marker, so the conflict needs to be resolved rather than committed.

Useful? React with 👍 / 👎.

"@antfu/eslint-config": "^9.2.0",
"@antfu/ni": "^30.3.0",
"@iconify-json/carbon": "^1.2.25",
Expand All @@ -31,6 +32,15 @@
"@shikijs/vitepress-twoslash": "^4.3.1",
"@types/node": "^26.1.2",
"@unocss/reset": "^66.7.5",
=======
"@antfu/ni": "^28.3.0",
"@iconify-json/carbon": "catalog:",
"@iconify-json/logos": "catalog:",
"@iconify/vue": "catalog:",
"@shikijs/transformers": "^4.4.1",
"@shikijs/vitepress-twoslash": "^4.4.1",
"@unocss/reset": "catalog:",
>>>>>>> c18a924db951363778078c62e1a21ee37bfa2c18
"@vite-pwa/assets-generator": "^1.0.2",
"@vite-pwa/vitepress": "^1.1.0",
"@vitejs/plugin-vue": "^6.0.8",
Expand All @@ -48,6 +58,10 @@
"vite-plugin-pwa": "^1.3.0",
"vitepress": "2.0.0-alpha.16",
"vitepress-plugin-group-icons": "^1.7.6",
<<<<<<< HEAD
=======
"vitepress-plugin-llms": "^1.13.4",
>>>>>>> c18a924db951363778078c62e1a21ee37bfa2c18
"vitepress-plugin-tabs": "^0.9.1",
"vitest": "^4.1.10",
"workbox-window": "^7.4.1"
Expand Down
Loading