Skip to content

Commit

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

* dedupe
  • Loading branch information
BryceRussell authored Aug 7, 2024
1 parent 6937af8 commit dd63fc8
Show file tree
Hide file tree
Showing 7 changed files with 602 additions and 799 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.8.2",
"@astrojs/starlight": "^0.25.1",
"astro": "^4.12.2",
"@astrojs/check": "^0.9.2",
"@astrojs/starlight": "^0.25.4",
"astro": "^4.13.1",
"sharp": "^0.33.4"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.7.0",
"engines": {
"node": ">=18.19.0"
},
Expand All @@ -23,7 +23,7 @@
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@changesets/cli": "^2.27.7",
"@playwright/test": "^1.45.2",
"astro": "^4.12.2"
"@playwright/test": "^1.46.0",
"astro": "^4.13.1"
}
}
12 changes: 6 additions & 6 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
},
"devDependencies": {
"@astrojs/db": "^0.12.0",
"@types/node": "^20.14.11",
"playwright": "^1.45.2",
"tsup": "^8.2.0",
"typescript": "^5.5.3",
"vite": "^5.3.4"
"@types/node": "^22.1.0",
"playwright": "^1.46.0",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "^5.4.0"
},
"dependencies": {
"astro-integration-kit": "^0.14.0",
"astro-integration-kit": "^0.16.0",
"astro-pages": "^0.3.0",
"astro-public": "^0.1.0",
"callsites": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@astrojs/sitemap": "^3.1.6",
"astro": "^4.12.2",
"astro-integration-kit": "^0.14.0",
"astro": "^4.13.1",
"astro-integration-kit": "^0.16.0",
"sharp": "^0.33.4",
"theme-playground": "workspace:^"
}
Expand Down
Loading

0 comments on commit dd63fc8

Please sign in to comment.