Skip to content

Commit cccc01f

Browse files
committed
astro 7
1 parent 41168e2 commit cccc01f

2 files changed

Lines changed: 1357 additions & 316 deletions

File tree

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939
},
4040
"dependencies": {
4141
"@astrojs/markdown-remark": "^7.2.0",
42-
"@astrojs/mdx": "^6.0.1",
42+
"@astrojs/mdx": "^7.0.0",
4343
"@astrojs/partytown": "^2.1.7",
44-
"@astrojs/react": "^5.0.7",
44+
"@astrojs/react": "^6.0.0",
4545
"@astrojs/sitemap": "^3.7.3",
4646
"@astrojs/tailwind": "^6.0.2",
4747
"@fontsource-variable/inter": "^5.2.8",
48-
"astro": "^6.4.3",
48+
"astro": "^7.0.3",
4949
"astro-embed": "^0.13.0",
50-
"astro-expressive-code": "^0.42.0",
50+
"astro-expressive-code": "^0.44.0",
5151
"astro-icon": "^1.1.5",
5252
"astro-remote": "^0.3.4",
5353
"astro-social-share": "^2.2.0",
@@ -67,30 +67,30 @@
6767
"react-icons": "^5.6.0",
6868
"reading-time": "^1.5.0",
6969
"rehype-external-links": "^3.0.0",
70-
"sharp": "0.34.5",
70+
"sharp": "0.35.2",
7171
"tailwind-clip-path": "^1.0.0",
7272
"tailwind-merge": "^2.6.0",
7373
"zod": "^4.4.3"
7474
},
7575
"devDependencies": {
7676
"@astrojs/check": "^0.9.9",
77-
"@expressive-code/plugin-collapsible-sections": "^0.42.0",
77+
"@expressive-code/plugin-collapsible-sections": "^0.44.0",
7878
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
7979
"@iconify-json/mdi": "^1.2.3",
80-
"@tailwindcss/typography": "^0.5.19",
80+
"@tailwindcss/typography": "^0.5.20",
8181
"@types/lodash.debounce": "^4.0.9",
8282
"@types/mdast": "^4.0.4",
83-
"@types/react": "^19.2.16",
83+
"@types/react": "^19.2.17",
8484
"@types/react-dom": "^19.2.3",
85-
"@typescript-eslint/eslint-plugin": "^8.60.1",
86-
"@typescript-eslint/parser": "^8.60.1",
85+
"@typescript-eslint/eslint-plugin": "^8.62.0",
86+
"@typescript-eslint/parser": "^8.62.0",
8787
"eslint": "8.57.0",
8888
"eslint-config-prettier": "^10.1.8",
8989
"eslint-mdx": "^3.8.1",
9090
"eslint-plugin-astro": "^1.7.0",
9191
"eslint-plugin-mdx": "^3.8.1",
9292
"eslint-plugin-tailwindcss": "^3.18.3",
93-
"prettier": "^3.8.3",
93+
"prettier": "^3.9.1",
9494
"prettier-plugin-astro": "^0.14.1",
9595
"satori": "^0.26.0",
9696
"satori-html": "^0.3.2",

0 commit comments

Comments
 (0)