Merge pull request #3133 from Kuchenpirat/chore-bump-nuxt-to-2.17.3

chore: bump nuxt version to 2.17.3
This commit is contained in:
boc-the-git 2024-02-14 21:06:58 +11:00 committed by GitHub
commit 5fe29cdd93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1590 additions and 761 deletions

View File

@ -133,7 +133,7 @@ export default defineComponent({
const domMadeThisForm = ref<VForm>(); const domMadeThisForm = ref<VForm>();
const newTimelineEvent = ref<RecipeTimelineEventIn>({ const newTimelineEvent = ref<RecipeTimelineEventIn>({
// @ts-expect-error - TS doesn't like the $auth global user attribute // @ts-expect-error - TS doesn't like the $auth global user attribute
subject: i18n.t("recipe.user-made-this", { user: $auth.user.fullName } as string), subject: i18n.tc("recipe.user-made-this", { user: $auth.user.fullName }),
eventType: "comment", eventType: "comment",
eventMessage: "", eventMessage: "",
timestamp: undefined, timestamp: undefined,

View File

@ -28,7 +28,7 @@
"date-fns": "^2.29.3", "date-fns": "^2.29.3",
"fuse.js": "^6.6.2", "fuse.js": "^6.6.2",
"isomorphic-dompurify": "^1.0.0", "isomorphic-dompurify": "^1.0.0",
"nuxt": "^2.16.0", "nuxt": "^2.17.3",
"v-jsoneditor": "^1.4.5", "v-jsoneditor": "^1.4.5",
"vue-advanced-cropper": "^1.11.6", "vue-advanced-cropper": "^1.11.6",
"vuedraggable": "^2.24.3", "vuedraggable": "^2.24.3",
@ -56,8 +56,8 @@
}, },
"resolutions": { "resolutions": {
"@nuxtjs/i18n/**/ufo": "0.7.9", "@nuxtjs/i18n/**/ufo": "0.7.9",
"vue-template-compiler": "2.7.14",
"vue-demi": "^0.13.11", "vue-demi": "^0.13.11",
"vue-template-compiler": "2.7.16",
"postcss-preset-env": "^7.0.0", "postcss-preset-env": "^7.0.0",
"typescript": "^4.9.5" "typescript": "^4.9.5"
} }

File diff suppressed because it is too large Load Diff