Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ docs/public/sponsors
docs/.vitepress/cache/
!test/cli/fixtures/dotted-files/**/.cache
test/**/__screenshots__/**/*
test/**/__traces__/**/*
test/browser/fixtures/update-snapshot/basic.test.ts
.vitest-reports
.vitest-attachments
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,21 +79,22 @@
},
"devDependencies": {
"@antfu/eslint-config": "^2.24.1",
"@playwright/test": "^1.58.2",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/browser-playwright": "^4.0.18",
"@vitejs/plugin-react": "^5.1.4",
"@vitest/browser-playwright": "https://pkg.pr.new/@vitest/browser-playwright@c7087bd",
"bumpp": "^9.4.2",
"changelogithub": "^0.13.9",
"eslint": "^9.8.0",
"playwright": "^1.55.1",
"playwright": "^1.58.2",
"react": "^19.0.0",
"react-aria-components": "^1.10.1",
"react-dom": "^19.0.0",
"tsdown": "^0.15.9",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"vitest": "^4.0.18",
"vitest": "https://pkg.pr.new/vitest@c7087bd",
"zx": "^8.1.4"
}
}
Loading