Skip to content

Commit 11f7cea

Browse files
committed
yarn upgrade
1 parent 9bc9592 commit 11f7cea

File tree

3 files changed

+232
-204
lines changed

3 files changed

+232
-204
lines changed

astro.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export default defineConfig({
4949
remarkPlugins,
5050
},
5151
vite: {
52-
// optimizeDeps: { exclude: ['sharp'] },
5352
build: {
5453
sourcemap: false,
5554
},

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"@astrojs/sitemap": "^3.1.6",
3030
"@astrojs/solid-js": "^4.4.0",
3131
"@astrojs/tailwind": "^5.1.0",
32-
"@fontsource-variable/inter": "^5.0.18",
32+
"@fontsource-variable/inter": "^5.0.19",
3333
"@tailwindcss/typography": "^0.5.13",
34-
"astro": "^4.11.3",
34+
"astro": "^4.11.5",
3535
"astro-embed": "^0.7.2",
3636
"astro-expressive-code": "^0.35.3",
3737
"astro-icon": "^1.1.0",
38-
"astro-social-share": "^2.0.1",
38+
"astro-social-share": "^2.0.2",
3939
"class-variance-authority": "^0.7.0",
4040
"clsx": "^2.1.1",
4141
"date-fns": "^3.6.0",
@@ -52,33 +52,33 @@
5252
"sharp": "0.32.6",
5353
"solid-js": "^1.8.18",
5454
"tailwind-clip-path": "^1.0.0",
55-
"tailwind-merge": "^2.3.0",
55+
"tailwind-merge": "^2.4.0",
5656
"zod": "^3.23.4"
5757
},
5858
"devDependencies": {
59-
"@astrojs/check": "^0.7.0",
59+
"@astrojs/check": "^0.8.1",
6060
"@expressive-code/plugin-collapsible-sections": "^0.35.3",
61-
"@ianvs/prettier-plugin-sort-imports": "^4.3.0",
61+
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
6262
"@iconify-json/mdi": "^1.1.66",
6363
"@tailwindcss/typography": "^0.5.13",
6464
"@types/debounce": "^1.2.4",
6565
"@types/mdast": "^4.0.3",
6666
"@types/react": "^18.3.3",
6767
"@types/react-dom": "^18.3.0",
68-
"@typescript-eslint/eslint-plugin": "^7.15.0",
69-
"@typescript-eslint/parser": "^7.15.0",
68+
"@typescript-eslint/eslint-plugin": "^7.16.0",
69+
"@typescript-eslint/parser": "^7.16.0",
7070
"eslint": "8.57.0",
7171
"eslint-config-prettier": "^9.1.0",
7272
"eslint-mdx": "^3.1.5",
73-
"eslint-plugin-astro": "^1.2.2",
73+
"eslint-plugin-astro": "^1.2.3",
7474
"eslint-plugin-mdx": "^3.1.5",
7575
"eslint-plugin-tailwindcss": "^3.17.3",
76-
"prettier": "^3.3.2",
76+
"prettier": "^3.3.3",
7777
"prettier-plugin-astro": "^0.14.0",
7878
"satori": "^0.10.14",
7979
"satori-html": "^0.3.2",
8080
"serve": "^14.2.3",
81-
"shiki": "^1.10.0",
81+
"shiki": "^1.10.3",
8282
"tailwindcss": "^3.4.4",
8383
"typescript": "^5.5.3"
8484
},

0 commit comments

Comments
 (0)