chore: bump version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { resolve } from 'path'
|
||||
import { readdirSync, statSync } from 'fs'
|
||||
import { resolve } from 'node:path'
|
||||
import { readdirSync, statSync } from 'node:fs'
|
||||
import type { DefaultTheme, HeadConfig } from 'vitepress'
|
||||
import { defineConfigWithTheme } from 'vitepress'
|
||||
import WindiCSS from 'vite-plugin-windicss'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { copyFile, existsSync, mkdirSync, readdirSync, statSync } from 'fs'
|
||||
import { resolve } from 'path'
|
||||
import { copyFile, existsSync, mkdirSync, readdirSync, statSync } from 'node:fs'
|
||||
import { resolve } from 'node:path'
|
||||
|
||||
interface ChangelogFile {
|
||||
path: string
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { existsSync, readFileSync } from 'fs'
|
||||
import { resolve } from 'path'
|
||||
import { existsSync, readFileSync } from 'node:fs'
|
||||
import { resolve } from 'node:path'
|
||||
import type { Plugin } from 'vite'
|
||||
|
||||
export function copyVueFlowPlugin(): Plugin {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { resolve } from 'path'
|
||||
import { resolve } from 'node:path'
|
||||
import { defineConfig } from 'windicss/helpers'
|
||||
import typography from 'windicss/plugin/typography'
|
||||
import scrollbar from '@windicss/plugin-scrollbar'
|
||||
|
||||
Reference in New Issue
Block a user