Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eriandev committed Dec 24, 2024
1 parent 19483f8 commit 1f37a3a
Show file tree
Hide file tree
Showing 4 changed files with 775 additions and 127 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"pnpm": ">=8"
},
"dependencies": {
"astro": "5.0.3"
"astro": "5.1.1"
},
"devDependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/tailwind": "5.1.3",
"@astrojs/tailwind": "5.1.4",
"eslint-config-custom": "workspace:*",
"shared": "workspace:*",
"sharp": "0.33.5",
"typescript": "5.7.2",
"vite": "6.0.3"
"vite": "6.0.5"
}
}
8 changes: 4 additions & 4 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"private": true,
"main": "index.js",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"eslint": "9.16.0",
"eslint-config-love": "110.0.0",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"eslint": "9.17.0",
"eslint-config-love": "113.0.0",
"eslint-plugin-astro": "1.3.1"
}
}
6 changes: 3 additions & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"check": "astro check --tsconfig tsconfig.json"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"astro-icon": "1.1.4",
"eslint-config-custom": "workspace:*",
"prettier": "3.4.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.9",
"tailwindcss": "3.4.16",
"vite": "6.0.3"
"tailwindcss": "3.4.17",
"vite": "6.0.5"
}
}
Loading

0 comments on commit 1f37a3a

Please sign in to comment.