Skip to content

Commit 4e7e245

Browse files
committed
Update packages
1 parent 3055ca6 commit 4e7e245

File tree

4 files changed

+1342
-1329
lines changed

4 files changed

+1342
-1329
lines changed

.prettierrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"semi": false,
66
"printWidth": 100,
77
"plugins": ["prettier-plugin-astro", "prettier-plugin-tailwindcss"]
8-
}
8+
}

eslint.config.mjs

-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import eslintPluginAstro from 'eslint-plugin-astro'
2-
// import jsxA11y from 'eslint-plugin-jsx-a11y'
32
import * as mdx from 'eslint-plugin-mdx'
43
import markdown from '@eslint/markdown'
54
import unocss from '@unocss/eslint-config/flat'
65

76
export default [
87
...eslintPluginAstro.configs['flat/recommended'],
98
...eslintPluginAstro.configs['flat/jsx-a11y-recommended'],
10-
// jsxA11y.flatConfigs.recommended,
119
{ ...mdx.flat },
1210
{
1311
files: ['**/*.md'],

package.json

+16-15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"type": "module",
44
"version": "1.0.0",
55
"scripts": {
6+
"clean": "rm -rf node_modules .astro dist",
67
"dev": "astro dev",
78
"start": "astro dev",
89
"build": "astro build; prettier --write \"dist/**/*.{js,html,css}\"",
@@ -12,30 +13,30 @@
1213
"lint:eslint": "eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\""
1314
},
1415
"dependencies": {
15-
"@astrojs/rss": "^4.0.10",
16+
"@astrojs/rss": "^4.0.11",
1617
"@astrojs/sitemap": "^3.2.1",
17-
"astro": "^5.0.5"
18+
"astro": "^5.1.9"
1819
},
1920
"devDependencies": {
2021
"@astrojs/check": "^0.9.4",
21-
"@eslint/markdown": "^6.2.1",
22-
"@iconify-json/heroicons": "^1.2.1",
23-
"@iconify-json/logos": "^1.2.3",
22+
"@eslint/markdown": "^6.2.2",
23+
"@iconify-json/heroicons": "^1.2.2",
24+
"@iconify-json/logos": "^1.2.4",
2425
"@julr/unocss-preset-forms": "^0.1.0",
25-
"@types/node": "^22.10.2",
26-
"@typescript-eslint/parser": "^8.18.0",
27-
"@unocss/eslint-config": "^0.65.1",
28-
"@unocss/reset": "^0.65.1",
29-
"eslint": "^9.16.0",
26+
"@types/node": "^22.10.10",
27+
"@typescript-eslint/parser": "^8.21.0",
28+
"@unocss/eslint-config": "^65.4.3",
29+
"@unocss/reset": "^65.4.3",
30+
"eslint": "^9.19.0",
3031
"eslint-plugin-astro": "^1.3.1",
3132
"eslint-plugin-jsx-a11y": "^6.10.2",
3233
"eslint-plugin-mdx": "^3.1.5",
3334
"prettier": "^3.4.2",
3435
"prettier-plugin-astro": "^0.14.1",
35-
"prettier-plugin-tailwindcss": "^0.6.9",
36-
"typescript": "^5.7.2",
37-
"unocss": "^0.65.1",
38-
"vite": "^6.0.3"
36+
"prettier-plugin-tailwindcss": "^0.6.11",
37+
"typescript": "^5.7.3",
38+
"unocss": "^65.4.3",
39+
"vite": "^6.0.11"
3940
},
4041
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
41-
}
42+
}

0 commit comments

Comments
 (0)