Skip to content

Commit 12813f1

Browse files
fix: dep
1 parent ea2f93b commit 12813f1

2 files changed

Lines changed: 1150 additions & 1232 deletions

File tree

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,40 +13,40 @@
1313
"lint": "eslint ."
1414
},
1515
"dependencies": {
16-
"@astrojs/react": "^4.2.1",
16+
"@astrojs/react": "^4.3.0",
1717
"@astrojs/rss": "^4.0.12",
18-
"@astrojs/sitemap": "^3.4.1",
18+
"@astrojs/sitemap": "^3.4.2",
1919
"@giscus/react": "^3.1.0",
2020
"@resvg/resvg-js": "^2.6.2",
2121
"@tailwindcss/vite": "^4.1.11",
22-
"@types/react": "^19.0.10",
23-
"@types/react-dom": "^19.0.4",
24-
"astro": "^5.12.0",
22+
"@types/react": "^19.1.9",
23+
"@types/react-dom": "^19.1.7",
24+
"astro": "^5.12.9",
2525
"dayjs": "^1.11.13",
2626
"lodash.kebabcase": "^4.1.1",
27-
"react": "^19.0.0",
28-
"react-dom": "^19.0.0",
27+
"react": "^19.1.1",
28+
"react-dom": "^19.1.1",
2929
"remark-collapse": "^0.1.2",
3030
"remark-toc": "^9.0.0",
3131
"satori": "^0.15.2",
32-
"sharp": "^0.34.2",
32+
"sharp": "^0.34.3",
3333
"tailwindcss": "^4.1.11"
3434
},
3535
"devDependencies": {
3636
"@astrojs/check": "^0.9.4",
3737
"@pagefind/default-ui": "^1.3.0",
38-
"@shikijs/transformers": "^3.7.0",
38+
"@shikijs/transformers": "^3.9.2",
3939
"@tailwindcss/typography": "^0.5.16",
4040
"@types/lodash.kebabcase": "^4.1.9",
41-
"@typescript-eslint/parser": "^8.36.0",
42-
"eslint": "^9.30.1",
41+
"@typescript-eslint/parser": "^8.39.0",
42+
"eslint": "^9.33.0",
4343
"eslint-plugin-astro": "^1.3.1",
4444
"globals": "^16.3.0",
4545
"pagefind": "^1.3.0",
4646
"prettier": "^3.6.2",
4747
"prettier-plugin-astro": "^0.14.1",
48-
"prettier-plugin-tailwindcss": "^0.6.13",
49-
"typescript": "^5.8.3",
50-
"typescript-eslint": "^8.36.0"
48+
"prettier-plugin-tailwindcss": "^0.6.14",
49+
"typescript": "^5.9.2",
50+
"typescript-eslint": "^8.39.0"
5151
}
5252
}

0 commit comments

Comments
 (0)