Skip to content

Commit

Permalink
Merge pull request #460 from felix-berlin/improvement/vitest-3
Browse files Browse the repository at this point in the history
vitest v3
  • Loading branch information
felix-berlin authored Feb 14, 2025
2 parents c60a138 + 2deb68c commit 7297893
Show file tree
Hide file tree
Showing 4 changed files with 317 additions and 1,868 deletions.
8 changes: 4 additions & 4 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@astrojs/mdx": "^4.0.3",
"astro": "^5.1.1",
"@astrojs/mdx": "^4.0.8",
"astro": "^5.3.0",
"astro-breadcrumbs": "^3.3.1"
},
"devDependencies": {
"sass": "^1.83.0"
"sass": "^1.85.0"
},
"packageManager": "pnpm@9.15.4"
"packageManager": "pnpm@10.4.0"
}
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.30.3",
"astro": "^5.1.1",
"@astrojs/starlight": "^0.30.6",
"astro": "^5.3.0",
"astro-breadcrumbs": "^3.3.1",
"astro-matomo": "^1.7.0",
"astro-matomo": "^1.8.0",
"sharp": "^0.33.5",
"starlight-links-validator": "^0.14.1"
"starlight-links-validator": "^0.14.3"
},
"devDependencies": {
"sass": "^1.83.0"
"sass": "^1.85.0"
},
"packageManager": "pnpm@9.15.4"
"packageManager": "pnpm@10.4.0"
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@vitest/coverage-v8": "2.1.9",
"@vitest/coverage-v8": "3.0.5",
"jsdom": "^26.0.0",
"prettier": "^3.4.2",
"prettier": "^3.5.1",
"prettier-plugin-astro": "^0.14.1",
"semantic-release": "^24.2.0",
"vitest": "2.1.6"
"semantic-release": "^24.2.2",
"vitest": "3.0.5"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"packageManager": "pnpm@9.15.4"
"packageManager": "pnpm@10.4.0"
}
Loading

0 comments on commit 7297893

Please sign in to comment.