Skip to content

Commit

Permalink
Upgrade dep (#213)
Browse files Browse the repository at this point in the history
* upgrade dep

* add changeset
  • Loading branch information
BryceRussell authored Feb 7, 2025
1 parent ca5e403 commit 26f9369
Show file tree
Hide file tree
Showing 9 changed files with 440 additions and 670 deletions.
5 changes: 5 additions & 0 deletions .changeset/rich-swans-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astro-theme-provider": patch
---

Upgrade dependencies to latest versions
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.31.0",
"astro": "^5.1.6",
"@astrojs/starlight": "^0.31.1",
"astro": "^5.2.5",
"sharp": "^0.33.5"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.27.11",
"@playwright/test": "^1.49.1",
"astro": "^5.1.6"
"@changesets/cli": "^2.27.12",
"@playwright/test": "^1.50.1",
"astro": "^5.2.5"
}
}
10 changes: 5 additions & 5 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
}
},
"devDependencies": {
"@astrojs/db": "^0.14.5",
"@types/node": "^22.10.6",
"playwright": "^1.49.1",
"tsup": "^8.3.5",
"@astrojs/db": "^0.14.6",
"@types/node": "^22.13.1",
"playwright": "^1.50.1",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"vite": "^6.0.7"
"vite": "^6.1.0"
},
"dependencies": {
"astro-integration-kit": "^0.18.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.1.6",
"astro": "^5.2.5",
"astro-integration-kit": "^0.18.0",
"sharp": "^0.33.5",
"theme-playground": "workspace:^"
Expand Down
Loading

0 comments on commit 26f9369

Please sign in to comment.