Skip to content

Commit

Permalink
Upgrade to Vitest 3 (#2809)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Swithinbank <[email protected]>
  • Loading branch information
HiDeoo and delucis authored Jan 17, 2025
1 parent bb8e631 commit ca50247
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 99 deletions.
2 changes: 1 addition & 1 deletion packages/markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@astrojs/markdoc": "^0.12.4",
"@astrojs/starlight": "workspace:*",
"vitest": "2.1.6"
"vitest": "^3.0.1"
},
"peerDependencies": {
"@astrojs/markdoc": "^0.12.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/starlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@
"@astrojs/markdown-remark": "^6.0.1",
"@playwright/test": "^1.45.0",
"@types/node": "^18.16.19",
"@vitest/coverage-v8": "2.1.6",
"@vitest/coverage-v8": "^3.0.1",
"astro": "^5.1.5",
"linkedom": "^0.18.4",
"vitest": "2.1.6"
"vitest": "^3.0.1"
},
"dependencies": {
"@astrojs/mdx": "^4.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
"@vitest/coverage-v8": "2.1.6",
"@vitest/coverage-v8": "^3.0.1",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"vitest": "2.1.6"
"vitest": "^3.0.1"
},
"peerDependencies": {
"@astrojs/starlight": ">=0.30.0",
Expand Down
Loading

0 comments on commit ca50247

Please sign in to comment.