Skip to content

Commit e5a2fa8

Browse files
committed
chore(deps): update dependencies
1 parent 596fe83 commit e5a2fa8

File tree

5 files changed

+1563
-2342
lines changed

5 files changed

+1563
-2342
lines changed

apps/ip-address-tracker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"leaflet": "1.9.4"
2121
},
2222
"devDependencies": {
23-
"@types/leaflet": "1.9.15",
23+
"@types/leaflet": "1.9.16",
2424
"eslint-config-custom": "workspace:*",
2525
"shared": "workspace:*"
2626
}

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@
2020
"pnpm": ">=8"
2121
},
2222
"dependencies": {
23-
"astro": "5.1.1"
23+
"astro": "5.3.0"
2424
},
2525
"devDependencies": {
2626
"@astrojs/check": "0.9.4",
27-
"@astrojs/tailwind": "5.1.4",
2827
"eslint-config-custom": "workspace:*",
2928
"shared": "workspace:*",
3029
"sharp": "0.33.5",
31-
"typescript": "5.7.2",
32-
"vite": "6.0.5"
30+
"typescript": "5.7.3",
31+
"vite": "6.1.1"
3332
}
3433
}

packages/eslint-config-custom/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"private": true,
66
"main": "index.js",
77
"devDependencies": {
8-
"@typescript-eslint/eslint-plugin": "8.18.2",
9-
"@typescript-eslint/parser": "8.18.2",
10-
"eslint": "9.17.0",
11-
"eslint-config-love": "113.0.0",
8+
"@typescript-eslint/eslint-plugin": "8.24.1",
9+
"@typescript-eslint/parser": "8.24.1",
10+
"eslint": "9.20.1",
11+
"eslint-config-love": "118.0.0",
1212
"eslint-plugin-astro": "1.3.1"
1313
}
1414
}

packages/shared/package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010
"check": "astro check --tsconfig tsconfig.json"
1111
},
1212
"devDependencies": {
13-
"@types/node": "22.10.2",
14-
"astro-icon": "1.1.4",
13+
"@tailwindcss/vite": "4.0.7",
14+
"@types/node": "22.13.4",
15+
"astro-icon": "1.1.5",
1516
"eslint-config-custom": "workspace:*",
16-
"prettier": "3.4.2",
17+
"prettier": "3.5.1",
1718
"prettier-plugin-astro": "0.14.1",
18-
"prettier-plugin-tailwindcss": "0.6.9",
19-
"tailwindcss": "3.4.17",
20-
"vite": "6.0.5"
19+
"prettier-plugin-tailwindcss": "0.6.11",
20+
"tailwindcss": "4.0.7",
21+
"vite": "6.1.1"
2122
}
2223
}

0 commit comments

Comments
 (0)