chore: update deps
This commit is contained in:
parent
ddb90e465e
commit
ee08713690
11
components.d.ts
vendored
11
components.d.ts
vendored
@ -3,15 +3,14 @@
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
Footer: typeof import('./src/components/Footer.vue')['default']
|
||||
README: typeof import('./src/components/README.md')['default']
|
||||
CarbonCampsite: typeof import('virtual:vite-icons/carbon/campsite')['default']
|
||||
CarbonDicomOverlay: typeof import('virtual:vite-icons/carbon/dicom-overlay')['default']
|
||||
CarbonLanguage: typeof import('virtual:vite-icons/carbon/language')['default']
|
||||
CarbonLogoGithub: typeof import('virtual:vite-icons/carbon/logo-github')['default']
|
||||
CarbonMoon: typeof import('virtual:vite-icons/carbon/moon')['default']
|
||||
CarbonSun: typeof import('virtual:vite-icons/carbon/sun')['default']
|
||||
CarbonLanguage: typeof import('virtual:vite-icons/carbon/language')['default']
|
||||
CarbonDicomOverlay: typeof import('virtual:vite-icons/carbon/dicom-overlay')['default']
|
||||
CarbonLogoGithub: typeof import('virtual:vite-icons/carbon/logo-github')['default']
|
||||
CarbonPedestrian: typeof import('virtual:vite-icons/carbon/pedestrian')['default']
|
||||
Footer: typeof import('./src/components/Footer.vue')['default']
|
||||
README: typeof import('./src/components/README.md')['default']
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
"pnpm": "^6.9.1",
|
||||
"typescript": "^4.3.5",
|
||||
"vite": "^2.3.8",
|
||||
"vite-plugin-components": "^0.11.4",
|
||||
"vite-plugin-components": "^0.12.0",
|
||||
"vite-plugin-icons": "^0.6.3",
|
||||
"vite-plugin-md": "^0.6.7",
|
||||
"vite-plugin-pages": "^0.14.8",
|
||||
|
56
pnpm-lock.yaml
generated
56
pnpm-lock.yaml
generated
@ -21,7 +21,7 @@ specifiers:
|
||||
prism-theme-vars: ^0.2.2
|
||||
typescript: ^4.3.5
|
||||
vite: ^2.3.8
|
||||
vite-plugin-components: ^0.11.4
|
||||
vite-plugin-components: ^0.12.0
|
||||
vite-plugin-icons: ^0.6.3
|
||||
vite-plugin-md: ^0.6.7
|
||||
vite-plugin-pages: ^0.14.8
|
||||
@ -60,7 +60,7 @@ devDependencies:
|
||||
pnpm: 6.9.1
|
||||
typescript: 4.3.5
|
||||
vite: 2.3.8
|
||||
vite-plugin-components: 0.11.4_vite@2.3.8
|
||||
vite-plugin-components: 0.12.0_vite@2.3.8
|
||||
vite-plugin-icons: 0.6.3_04c365d2f025c774303a6a7aa9bb4144
|
||||
vite-plugin-md: 0.6.7_vite@2.3.8
|
||||
vite-plugin-pages: 0.14.8_vite@2.3.8
|
||||
@ -2566,14 +2566,6 @@ packages:
|
||||
color-convert: 2.0.1
|
||||
dev: true
|
||||
|
||||
/anymatch/3.1.2:
|
||||
resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==}
|
||||
engines: {node: '>= 8'}
|
||||
dependencies:
|
||||
normalize-path: 3.0.0
|
||||
picomatch: 2.3.0
|
||||
dev: true
|
||||
|
||||
/appdata-path/1.0.0:
|
||||
resolution: {integrity: sha512-ZbH3ezXfnT/YE3NdqduIt4lBV+H0ybvA2Qx3K76gIjQvh8gROpDFdDLpx6B1QJtW7zxisCbpTlCLhKqoR8cDBw==}
|
||||
dev: true
|
||||
@ -2729,11 +2721,6 @@ packages:
|
||||
resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==}
|
||||
dev: true
|
||||
|
||||
/binary-extensions/2.2.0:
|
||||
resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==}
|
||||
engines: {node: '>=8'}
|
||||
dev: true
|
||||
|
||||
/bluebird/3.7.2:
|
||||
resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==}
|
||||
dev: true
|
||||
@ -2907,21 +2894,6 @@ packages:
|
||||
is-regex: 1.1.3
|
||||
dev: true
|
||||
|
||||
/chokidar/3.5.2:
|
||||
resolution: {integrity: sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==}
|
||||
engines: {node: '>= 8.10.0'}
|
||||
dependencies:
|
||||
anymatch: 3.1.2
|
||||
braces: 3.0.2
|
||||
glob-parent: 5.1.2
|
||||
is-binary-path: 2.1.0
|
||||
is-glob: 4.0.1
|
||||
normalize-path: 3.0.0
|
||||
readdirp: 3.6.0
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
||||
/ci-info/2.0.0:
|
||||
resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==}
|
||||
dev: true
|
||||
@ -4602,13 +4574,6 @@ packages:
|
||||
resolution: {integrity: sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA==}
|
||||
dev: true
|
||||
|
||||
/is-binary-path/2.1.0:
|
||||
resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
binary-extensions: 2.2.0
|
||||
dev: true
|
||||
|
||||
/is-boolean-object/1.1.1:
|
||||
resolution: {integrity: sha512-bXdQWkECBUIAcCkeH1unwJLIpZYaa5VvuygSyS/c2lf719mTKZDU5UdDRlpd01UjADgmW8RfqaP+mRaVPdr/Ng==}
|
||||
engines: {node: '>= 0.4'}
|
||||
@ -5360,11 +5325,6 @@ packages:
|
||||
validate-npm-package-license: 3.0.4
|
||||
dev: true
|
||||
|
||||
/normalize-path/3.0.0:
|
||||
resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
/normalize-url/4.5.1:
|
||||
resolution: {integrity: sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==}
|
||||
engines: {node: '>=8'}
|
||||
@ -6128,13 +6088,6 @@ packages:
|
||||
util-deprecate: 1.0.2
|
||||
dev: true
|
||||
|
||||
/readdirp/3.6.0:
|
||||
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
|
||||
engines: {node: '>=8.10.0'}
|
||||
dependencies:
|
||||
picomatch: 2.3.0
|
||||
dev: true
|
||||
|
||||
/redent/2.0.0:
|
||||
resolution: {integrity: sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=}
|
||||
engines: {node: '>=4'}
|
||||
@ -7273,12 +7226,11 @@ packages:
|
||||
vfile-message: 2.0.4
|
||||
dev: true
|
||||
|
||||
/vite-plugin-components/0.11.4_vite@2.3.8:
|
||||
resolution: {integrity: sha512-BaTdqhXpCXIv9g6kthMRRB/BE5ijkXIBti6Jzghhpi1ZWlMA6X17yhWFynyUHK8KYi0tvn+Q/Ain5DnmCSC67A==}
|
||||
/vite-plugin-components/0.12.0_vite@2.3.8:
|
||||
resolution: {integrity: sha512-LJAn25KFLFw97mNQw74fsWvGAaaFXbDNGkReFpITPtIrmdRrwWowieg23INXAniPaGJVIhspLk0ippMPi/q0qA==}
|
||||
peerDependencies:
|
||||
vite: ^2.0.0
|
||||
dependencies:
|
||||
chokidar: 3.5.2
|
||||
debug: 4.3.2
|
||||
fast-glob: 3.2.6
|
||||
magic-string: 0.25.7
|
||||
|
Loading…
x
Reference in New Issue
Block a user