mirror of
https://github.com/Kizuren/kizuren.dev.git
synced 2026-01-09 16:07:44 +01:00
Bump @nuxtjs/mdc from 0.17.4 to 0.18.0
Bumps [@nuxtjs/mdc](https://github.com/nuxt-content/mdc) from 0.17.4 to 0.18.0. - [Release notes](https://github.com/nuxt-content/mdc/releases) - [Changelog](https://github.com/nuxt-content/mdc/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt-content/mdc/compare/v0.17.4...v0.18.0) --- updated-dependencies: - dependency-name: "@nuxtjs/mdc" dependency-version: 0.18.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
454aa72cb1
commit
8a5adb64e2
2 changed files with 130 additions and 25 deletions
153
package-lock.json
generated
153
package-lock.json
generated
|
|
@ -31,7 +31,7 @@
|
|||
"devDependencies": {
|
||||
"@iconify-json/material-symbols": "^1.2.42",
|
||||
"@iconify-json/simple-icons": "^1.2.55",
|
||||
"@nuxtjs/mdc": "^0.17.3",
|
||||
"@nuxtjs/mdc": "^0.18.0",
|
||||
"@tailwindcss/typography": "^0.5.19"
|
||||
}
|
||||
},
|
||||
|
|
@ -1849,6 +1849,81 @@
|
|||
"node": ">=18.12.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxt/content/node_modules/@nuxtjs/mdc": {
|
||||
"version": "0.17.4",
|
||||
"resolved": "https://registry.npmjs.org/@nuxtjs/mdc/-/mdc-0.17.4.tgz",
|
||||
"integrity": "sha512-I5ZYUWVlE2xZAkfBG6B0/l2uddDZlr8X2WPVMPYNY4zocobBjMgykj4aqYXHY+N35HRYsa+IpuUCf30bR8xCbA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@nuxt/kit": "^4.1.1",
|
||||
"@shikijs/core": "^3.12.2",
|
||||
"@shikijs/langs": "^3.12.2",
|
||||
"@shikijs/themes": "^3.12.2",
|
||||
"@shikijs/transformers": "^3.12.2",
|
||||
"@types/hast": "^3.0.4",
|
||||
"@types/mdast": "^4.0.4",
|
||||
"@vue/compiler-core": "^3.5.21",
|
||||
"consola": "^3.4.2",
|
||||
"debug": "^4.4.1",
|
||||
"defu": "^6.1.4",
|
||||
"destr": "^2.0.5",
|
||||
"detab": "^3.0.2",
|
||||
"github-slugger": "^2.0.0",
|
||||
"hast-util-format": "^1.1.0",
|
||||
"hast-util-to-mdast": "^10.1.2",
|
||||
"hast-util-to-string": "^3.0.1",
|
||||
"mdast-util-to-hast": "^13.2.0",
|
||||
"micromark-util-sanitize-uri": "^2.0.1",
|
||||
"parse5": "^8.0.0",
|
||||
"pathe": "^2.0.3",
|
||||
"property-information": "^7.1.0",
|
||||
"rehype-external-links": "^3.0.0",
|
||||
"rehype-minify-whitespace": "^6.0.2",
|
||||
"rehype-raw": "^7.0.0",
|
||||
"rehype-remark": "^10.0.1",
|
||||
"rehype-slug": "^6.0.0",
|
||||
"rehype-sort-attribute-values": "^5.0.1",
|
||||
"rehype-sort-attributes": "^5.0.1",
|
||||
"remark-emoji": "^5.0.2",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"remark-mdc": "v3.6.0",
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.2",
|
||||
"remark-stringify": "^11.0.0",
|
||||
"scule": "^1.3.0",
|
||||
"shiki": "^3.12.2",
|
||||
"ufo": "^1.6.1",
|
||||
"unified": "^11.0.5",
|
||||
"unist-builder": "^4.0.0",
|
||||
"unist-util-visit": "^5.0.0",
|
||||
"unwasm": "^0.3.11",
|
||||
"vfile": "^6.0.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxt/content/node_modules/entities": {
|
||||
"version": "6.0.1",
|
||||
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
||||
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
|
||||
"license": "BSD-2-Clause",
|
||||
"engines": {
|
||||
"node": ">=0.12"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/fb55/entities?sponsor=1"
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxt/content/node_modules/parse5": {
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.0.tgz",
|
||||
"integrity": "sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"entities": "^6.0.0"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxt/devalue": {
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/devalue/-/devalue-2.0.2.tgz",
|
||||
|
|
@ -2830,21 +2905,22 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@nuxtjs/mdc": {
|
||||
"version": "0.17.4",
|
||||
"resolved": "https://registry.npmjs.org/@nuxtjs/mdc/-/mdc-0.17.4.tgz",
|
||||
"integrity": "sha512-I5ZYUWVlE2xZAkfBG6B0/l2uddDZlr8X2WPVMPYNY4zocobBjMgykj4aqYXHY+N35HRYsa+IpuUCf30bR8xCbA==",
|
||||
"version": "0.18.0",
|
||||
"resolved": "https://registry.npmjs.org/@nuxtjs/mdc/-/mdc-0.18.0.tgz",
|
||||
"integrity": "sha512-/rWEOiLpD6oNx2FC/UsYxLn1pP31pvRmaX5y8GurBOogATKDWd3jlfKCGgshLnsWM6dCKgNkF0mCZQCMZMfpIQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@nuxt/kit": "^4.1.1",
|
||||
"@shikijs/core": "^3.12.2",
|
||||
"@shikijs/langs": "^3.12.2",
|
||||
"@shikijs/themes": "^3.12.2",
|
||||
"@shikijs/transformers": "^3.12.2",
|
||||
"@nuxt/kit": "^4.1.3",
|
||||
"@shikijs/core": "^3.13.0",
|
||||
"@shikijs/langs": "^3.13.0",
|
||||
"@shikijs/themes": "^3.13.0",
|
||||
"@shikijs/transformers": "^3.13.0",
|
||||
"@types/hast": "^3.0.4",
|
||||
"@types/mdast": "^4.0.4",
|
||||
"@vue/compiler-core": "^3.5.21",
|
||||
"@vue/compiler-core": "^3.5.22",
|
||||
"consola": "^3.4.2",
|
||||
"debug": "^4.4.1",
|
||||
"debug": "^4.4.3",
|
||||
"defu": "^6.1.4",
|
||||
"destr": "^2.0.5",
|
||||
"detab": "^3.0.2",
|
||||
|
|
@ -2866,12 +2942,12 @@
|
|||
"rehype-sort-attributes": "^5.0.1",
|
||||
"remark-emoji": "^5.0.2",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"remark-mdc": "v3.6.0",
|
||||
"remark-mdc": "npm:remark-mdc-edge@3.6.0-29333381.8558577",
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.2",
|
||||
"remark-stringify": "^11.0.0",
|
||||
"scule": "^1.3.0",
|
||||
"shiki": "^3.12.2",
|
||||
"shiki": "^3.13.0",
|
||||
"ufo": "^1.6.1",
|
||||
"unified": "^11.0.5",
|
||||
"unist-builder": "^4.0.0",
|
||||
|
|
@ -2881,19 +2957,20 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nuxtjs/mdc/node_modules/@nuxt/kit": {
|
||||
"version": "4.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.1.2.tgz",
|
||||
"integrity": "sha512-P5q41xeEOa6ZQC0PvIP7TSBmOAMxXK4qihDcCbYIJq8RcVsEPbGZVlidmxE6EOw1ucSyodq9nbV31FAKwoL4NQ==",
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@nuxt/kit/-/kit-4.2.0.tgz",
|
||||
"integrity": "sha512-1yN3LL6RDN5GjkNLPUYCbNRkaYnat6hqejPyfIBBVzrWOrpiQeNMGxQM/IcVdaSuBJXAnu0sUvTKXpXkmPhljg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"c12": "^3.2.0",
|
||||
"c12": "^3.3.1",
|
||||
"consola": "^3.4.2",
|
||||
"defu": "^6.1.4",
|
||||
"destr": "^2.0.5",
|
||||
"errx": "^0.1.0",
|
||||
"exsolve": "^1.0.7",
|
||||
"ignore": "^7.0.5",
|
||||
"jiti": "^2.5.1",
|
||||
"jiti": "^2.6.1",
|
||||
"klona": "^2.0.6",
|
||||
"mlly": "^1.8.0",
|
||||
"ohash": "^2.0.11",
|
||||
|
|
@ -2901,12 +2978,10 @@
|
|||
"pkg-types": "^2.3.0",
|
||||
"rc9": "^2.1.2",
|
||||
"scule": "^1.3.0",
|
||||
"semver": "^7.7.2",
|
||||
"std-env": "^3.9.0",
|
||||
"semver": "^7.7.3",
|
||||
"tinyglobby": "^0.2.15",
|
||||
"ufo": "^1.6.1",
|
||||
"unctx": "^2.4.1",
|
||||
"unimport": "^5.2.0",
|
||||
"untyped": "^2.0.0"
|
||||
},
|
||||
"engines": {
|
||||
|
|
@ -2917,6 +2992,7 @@
|
|||
"version": "6.0.1",
|
||||
"resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
|
||||
"integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
|
||||
"dev": true,
|
||||
"license": "BSD-2-Clause",
|
||||
"engines": {
|
||||
"node": ">=0.12"
|
||||
|
|
@ -2929,6 +3005,7 @@
|
|||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/parse5/-/parse5-8.0.0.tgz",
|
||||
"integrity": "sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"entities": "^6.0.0"
|
||||
|
|
@ -2937,6 +3014,34 @@
|
|||
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
||||
}
|
||||
},
|
||||
"node_modules/@nuxtjs/mdc/node_modules/remark-mdc": {
|
||||
"name": "remark-mdc-edge",
|
||||
"version": "3.6.0-29333381.8558577",
|
||||
"resolved": "https://registry.npmjs.org/remark-mdc-edge/-/remark-mdc-edge-3.6.0-29333381.8558577.tgz",
|
||||
"integrity": "sha512-kI1hczSecJMgLPzD5YKNpsOsmMBroZNaF8XitfbBxx7dGP9V3O5CBEHxCjgkVBmfOXN50i8db/bLuk8lbLsjmg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/mdast": "^4.0.4",
|
||||
"@types/unist": "^3.0.3",
|
||||
"flat": "^6.0.1",
|
||||
"mdast-util-from-markdown": "^2.0.2",
|
||||
"mdast-util-to-markdown": "^2.1.2",
|
||||
"micromark": "^4.0.2",
|
||||
"micromark-core-commonmark": "^2.0.3",
|
||||
"micromark-factory-space": "^2.0.1",
|
||||
"micromark-factory-whitespace": "^2.0.1",
|
||||
"micromark-util-character": "^2.1.1",
|
||||
"micromark-util-types": "^2.0.2",
|
||||
"parse-entities": "^4.0.2",
|
||||
"scule": "^1.3.0",
|
||||
"stringify-entities": "^4.0.4",
|
||||
"unified": "^11.0.5",
|
||||
"unist-util-visit": "^5.0.0",
|
||||
"unist-util-visit-parents": "^6.0.1",
|
||||
"yaml": "^2.8.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@oxc-minify/binding-android-arm64": {
|
||||
"version": "0.87.0",
|
||||
"resolved": "https://registry.npmjs.org/@oxc-minify/binding-android-arm64/-/binding-android-arm64-0.87.0.tgz",
|
||||
|
|
@ -8278,9 +8383,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/debug": {
|
||||
"version": "4.4.1",
|
||||
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
|
||||
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
||||
"version": "4.4.3",
|
||||
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
||||
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"ms": "^2.1.3"
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"devDependencies": {
|
||||
"@iconify-json/material-symbols": "^1.2.42",
|
||||
"@iconify-json/simple-icons": "^1.2.55",
|
||||
"@nuxtjs/mdc": "^0.17.3",
|
||||
"@nuxtjs/mdc": "^0.18.0",
|
||||
"@tailwindcss/typography": "^0.5.19"
|
||||
},
|
||||
"trustedDependencies": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue