Skip to content

Commit a027a85

Browse files
authored
Update dependencies (#1)
* chore(deps): update dependencies * chore(deps): update dependencies
1 parent b0e58eb commit a027a85

File tree

5 files changed

+881
-889
lines changed

5 files changed

+881
-889
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.12",
23+
"@types/leaflet": "1.9.14",
2424
"eslint-config-custom": "workspace:*",
2525
"shared": "workspace:*"
2626
}

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
"pnpm": ">=8.15.0"
2323
},
2424
"dependencies": {
25-
"astro": "4.14.5"
25+
"astro": "4.16.7"
2626
},
2727
"devDependencies": {
28-
"@astrojs/check": "0.9.3",
29-
"@astrojs/tailwind": "5.1.0",
28+
"@astrojs/check": "0.9.4",
29+
"@astrojs/tailwind": "5.1.2",
3030
"eslint-config-custom": "workspace:*",
3131
"shared": "workspace:*",
3232
"sharp": "0.33.5",
33-
"typescript": "5.3.3",
34-
"vite": "5.4.2"
33+
"typescript": "5.6.3",
34+
"vite": "5.4.10"
3535
}
3636
}

packages/eslint-config-custom/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"devDependencies": {
77
"@typescript-eslint/eslint-plugin": "6.21.0",
88
"@typescript-eslint/parser": "6.21.0",
9-
"eslint": "8.57.0",
9+
"eslint": "8.57.1",
1010
"eslint-config-standard-with-typescript": "43.0.1",
11-
"eslint-plugin-astro": "1.2.3"
11+
"eslint-plugin-astro": "1.3.0"
1212
}
1313
}

packages/shared/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"check": "astro check --tsconfig tsconfig.json"
1010
},
1111
"devDependencies": {
12-
"@types/node": "22.5.0",
12+
"@types/node": "22.7.9",
1313
"astro-icon": "0.8.2",
1414
"eslint-config-custom": "workspace:*",
1515
"prettier": "3.3.3",
1616
"prettier-plugin-astro": "0.14.1",
17-
"prettier-plugin-tailwindcss": "0.6.6",
18-
"tailwindcss": "3.4.10",
19-
"vite": "5.4.2"
17+
"prettier-plugin-tailwindcss": "0.6.8",
18+
"tailwindcss": "3.4.14",
19+
"vite": "5.4.10"
2020
}
2121
}

0 commit comments

Comments
 (0)