Skip to content

Commit bc5745c

Browse files
committed
chore(deps): update dependencies
1 parent 819000e commit bc5745c

File tree

3 files changed

+280
-639
lines changed

3 files changed

+280
-639
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"pnpm": ">=8.15.0"
2323
},
2424
"dependencies": {
25-
"astro": "4.11.0"
25+
"astro": "4.11.5"
2626
},
2727
"devDependencies": {
2828
"@astrojs/check": "0.7.0",
@@ -31,6 +31,6 @@
3131
"shared": "workspace:*",
3232
"sharp": "0.33.4",
3333
"typescript": "5.3.3",
34-
"vite": "5.2.13"
34+
"vite": "5.3.3"
3535
}
3636
}

packages/shared/package.json

+2-2
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": "20.14.6",
12+
"@types/node": "20.14.10",
1313
"astro-icon": "0.8.2",
1414
"eslint-config-custom": "workspace:*",
1515
"prettier": "3.3.2",
1616
"prettier-plugin-astro": "0.14.0",
1717
"prettier-plugin-tailwindcss": "0.6.5",
1818
"tailwindcss": "3.4.4",
19-
"vite": "5.3.1"
19+
"vite": "5.3.3"
2020
}
2121
}

0 commit comments

Comments
 (0)