fix(deps): update dependencies (#1908)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
This commit is contained in:
parent
42dc99929e
commit
a1026d3aab
4 changed files with 198 additions and 113 deletions
15
package.json
15
package.json
|
@ -35,7 +35,7 @@
|
|||
"@iconify/utils": "^2.0.12",
|
||||
"@nuxt/devtools": "^0.2.5",
|
||||
"@nuxtjs/color-mode": "^3.2.0",
|
||||
"@nuxtjs/i18n": "8.0.0-beta.9",
|
||||
"@nuxtjs/i18n": "8.0.0-beta.10",
|
||||
"@pinia/nuxt": "^0.4.6",
|
||||
"@tiptap/extension-character-count": "2.0.0-beta.204",
|
||||
"@tiptap/extension-code-block": "2.0.0-beta.204",
|
||||
|
@ -56,7 +56,7 @@
|
|||
"@vueuse/motion": "2.0.0-beta.12",
|
||||
"@vueuse/nuxt": "^9.13.0",
|
||||
"blurhash": "^2.0.4",
|
||||
"browser-fs-access": "^0.31.2",
|
||||
"browser-fs-access": "^0.33.0",
|
||||
"chroma-js": "^2.4.2",
|
||||
"emoji-mart": "^5.5.2",
|
||||
"file-saver": "^2.0.5",
|
||||
|
@ -71,13 +71,13 @@
|
|||
"js-yaml": "^4.1.0",
|
||||
"lru-cache": "^7.14.1",
|
||||
"masto": "^5.9.2",
|
||||
"nuxt-security": "^0.10.1",
|
||||
"nuxt-security": "^0.13.0",
|
||||
"nuxt-vitest": "^0.6.4",
|
||||
"page-lifecycle": "^0.1.2",
|
||||
"pinia": "^2.0.33",
|
||||
"postcss-nested": "^6.0.0",
|
||||
"rollup-plugin-node-polyfills": "^0.2.1",
|
||||
"shiki": "^0.12.1",
|
||||
"shiki": "^0.14.0",
|
||||
"shiki-es": "^0.2.0",
|
||||
"simple-git": "^3.16.0",
|
||||
"slimeform": "^0.9.0",
|
||||
|
@ -92,10 +92,10 @@
|
|||
"ufo": "^1.0.1",
|
||||
"ultrahtml": "^1.2.0",
|
||||
"unimport": "^2.1.0",
|
||||
"unplugin-auto-import": "^0.13.0",
|
||||
"unplugin-auto-import": "^0.15.0",
|
||||
"vite-plugin-pwa": "^0.14.1",
|
||||
"vue-advanced-cropper": "^2.8.8",
|
||||
"vue-virtual-scroller": "2.0.0-beta.7",
|
||||
"vue-virtual-scroller": "2.0.0-beta.8",
|
||||
"workbox-build": "^6.5.4",
|
||||
"workbox-window": "^6.5.4"
|
||||
},
|
||||
|
@ -147,6 +147,9 @@
|
|||
"@tiptap/extension-strike": "2.0.0-beta.204",
|
||||
"@tiptap/extension-text": "2.0.0-beta.204",
|
||||
"vue": "3.2.45"
|
||||
},
|
||||
"patchedDependencies": {
|
||||
"nuxt-security@0.13.0": "patches/nuxt-security@0.13.0.patch"
|
||||
}
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue