Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Mar 12, 2024
1 parent 236efb1 commit 55f6fbf
Show file tree
Hide file tree
Showing 3 changed files with 520 additions and 262 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineConfig(
solid: { files: ['**/*solid.tsx'] },
svelte: true,
astro: true,
unocss: true,
unocss: false,
formatter: {
html: true,
css: true,
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
"@antfu/install-pkg": "0.3.1",
"@eslint/eslintrc": "3.0.2",
"@eslint/js": "8.57.0",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"eslint-config-prettier": "9.1.0",
"eslint-parser-plain": "0.1.0",
"eslint-plugin-i": "2.29.1",
Expand All @@ -141,33 +141,33 @@
"@types/eslint": "8.56.5",
"@types/eslint-config-prettier": "6.11.3",
"@types/eslint__js": "8.42.3",
"@types/node": "20.11.24",
"@types/node": "20.11.26",
"@types/prompts": "2.4.9",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"@types/react": "18.2.65",
"@types/react-dom": "18.2.21",
"@unocss/eslint-config": "0.58.5",
"astro": "4.4.9",
"astro": "4.5.2",
"eslint": "8.57.0",
"eslint-plugin-astro": "0.31.4",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-native": "4.1.0",
"eslint-plugin-react-refresh": "0.4.5",
"eslint-plugin-solid": "0.13.1",
"eslint-plugin-svelte": "2.35.1",
"eslint-plugin-vue": "9.22.0",
"eslint-plugin-vue": "9.23.0",
"lint-staged": "15.2.2",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-svelte": "3.2.2",
"prettier-plugin-toml": "2.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"simple-git-hooks": "2.9.0",
"simple-git-hooks": "2.10.0",
"solid-js": "1.8.15",
"svelte": "4.2.12",
"tsup": "8.0.2",
"tsx": "4.7.1",
"typescript": "5.3.3",
"typescript": "5.4.2",
"vue": "3.4.21",
"vue-eslint-parser": "9.4.2"
},
Expand Down
Loading

0 comments on commit 55f6fbf

Please sign in to comment.