Skip to content

Commit

Permalink
Update dependencies (#1)
Browse files Browse the repository at this point in the history
* chore(deps): update dependencies

* chore(deps): update dependencies
  • Loading branch information
eriandev authored Oct 23, 2024
1 parent b0e58eb commit a027a85
Show file tree
Hide file tree
Showing 5 changed files with 881 additions and 889 deletions.
2 changes: 1 addition & 1 deletion apps/ip-address-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"leaflet": "1.9.4"
},
"devDependencies": {
"@types/leaflet": "1.9.12",
"@types/leaflet": "1.9.14",
"eslint-config-custom": "workspace:*",
"shared": "workspace:*"
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"pnpm": ">=8.15.0"
},
"dependencies": {
"astro": "4.14.5"
"astro": "4.16.7"
},
"devDependencies": {
"@astrojs/check": "0.9.3",
"@astrojs/tailwind": "5.1.0",
"@astrojs/check": "0.9.4",
"@astrojs/tailwind": "5.1.2",
"eslint-config-custom": "workspace:*",
"shared": "workspace:*",
"sharp": "0.33.5",
"typescript": "5.3.3",
"vite": "5.4.2"
"typescript": "5.6.3",
"vite": "5.4.10"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-config-standard-with-typescript": "43.0.1",
"eslint-plugin-astro": "1.2.3"
"eslint-plugin-astro": "1.3.0"
}
}
8 changes: 4 additions & 4 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"check": "astro check --tsconfig tsconfig.json"
},
"devDependencies": {
"@types/node": "22.5.0",
"@types/node": "22.7.9",
"astro-icon": "0.8.2",
"eslint-config-custom": "workspace:*",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.6",
"tailwindcss": "3.4.10",
"vite": "5.4.2"
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "3.4.14",
"vite": "5.4.10"
}
}
Loading

0 comments on commit a027a85

Please sign in to comment.