Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent 36795c9 commit 17f0f8d
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 417 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "[email protected].4",
"packageManager": "[email protected].5",
"license": "MIT",
"engines": {
"node": "^18.18 || ^20.8 || ^22 || >=23"
Expand All @@ -12,8 +12,8 @@
"lint": "eslint --max-warnings 0 ."
},
"devDependencies": {
"@antfu/eslint-config": "4.1.0",
"eslint": "9.19.0",
"@antfu/eslint-config": "4.2.0",
"eslint": "9.20.1",
"tsup": "8.3.6"
}
}
2 changes: 1 addition & 1 deletion packages/astro-umami/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"astro-integration-kit": "0.18.0"
},
"devDependencies": {
"eslint": "9.19.0",
"eslint": "9.20.1",
"tsup": "8.3.6",
"typescript": "5.7.3"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@yeskunall/astro-umami": "workspace:*",
"astro": "5.2.3",
"astro": "5.2.6",
"astro-integration-kit": "0.18.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 17f0f8d

Please sign in to comment.