Skip to content

Commit

Permalink
test: add tests for all astro components
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-berlin committed Dec 21, 2024
1 parent a77a152 commit e1eebcc
Show file tree
Hide file tree
Showing 11 changed files with 306 additions and 300 deletions.
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@astrojs/mdx": "^4.0.2",
"astro": "^5.0.9",
"@astrojs/mdx": "^4.0.3",
"astro": "^5.1.1",
"astro-breadcrumbs": "^3.3.1"
},
"devDependencies": {
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.30.2",
"astro": "^5.0.9",
"@astrojs/starlight": "^0.30.3",
"astro": "^5.1.1",
"astro-breadcrumbs": "^3.3.1",
"astro-matomo": "^1.7.0",
"sharp": "^0.33.5",
"starlight-links-validator": "^0.14.0"
"starlight-links-validator": "^0.14.1"
},
"devDependencies": {
"sass": "^1.83.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/coverage-v8": "2.1.6",
"jsdom": "^25.0.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"semantic-release": "^24.2.0",
"vitest": "^2.1.8"
"vitest": "2.1.6"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
Expand Down
Loading

0 comments on commit e1eebcc

Please sign in to comment.