Skip to content

Commit 27652e7

Browse files
committed
yarn upgrade
1 parent 970dd59 commit 27652e7

File tree

2 files changed

+240
-144
lines changed

2 files changed

+240
-144
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@
2525
"dc:up": "docker compose up --build --force-recreate -d"
2626
},
2727
"dependencies": {
28-
"@astrojs/mdx": "^3.1.5",
28+
"@astrojs/mdx": "^3.1.6",
2929
"@astrojs/partytown": "^2.1.2",
3030
"@astrojs/react": "^3.6.1",
3131
"@astrojs/sitemap": "^3.1.6",
3232
"@astrojs/tailwind": "^5.1.0",
33-
"@fontsource-variable/inter": "^5.0.20",
34-
"astro": "^4.15.1",
33+
"@fontsource-variable/inter": "^5.1.0",
34+
"astro": "^4.15.6",
3535
"astro-embed": "^0.7.2",
3636
"astro-expressive-code": "^0.36.1",
3737
"astro-icon": "^1.1.0",
3838
"astro-remote": "^0.3.3",
3939
"astro-social-share": "^2.0.2",
4040
"class-variance-authority": "^0.7.0",
4141
"clsx": "^2.1.1",
42-
"date-fns": "^3.6.0",
42+
"date-fns": "^4.1.0",
4343
"dotenv": "^16.4.5",
4444
"feed": "^4.2.2",
4545
"giscus": "^1.5.0",
@@ -59,28 +59,28 @@
5959
},
6060
"devDependencies": {
6161
"@astrojs/check": "^0.9.1",
62-
"@expressive-code/plugin-collapsible-sections": "^0.35.6",
62+
"@expressive-code/plugin-collapsible-sections": "^0.36.1",
6363
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
64-
"@iconify-json/mdi": "^1.1.66",
64+
"@iconify-json/mdi": "^1.2.0",
6565
"@tailwindcss/typography": "^0.5.15",
6666
"@types/mdast": "^4.0.3",
67-
"@types/react": "^18.3.3",
67+
"@types/react": "^18.3.7",
6868
"@types/react-dom": "^18.3.0",
69-
"@typescript-eslint/eslint-plugin": "^8.0.0",
70-
"@typescript-eslint/parser": "^8.0.0",
69+
"@typescript-eslint/eslint-plugin": "^8.6.0",
70+
"@typescript-eslint/parser": "^8.6.0",
7171
"eslint": "8.57.0",
7272
"eslint-config-prettier": "^9.1.0",
7373
"eslint-mdx": "^3.1.5",
74-
"eslint-plugin-astro": "^1.2.3",
74+
"eslint-plugin-astro": "^1.2.4",
7575
"eslint-plugin-mdx": "^3.1.5",
7676
"eslint-plugin-tailwindcss": "^3.17.3",
7777
"prettier": "^3.3.3",
7878
"prettier-plugin-astro": "^0.14.1",
79-
"satori": "^0.10.14",
79+
"satori": "^0.11.0",
8080
"satori-html": "^0.3.2",
8181
"serve": "^14.2.3",
82-
"tailwindcss": "^3.4.7",
83-
"typescript": "^5.5.4"
82+
"tailwindcss": "^3.4.12",
83+
"typescript": "^5.6.2"
8484
},
8585
"resolutions": {
8686
"sharp": "0.32.6"

0 commit comments

Comments
 (0)