Skip to content

Commit 59b8e87

Browse files
author
Carlos
committed
Implement code changes to enhance functionality and improve performance
1 parent 898bae7 commit 59b8e87

File tree

2 files changed

+547
-547
lines changed

2 files changed

+547
-547
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"@vueuse/core": "^10.11.1",
1616
"@vueuse/head": "^2.0.0",
1717
"esbuild": "0.23.1",
18-
"ofetch": "^1.3.4",
18+
"ofetch": "^1.4.1",
1919
"pinia": "^2.3.1",
2020
"prism-theme-vars": "^0.2.5",
2121
"string": "^3.3.3",
22-
"vue": "^3.5.17",
22+
"vue": "^3.5.18",
2323
"vue-gtag-next": "^1.14.0",
2424
"vue-router": "^4.5.1"
2525
},
@@ -29,7 +29,7 @@
2929
"@types/fs-extra": "^11.0.4",
3030
"@types/markdown-it": "^14.1.2",
3131
"@types/markdown-it-link-attributes": "^3.0.5",
32-
"@types/node": "^20.19.9",
32+
"@types/node": "^20.19.11",
3333
"@types/string": "0.0.34",
3434
"@typescript-eslint/eslint-plugin": "^6.21.0",
3535
"@typescript-eslint/parser": "^6.21.0",
@@ -41,18 +41,18 @@
4141
"eslint-config-prettier": "^9.1.2",
4242
"eslint-plugin-vue": "^9.33.0",
4343
"esno": "^4.8.0",
44-
"fs-extra": "^11.3.0",
44+
"fs-extra": "^11.3.1",
4545
"happy-dom": "^14.12.3",
4646
"markdown-it": "^14.1.0",
4747
"markdown-it-anchor": "^9.2.0",
4848
"markdown-it-link-attributes": "^4.0.1",
49-
"markdown-it-prism": "^2.3.0",
49+
"markdown-it-prism": "^2.3.1",
5050
"markdown-it-table-of-contents": "^0.6.0",
51-
"postcss": "^8.4.38",
52-
"prismjs": "^1.29.0",
53-
"rimraf": "^5.0.7",
51+
"postcss": "^8.5.6",
52+
"prismjs": "^1.30.0",
53+
"rimraf": "^5.0.10",
5454
"tailwindcss": "^3.4.17",
55-
"typescript": "^5.8.3",
55+
"typescript": "^5.9.2",
5656
"unplugin-auto-import": "^0.18.6",
5757
"unplugin-vue-components": "^0.27.5",
5858
"unplugin-vue-markdown": "^0.26.3",

0 commit comments

Comments
 (0)