Skip to content

Commit

Permalink
chore(projects): update deps & update config
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed May 4, 2024
1 parent bb7e6a1 commit 68b9189
Show file tree
Hide file tree
Showing 3 changed files with 600 additions and 674 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const defineConfig = useBuild ? defineConfig2 : defineConfig1;
export default defineConfig({
vue: true,
react: { files: ['**/*react.tsx'] },
solid: { files: ['**/*solid.tsx'] },
svelte: true,
astro: true,
unocss: false,
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,16 @@
"@antfu/eslint-define-config": "1.23.0-2",
"@antfu/install-pkg": "0.3.3",
"@eslint/eslintrc": "3.0.2",
"@eslint/js": "9.1.1",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@eslint/js": "9.2.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint-config-prettier": "9.1.0",
"eslint-parser-plain": "0.1.0",
"eslint-plugin-import-x": "0.5.0",
"eslint-plugin-n": "17.3.1",
"eslint-plugin-n": "17.4.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unicorn": "52.0.0",
"globals": "15.0.0",
"globals": "15.1.0",
"local-pkg": "0.5.0",
"prettier": "3.2.5",
"prettier-plugin-jsdoc": "1.3.0",
Expand All @@ -141,19 +141,19 @@
"@types/eslint": "8.56.10",
"@types/eslint-config-prettier": "6.11.3",
"@types/eslint__js": "8.42.3",
"@types/node": "20.12.7",
"@types/node": "20.12.8",
"@types/prompts": "2.4.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@unocss/eslint-config": "0.59.4",
"astro": "4.7.0",
"eslint": "9.1.1",
"eslint-plugin-astro": "1.0.3",
"astro": "4.7.1",
"eslint": "9.2.0",
"eslint-plugin-astro": "1.1.2",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-native": "4.1.0",
"eslint-plugin-react-refresh": "0.4.6",
"eslint-plugin-solid": "0.13.2",
"eslint-plugin-solid": "0.14.0",
"eslint-plugin-svelte": "2.38.0",
"eslint-plugin-vue": "9.25.0",
"lint-staged": "15.2.2",
Expand All @@ -166,9 +166,9 @@
"solid-js": "1.8.17",
"svelte": "4.2.15",
"tsup": "8.0.2",
"tsx": "4.7.3",
"tsx": "4.9.1",
"typescript": "5.4.5",
"vue": "3.4.25",
"vue": "3.4.26",
"vue-eslint-parser": "9.4.2"
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit 68b9189

Please sign in to comment.