chore(deps): update dependency @antfu/eslint-config to v4 (#3178)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: TAKAHASHI Shuuji <shuuji3@gmail.com>
This commit is contained in:
parent
76bf8cf09b
commit
bfd05f74d7
5 changed files with 238 additions and 357 deletions
|
@ -1,5 +1,6 @@
|
||||||
|
import type { Parser } from 'prosemirror-highlight/shiki'
|
||||||
import type { BuiltinLanguage } from 'shiki'
|
import type { BuiltinLanguage } from 'shiki'
|
||||||
import { createParser, type Parser } from 'prosemirror-highlight/shiki'
|
import { createParser } from 'prosemirror-highlight/shiki'
|
||||||
|
|
||||||
let parser: Parser | undefined
|
let parser: Parser | undefined
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
import type { Buffer } from 'node:buffer'
|
import type { Buffer } from 'node:buffer'
|
||||||
import type { Plugin } from 'vite'
|
import type { Plugin } from 'vite'
|
||||||
import type { VitePluginPWAAPI } from 'vite-plugin-pwa'
|
import type { VitePluginPWAAPI } from 'vite-plugin-pwa'
|
||||||
|
import type { LocalizedWebManifest } from './i18n'
|
||||||
import type { VitePWANuxtOptions } from './types'
|
import type { VitePWANuxtOptions } from './types'
|
||||||
import { mkdir, readFile, writeFile } from 'node:fs/promises'
|
import { mkdir, readFile, writeFile } from 'node:fs/promises'
|
||||||
import { dirname } from 'node:path'
|
import { dirname } from 'node:path'
|
||||||
|
@ -9,7 +10,7 @@ import { addPlugin, createResolver, defineNuxtModule } from '@nuxt/kit'
|
||||||
import { join, resolve } from 'pathe'
|
import { join, resolve } from 'pathe'
|
||||||
import { VitePWA } from 'vite-plugin-pwa'
|
import { VitePWA } from 'vite-plugin-pwa'
|
||||||
import { configurePWAOptions } from './config'
|
import { configurePWAOptions } from './config'
|
||||||
import { createI18n, type LocalizedWebManifest, pwaLocales } from './i18n'
|
import { createI18n, pwaLocales } from './i18n'
|
||||||
|
|
||||||
export * from './types'
|
export * from './types'
|
||||||
|
|
||||||
|
|
|
@ -114,7 +114,7 @@
|
||||||
"ws": "^8.15.1"
|
"ws": "^8.15.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antfu/eslint-config": "^3.14.0",
|
"@antfu/eslint-config": "^4.1.1",
|
||||||
"@antfu/ni": "^23.3.1",
|
"@antfu/ni": "^23.3.1",
|
||||||
"@types/chroma-js": "^3.1.1",
|
"@types/chroma-js": "^3.1.1",
|
||||||
"@types/file-saver": "^2.0.7",
|
"@types/file-saver": "^2.0.7",
|
||||||
|
|
584
pnpm-lock.yaml
generated
584
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
@ -1,10 +1,11 @@
|
||||||
|
import type { UseStore } from 'idb-keyval'
|
||||||
import {
|
import {
|
||||||
del as delIdb,
|
del as delIdb,
|
||||||
get as getIdb,
|
get as getIdb,
|
||||||
promisifyRequest,
|
promisifyRequest,
|
||||||
set as setIdb,
|
set as setIdb,
|
||||||
update as updateIdb,
|
update as updateIdb,
|
||||||
type UseStore,
|
|
||||||
} from 'idb-keyval'
|
} from 'idb-keyval'
|
||||||
|
|
||||||
const databases: IDBOpenDBRequest[] = []
|
const databases: IDBOpenDBRequest[] = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue