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 May 27, 2024
1 parent 13e67e3 commit 7313526
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 959 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "root",
"private": true,
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.2",
"engines": {
"node": ">=18.19.0"
"node": ">=18.20.3"
},
"scripts": {
"package:dev": "pnpm --filter package-name dev",
Expand All @@ -16,6 +16,6 @@
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@changesets/cli": "^2.27.1"
"@changesets/cli": "^2.27.3"
}
}
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
},
"type": "module",
"peerDependencies": {
"astro": "^4.0.0"
"astro": "^4.9.1"
},
"dependencies": {
"astro-integration-kit": "^0.13.2"
"astro-integration-kit": "^0.13.3"
},
"devDependencies": {
"tsup": "^8.0.2"
Expand Down
6 changes: 3 additions & 3 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.0",
"astro": "^4.8.3",
"astro-integration-kit": "^0.13.2",
"astro": "^4.9.1",
"astro-integration-kit": "^0.13.3",
"package-name": "workspace:*",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@astrojs/check": "^0.6.0",
"@astrojs/check": "^0.7.0",
"@types/node": "^20.12.12",
"typescript": "^5.4.5"
}
Expand Down
Loading

0 comments on commit 7313526

Please sign in to comment.