Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update vue #2527

Merged
merged 4 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components/JabRefLogo.stories.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import JabRefLogo from './JabrefLogo.vue'
</script>

<template>
<!-- @vue-expect-error: wrong ts of vue-stories -->
<Stories
title="JabRef Logo"
:component="JabRefLogo"
Expand Down
1 change: 1 addition & 0 deletions components/n-button.stories.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import { NButton } from 'naive-ui'
</script>
<template>
<!-- @vue-expect-error: wrong ts of vue-stories -->
<Stories
title="n-button"
:component="NButton"
Expand Down
2 changes: 1 addition & 1 deletion components/t-checkbox.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { TCheckbox } from '@variantjs/vue'

export default {
component: TCheckbox,

Check warning on line 5 in components/t-checkbox.stories.ts

View workflow job for this annotation

GitHub Actions / Lint

Unsafe assignment of an error typed value
title: 't-checkbox',
args: {
checked: true,
Expand All @@ -13,7 +13,7 @@
setup() {
return { args }
},
template: '<t-checkbox v-bind="args" />',
template: '<t-checkbox v-bind="args" checked />',
})

export const Default = Template.bind({})
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@as-integrations/h3": "1.2.1",
"@azure/communication-email": "1.0.0",
"@graphql-tools/schema": "10.0.6",
"@he-tree/vue": "2.8.3",
"@he-tree/vue": "2.8.6",
"@lucia-auth/adapter-prisma": "3.0.2",
"@lucia-auth/adapter-session-unstorage": "2.1.0",
"@nuxtjs/tailwindcss": "6.12.1",
Expand All @@ -57,10 +57,10 @@
"@variantjs/core": "0.0.90",
"@variantjs/vue": "0.0.22",
"@vee-validate/zod": "4.13.2",
"@vue/apollo-composable": "4.0.2",
"@vue/apollo-composable": "4.2.1",
"@vue/apollo-util": "4.0.0-beta.6",
"@vueuse/core": "10.11.1",
"@yaireo/tagify": "4.27.0",
"@yaireo/tagify": "4.31.3",
"body-scroll-lock": "4.0.0-beta.0",
"cross-fetch": "4.0.0",
"graphql": "16.9.0",
Expand All @@ -77,8 +77,8 @@
"typescript": "5.5.4",
"unstorage": "1.10.2",
"vee-validate": "4.13.2",
"vue": "3.4.37",
"vue-router": "4.4.3",
"vue": "3.5.10",
"vue-router": "4.4.5",
"zod": "3.23.8"
},
"devDependencies": {
Expand Down Expand Up @@ -108,9 +108,9 @@
"@storybook/types": "7.6.20",
"@storybook/vue3": "7.6.20",
"@storybook/vue3-vite": "7.6.20",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/line-clamp": "0.4.4",
"@tailwindcss/typography": "0.5.14",
"@tailwindcss/typography": "0.5.15",
"@types/bcryptjs": "2.4.6",
"@types/lodash": "4.17.9",
"@types/node": "20.16.10",
Expand All @@ -121,8 +121,8 @@
"@typescript-eslint/parser": "7.18.0",
"@vee-validate/nuxt": "4.13.2",
"@vitest/coverage-v8": "2.0.5",
"@vue/compiler-sfc": "3.4.37",
"@vue/runtime-dom": "3.4.37",
"@vue/compiler-sfc": "3.5.10",
"@vue/runtime-dom": "3.5.10",
"@vue/test-utils": "2.4.6",
"chalk": "5.3.0",
"chromatic": "11.7.0",
Expand All @@ -149,15 +149,15 @@
"prisma": "5.19.1",
"storybook": "7.6.20",
"storybook-vue-addon": "0.5.0",
"tailwindcss": "3.4.9",
"tailwindcss": "3.4.13",
"ufo": "1.5.4",
"unplugin-vue-components": "0.27.4",
"vite": "5.4.0",
"vitest": "2.0.5",
"vitest-environment-nuxt": "1.0.0",
"vitest-github-actions-reporter": "0.11.1",
"vitest-mock-extended": "2.0.0",
"vue-tsc": "2.0.29"
"vue-tsc": "2.1.6"
},
"prisma": {
"schema": "server/database/schema.prisma",
Expand Down
Loading
Loading