Skip to content

Commit

Permalink
chore(deps): update all dependencies (#131)
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 Oct 28, 2024
1 parent 08e6077 commit dab7b2f
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 207 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "root",
"private": true,
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"engines": {
"node": ">=18.20.3"
},
Expand Down
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
},
"type": "module",
"peerDependencies": {
"astro": "^4.16.6"
"astro": "^4.16.7"
},
"dependencies": {
"astro-integration-kit": "^0.16.1"
},
"devDependencies": {
"tsup": "^8.3.0"
"tsup": "^8.3.5"
}
}
4 changes: 2 additions & 2 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.6",
"astro": "^4.16.7",
"astro-integration-kit": "^0.16.1",
"package-name": "workspace:*",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@types/node": "^20.16.13",
"@types/node": "^20.17.1",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit dab7b2f

Please sign in to comment.