We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819000e commit bc5745cCopy full SHA for bc5745c
package.json
@@ -22,7 +22,7 @@
22
"pnpm": ">=8.15.0"
23
},
24
"dependencies": {
25
- "astro": "4.11.0"
+ "astro": "4.11.5"
26
27
"devDependencies": {
28
"@astrojs/check": "0.7.0",
@@ -31,6 +31,6 @@
31
"shared": "workspace:*",
32
"sharp": "0.33.4",
33
"typescript": "5.3.3",
34
- "vite": "5.2.13"
+ "vite": "5.3.3"
35
}
36
packages/shared/package.json
@@ -9,13 +9,13 @@
9
"check": "astro check --tsconfig tsconfig.json"
10
11
12
- "@types/node": "20.14.6",
+ "@types/node": "20.14.10",
13
"astro-icon": "0.8.2",
14
"eslint-config-custom": "workspace:*",
15
"prettier": "3.3.2",
16
"prettier-plugin-astro": "0.14.0",
17
"prettier-plugin-tailwindcss": "0.6.5",
18
"tailwindcss": "3.4.4",
19
- "vite": "5.3.1"
20
21
0 commit comments