mirror of
https://github.com/142vip/408CSFamily.git
synced 2026-02-02 18:20:26 +08:00
chore(deps): 升级@142vip/eslint-config (#143)
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
import { XMindEmbedViewer } from 'xmind-embed-viewer'
|
||||
import mapData from '../public/mind-map/index.json'
|
||||
|
||||
console.log(111, XMindEmbedViewer)
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
import { hopeTheme, navbar, sidebar } from 'vuepress-theme-hope'
|
||||
import { markdownImagePlugin } from '@vuepress/plugin-markdown-image'
|
||||
import { MarkMapSidebar } from './mark-map/mark-map.sidebar'
|
||||
import { cnSidebar } from './cn/cn.sidebar'
|
||||
import { hopeTheme, navbar, sidebar } from 'vuepress-theme-hope'
|
||||
import { cppSidebar } from './ccp/cpp.sidebar'
|
||||
import { osSidebar } from './os/os.sidebar'
|
||||
import { cnSidebar } from './cn/cn.sidebar'
|
||||
import { dsSidebar } from './ds/ds.sidebar'
|
||||
import { MarkMapSidebar } from './mark-map/mark-map.sidebar'
|
||||
import { osSidebar } from './os/os.sidebar'
|
||||
|
||||
/**
|
||||
* 导航栏配置
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
"release": "npx fa release --vip"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@142vip/eslint-config": "0.0.1-alpha.2",
|
||||
"@142vip/eslint-config": "0.0.1-alpha.3",
|
||||
"@142vip/fairy-cli": "0.0.3-alpha.20",
|
||||
"@142vip/utils": "0.0.1-alpha.20",
|
||||
"@142vip/vuepress": "0.0.1-alpha.10",
|
||||
|
||||
1616
pnpm-lock.yaml
generated
1616
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -1,11 +1,8 @@
|
||||
import { fileURLToPath } from 'node:url'
|
||||
import { defineUserConfig } from '@vuepress/cli'
|
||||
import { path } from '@vuepress/utils'
|
||||
import viteBundler from '@vuepress/bundler-vite'
|
||||
import {
|
||||
getDocSiteBase,
|
||||
OPEN_SOURCE_ADDRESS,
|
||||
OPEN_SOURCE_AUTHOR,
|
||||
getDocSiteBase,
|
||||
} from '@142vip/utils'
|
||||
import {
|
||||
FamilyHeaders,
|
||||
@@ -14,9 +11,12 @@ import {
|
||||
getThemeConfig,
|
||||
getViteBundler,
|
||||
} from '@142vip/vuepress'
|
||||
import viteBundler from '@vuepress/bundler-vite'
|
||||
import { defineUserConfig } from '@vuepress/cli'
|
||||
import { path } from '@vuepress/utils'
|
||||
import { hopeTheme } from 'vuepress-theme-hope'
|
||||
import pkg from './package.json'
|
||||
import { navbarConfig, sidebarConfig } from './docs/theme.config'
|
||||
import pkg from './package.json'
|
||||
|
||||
/**
|
||||
* 用户自定义配置
|
||||
|
||||
Reference in New Issue
Block a user