update dependencies

This commit is contained in:
lightling 2024-05-17 17:15:39 -04:00
parent 936c61f0ba
commit b28c096729
3 changed files with 404 additions and 441 deletions

View file

@ -3,5 +3,8 @@
"private": true,
"version": "0.0.0",
"type": "module",
"main": "src/index.ts"
"main": "src/index.ts",
"peerDependencies": {
"typescript": "^5"
}
}

826
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -20,18 +20,18 @@
"github-slugger": "2.0.0",
"highlight.js": "11.9.0",
"js-yaml": "4.1.0",
"marked": "12.0.1",
"marked": "12.0.2",
"marked-highlight": "2.1.1",
"normalize.css": "8.0.1",
"pinia": "2.1.7",
"pug": "3.0.2",
"rfdc": "1.3.1",
"sass": "1.71.1",
"typescript": "5.4.2",
"vite": "5.1.4",
"vite-ssg": "0.23.6",
"vue": "3.4.19",
"vue-router": "4.3.0",
"sass": "1.77.2",
"typescript": "5.4.5",
"vite": "5.2.11",
"vite-ssg": "0.23.7",
"vue": "3.4.27",
"vue-router": "4.3.2",
"vue-tippy": "6.4.1",
"vue-tsc": "1.8.27"
}