Skip to content

Commit

Permalink
chore(deps): update all dependencies (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 24, 2024
1 parent 2e50724 commit 0941de1
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 94 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.3.0",
"packageManager": "pnpm@9.4.0",
"engines": {
"node": ">=18.20.3"
},
Expand All @@ -15,7 +15,7 @@
"lint:fix": "biome check --apply ."
},
"devDependencies": {
"@biomejs/biome": "1.8.1",
"@biomejs/biome": "1.8.2",
"@changesets/cli": "^2.27.5"
}
}
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.10.2"
"astro": "^4.11.0"
},
"dependencies": {
"astro-integration-kit": "^0.13.3"
"astro-integration-kit": "^0.14.0"
},
"devDependencies": {
"tsup": "^8.1.0"
Expand Down
8 changes: 4 additions & 4 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.0",
"astro": "^4.10.2",
"astro-integration-kit": "^0.13.3",
"astro": "^4.11.0",
"astro-integration-kit": "^0.14.0",
"package-name": "workspace:*",
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@types/node": "^20.14.2",
"typescript": "^5.4.5"
"@types/node": "^20.14.8",
"typescript": "^5.5.2"
}
}
Loading

0 comments on commit 0941de1

Please sign in to comment.