chore: bump version

This commit is contained in:
braks
2023-03-07 19:15:51 +01:00
parent 36a12a6fe8
commit 619ce7f442
19 changed files with 23 additions and 23 deletions

View File

@@ -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'

View File

@@ -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

View File

@@ -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 {

View File

@@ -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'

View File

@@ -66,5 +66,5 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component,ComponentPublicInstance,ComputedRef,InjectionKey,PropType,Ref,VNode } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
}

View File

@@ -1,4 +1,4 @@
import { resolve } from 'path'
import { resolve } from 'node:path'
import { withConfig } from '@tooling/vite-config'
export default withConfig({

View File

@@ -66,5 +66,5 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component,ComponentPublicInstance,ComputedRef,InjectionKey,PropType,Ref,VNode } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
}

View File

@@ -1,4 +1,4 @@
import { resolve } from 'path'
import { resolve } from 'node:path'
import { withConfig } from '@tooling/vite-config'
import svgLoader from 'vite-svg-loader'

View File

@@ -1,5 +1,5 @@
const { readFile, writeFile } = require('fs/promises')
const { resolve } = require('path')
const { readFile, writeFile } = require('node:fs/promises')
const { resolve } = require('node:path')
/**
* This is a workaround until slots can be properly typed from inside the VueFlow component

View File

@@ -1,4 +1,4 @@
import { resolve } from 'path'
import { resolve } from 'node:path'
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import VueMacros from 'unplugin-vue-macros/vite'

View File

@@ -1,4 +1,4 @@
import { resolve } from 'path'
import { resolve } from 'node:path'
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import VueMacros from 'unplugin-vue-macros/vite'

View File

@@ -66,5 +66,5 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component,ComponentPublicInstance,ComputedRef,InjectionKey,PropType,Ref,VNode } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
}

View File

@@ -1,4 +1,4 @@
import { resolve } from 'path'
import { resolve } from 'node:path'
import { withConfig } from '@tooling/vite-config'
export default withConfig({

View File

@@ -66,5 +66,5 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component,ComponentPublicInstance,ComputedRef,InjectionKey,PropType,Ref,VNode } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
}

View File

@@ -1,4 +1,4 @@
import { resolve } from 'path'
import { resolve } from 'node:path'
import { withConfig } from '@tooling/vite-config'
import vueTypes from 'vite-plugin-vue-type-imports'

View File

@@ -66,5 +66,5 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component,ComponentPublicInstance,ComputedRef,InjectionKey,PropType,Ref,VNode } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
}

View File

@@ -1,4 +1,4 @@
import { resolve } from 'path'
import { resolve } from 'node:path'
import { withConfig } from '@tooling/vite-config'
export default withConfig({

View File

@@ -66,5 +66,5 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component,ComponentPublicInstance,ComputedRef,InjectionKey,PropType,Ref,VNode } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
}

View File

@@ -1,4 +1,4 @@
import { resolve } from 'path'
import { resolve } from 'node:path'
import { withConfig } from '@tooling/vite-config'
export default withConfig({