Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent ba0c338 commit 04f72fa
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 105 deletions.
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.11.0",
"packageManager": "pnpm@9.12.0",
"engines": {
"node": ">=18.20.3"
},
Expand All @@ -15,7 +15,7 @@
"lint:fix": "biome check --apply ."
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@changesets/cli": "^2.27.8"
"@biomejs/biome": "1.9.3",
"@changesets/cli": "^2.27.9"
}
}
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"type": "module",
"peerDependencies": {
"astro": "^4.15.9"
"astro": "^4.15.11"
},
"dependencies": {
"astro-integration-kit": "^0.16.1"
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"dependencies": {
"@astrojs/tailwind": "^5.1.1",
"astro": "^4.15.9",
"astro": "^4.15.11",
"astro-integration-kit": "^0.16.1",
"package-name": "workspace:*",
"tailwindcss": "^3.4.13"
},
"devDependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/check": "^0.9.4",
"@types/node": "^20.16.10",
"typescript": "^5.6.2"
}
Expand Down
Loading

0 comments on commit 04f72fa

Please sign in to comment.