kopia lustrzana https://github.com/elk-zone/elk
fix(deps): update dependencies (#2526)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>pull/2726/head
rodzic
bd7fd961d0
commit
23f82d3296
14
package.json
14
package.json
|
@ -56,7 +56,7 @@
|
||||||
"@tiptap/starter-kit": "2.2.4",
|
"@tiptap/starter-kit": "2.2.4",
|
||||||
"@tiptap/suggestion": "2.2.4",
|
"@tiptap/suggestion": "2.2.4",
|
||||||
"@tiptap/vue-3": "2.2.4",
|
"@tiptap/vue-3": "2.2.4",
|
||||||
"@unocss/nuxt": "^0.58.9",
|
"@unocss/nuxt": "^0.62.0",
|
||||||
"@upstash/redis": "^1.27.1",
|
"@upstash/redis": "^1.27.1",
|
||||||
"@vercel/kv": "^1.0.1",
|
"@vercel/kv": "^1.0.1",
|
||||||
"@vue-macros/nuxt": "^1.6.0",
|
"@vue-macros/nuxt": "^1.6.0",
|
||||||
|
@ -84,11 +84,11 @@
|
||||||
"lru-cache": "^10.0.0",
|
"lru-cache": "^10.0.0",
|
||||||
"masto": "^6.7.5",
|
"masto": "^6.7.5",
|
||||||
"node-emoji": "^2.1.3",
|
"node-emoji": "^2.1.3",
|
||||||
"nuxt-security": "^0.13.1",
|
"nuxt-security": "^0.14.0",
|
||||||
"page-lifecycle": "^0.1.2",
|
"page-lifecycle": "^0.1.2",
|
||||||
"pinia": "^2.2.2",
|
"pinia": "^2.2.2",
|
||||||
"postcss-nested": "^6.0.1",
|
"postcss-nested": "^6.0.1",
|
||||||
"prosemirror-highlight": "^0.5.0",
|
"prosemirror-highlight": "^0.8.0",
|
||||||
"rollup-plugin-node-polyfills": "^0.2.1",
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
||||||
"shiki": "^1.0.0",
|
"shiki": "^1.0.0",
|
||||||
"simple-git": "^3.19.1",
|
"simple-git": "^3.19.1",
|
||||||
|
@ -98,13 +98,13 @@
|
||||||
"string-length": "^5.0.1",
|
"string-length": "^5.0.1",
|
||||||
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log",
|
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log",
|
||||||
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
|
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
|
||||||
"theme-vitesse": "^0.7.2",
|
"theme-vitesse": "^0.8.0",
|
||||||
"tiny-decode": "^0.1.3",
|
"tiny-decode": "^0.1.3",
|
||||||
"tippy.js": "^6.3.7",
|
"tippy.js": "^6.3.7",
|
||||||
"ufo": "^1.5.3",
|
"ufo": "^1.5.3",
|
||||||
"ultrahtml": "^1.5.3",
|
"ultrahtml": "^1.5.3",
|
||||||
"unimport": "^3.10.0",
|
"unimport": "^3.10.0",
|
||||||
"vite-plugin-pwa": "^0.19.2",
|
"vite-plugin-pwa": "^0.20.0",
|
||||||
"vue-advanced-cropper": "^2.8.8",
|
"vue-advanced-cropper": "^2.8.8",
|
||||||
"vue-virtual-scroller": "2.0.0-beta.8",
|
"vue-virtual-scroller": "2.0.0-beta.8",
|
||||||
"workbox-build": "^7.0.0",
|
"workbox-build": "^7.0.0",
|
||||||
|
@ -143,11 +143,11 @@
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"patchedDependencies": {
|
"patchedDependencies": {
|
||||||
"nuxt-security@0.13.1": "patches/nuxt-security@0.13.1.patch",
|
|
||||||
"@vueuse/motion": "patches/@vueuse__motion.patch",
|
"@vueuse/motion": "patches/@vueuse__motion.patch",
|
||||||
"pinceau": "patches/pinceau.patch",
|
"pinceau": "patches/pinceau.patch",
|
||||||
"vue-i18n": "patches/vue-i18n.patch",
|
"vue-i18n": "patches/vue-i18n.patch",
|
||||||
"nuxt": "patches/nuxt.patch"
|
"nuxt": "patches/nuxt.patch",
|
||||||
|
"nuxt-security": "patches/nuxt-security.patch"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
diff --git a/dist/module.d.ts b/dist/module.d.ts
|
diff --git a/dist/module.d.ts b/dist/module.d.ts
|
||||||
index db3d86728b99c2f8dadd7782483cd0ec40688703..972a0da26f04f58de9301e757a34d318f8d95ece 100644
|
index b529dffc651fdd47ccfcf19b896cf76bbe68a0a6..3db4fe583892e6f092dc09f4f11c1a30606d1b20 100644
|
||||||
--- a/dist/module.d.ts
|
--- a/dist/module.d.ts
|
||||||
+++ b/dist/module.d.ts
|
+++ b/dist/module.d.ts
|
||||||
@@ -222,15 +222,15 @@ interface NuxtSecurityRouteRules {
|
@@ -232,15 +232,15 @@ interface NuxtSecurityRouteRules {
|
||||||
|
|
||||||
declare module "@nuxt/schema" {
|
declare module "@nuxt/schema" {
|
||||||
interface NuxtOptions {
|
interface NuxtOptions {
|
||||||
|
@ -20,4 +20,4 @@ index db3d86728b99c2f8dadd7782483cd0ec40688703..972a0da26f04f58de9301e757a34d318
|
||||||
+ security?: NuxtSecurityRouteRules;
|
+ security?: NuxtSecurityRouteRules;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
declare const _default: _nuxt_schema.NuxtModule<ModuleOptions>;
|
declare const _default: _nuxt_schema.NuxtModule<ModuleOptions>;
|
2361
pnpm-lock.yaml
2361
pnpm-lock.yaml
Plik diff jest za duży
Load Diff
Ładowanie…
Reference in New Issue