Skip to content

Commit b085512

Browse files
committed
Bump dependencies
The latest version of `vueuse/core` has warning on `pnpm build` like: ``` "/* #__PURE__ */" in "[...]" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues. ``` Fixed in vueuse/core's 5388, so just wait for its next release
1 parent a1ba136 commit b085512

2 files changed

Lines changed: 447 additions & 447 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
"preview": "vitepress preview"
77
},
88
"devDependencies": {
9-
"@iconify/vue": "^5.0.0",
9+
"@iconify/vue": "^5.0.1",
1010
"@types/markdown-it": "^14.1.2",
1111
"@types/semver": "^7.7.1",
12-
"@vueuse/core": "^14.2.1",
12+
"@vueuse/core": "^14.3.0",
1313
"markdown-it": "^14.1.1",
1414
"prettier": "3.8.3",
1515
"sass": "^1.99.0",
16-
"semver": "^7.7.4",
16+
"semver": "^7.8.0",
1717
"typescript": "^6.0.3",
18-
"vite": "^8.0.8",
18+
"vite": "^8.0.13",
1919
"vitepress": "1.6.4",
20-
"vue": "^3.5.32"
20+
"vue": "^3.5.34"
2121
},
2222
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
2323
}

0 commit comments

Comments
 (0)