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 Nov 25, 2024
1 parent 0371922 commit f6da8a6
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 149 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.2",
"engines": {
"node": ">=18.20.3"
},
Expand All @@ -16,6 +16,6 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "^2.27.9"
"@changesets/cli": "^2.27.10"
}
}
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.16.13"
"astro": "^4.16.14"
},
"dependencies": {
"astro-integration-kit": "^0.17.0"
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
},
"dependencies": {
"@astrojs/tailwind": "^5.1.2",
"astro": "^4.16.13",
"astro": "^4.16.14",
"astro-integration-kit": "^0.17.0",
"package-name": "workspace:*",
"tailwindcss": "^3.4.15"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@types/node": "^22.9.0",
"typescript": "^5.6.3"
"@types/node": "^22.9.3",
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit f6da8a6

Please sign in to comment.