Skip to content

Commit ad67e04

Browse files
authored
build(deps): upgrade dependencies (#529)
* build(deps): upgrade dependencies * fix: remove packageManager in package.json file Closes #526
1 parent 77709ab commit ad67e04

File tree

2 files changed

+711
-308
lines changed

2 files changed

+711
-308
lines changed

package.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "astro-paper",
33
"type": "module",
44
"version": "5.2.0",
5-
"packageManager": "[email protected]",
65
"scripts": {
76
"dev": "astro dev",
87
"build": "astro check && astro build && pagefind --site dist && cp -r dist/pagefind public/",
@@ -17,30 +16,30 @@
1716
"@astrojs/rss": "^4.0.12",
1817
"@astrojs/sitemap": "^3.4.1",
1918
"@resvg/resvg-js": "^2.6.2",
20-
"@tailwindcss/vite": "^4.0.14",
21-
"astro": "^5.9.1",
19+
"@tailwindcss/vite": "^4.1.8",
20+
"astro": "^5.9.2",
2221
"dayjs": "^1.11.13",
2322
"lodash.kebabcase": "^4.1.1",
2423
"remark-collapse": "^0.1.2",
2524
"remark-toc": "^9.0.0",
26-
"satori": "^0.12.1",
27-
"sharp": "^0.33.5",
28-
"tailwindcss": "^4.0.14"
25+
"satori": "^0.15.2",
26+
"sharp": "^0.34.2",
27+
"tailwindcss": "^4.1.8"
2928
},
3029
"devDependencies": {
3130
"@astrojs/check": "^0.9.4",
3231
"@pagefind/default-ui": "^1.3.0",
3332
"@tailwindcss/typography": "^0.5.16",
3433
"@types/lodash.kebabcase": "^4.1.9",
35-
"@typescript-eslint/parser": "^8.26.1",
36-
"eslint": "^9.22.0",
34+
"@typescript-eslint/parser": "^8.34.0",
35+
"eslint": "^9.28.0",
3736
"eslint-plugin-astro": "^1.3.1",
38-
"globals": "^16.0.0",
37+
"globals": "^16.2.0",
3938
"pagefind": "^1.3.0",
4039
"prettier": "^3.5.3",
4140
"prettier-plugin-astro": "^0.14.1",
42-
"prettier-plugin-tailwindcss": "^0.6.11",
43-
"typescript": "^5.8.2",
44-
"typescript-eslint": "^8.26.1"
41+
"prettier-plugin-tailwindcss": "^0.6.12",
42+
"typescript": "^5.8.3",
43+
"typescript-eslint": "^8.34.0"
4544
}
4645
}

0 commit comments

Comments
 (0)