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: upgrade @nuxt/devtools #824

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
chore: revert merge conflict issue
danielroe committed Sep 10, 2024
commit 36b3dc614eb024196f4539c61ee47fd7f80e77c9
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -68,9 +68,9 @@
"@cucumber/cucumber": "11.0.0",
"@jest/globals": "29.7.0",
"@nuxt/devtools": "1.4.2",
"@nuxt/eslint-config": "0.3.13",
"@nuxt/module-builder": "0.8.1",
"@playwright/test": "1.45.3",
"@nuxt/eslint-config": "0.5.6",
"@nuxt/module-builder": "0.8.3",
"@playwright/test": "1.47.0",
"@testing-library/vue": "8.1.0",
"@types/estree": "1.0.5",
"@types/jsdom": "21.1.7",
328 changes: 85 additions & 243 deletions pnpm-lock.yaml

Unchanged files with check annotations Beta

const someRef = ref('thing')
const modelValue = defineModel({ default: false })

Check warning on line 13 in examples/app-vitest-full/components/WrapperTests.vue

GitHub Actions / code

Prop "modelValue" should define at least its type
defineExpose({
testExpose,