⬇️ Downgrading dependencies. codemirr 5.x

This commit is contained in:
lbw 2024-03-03 14:45:48 +08:00
parent dfa5e61e40
commit 993193ace4
2 changed files with 13 additions and 2 deletions

13
auto-imports.d.ts vendored
View File

@ -1,4 +1,8 @@
// Generated by 'unplugin-auto-import'
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {
const EffectScope: typeof import('vue')['EffectScope']
@ -57,6 +61,7 @@ declare global {
const toRaw: typeof import('vue')['toRaw']
const toRef: typeof import('vue')['toRef']
const toRefs: typeof import('vue')['toRefs']
const toValue: typeof import('vue')['toValue']
const triggerRef: typeof import('vue')['triggerRef']
const unref: typeof import('vue')['unref']
const useAttrs: typeof import('vue')['useAttrs']
@ -71,3 +76,9 @@ declare global {
const watchPostEffect: typeof import('vue')['watchPostEffect']
const watchSyncEffect: typeof import('vue')['watchSyncEffect']
}
// for type re-export
declare global {
// @ts-ignore
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
import('vue')
}

View File

@ -18,7 +18,7 @@
"autoprefixer": "10.4.18",
"axios": "1.6.7",
"china-area-data": "^5.0.1",
"codemirror": "6.0.1",
"codemirror": "5.65.16",
"crypto-js": "4.2.0",
"driver.js": "1.3.1",
"echarts": "5.5.0",