Skip to content

Commit

Permalink
chore(projects): update deps & fix eslint vue rule
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Mar 13, 2024
1 parent 7274522 commit 8143b00
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 159 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 @@ export default defineConfig(
'warn',
'PascalCase',
{
registeredComponentsOnly: false,
ignores: ['/^icon-/']
}
]
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
"@iconify/json": "2.2.191",
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
"@soybeanjs/eslint-config": "1.2.3",
"@soybeanjs/eslint-config": "1.2.4",
"@types/lodash-es": "4.17.12",
"@types/node": "20.11.25",
"@types/node": "20.11.26",
"@types/nprogress": "0.2.3",
"@unocss/eslint-config": "0.58.5",
"@unocss/preset-icons": "0.58.5",
Expand All @@ -81,18 +81,18 @@
"@vitejs/plugin-vue": "5.0.4",
"@vitejs/plugin-vue-jsx": "3.1.0",
"eslint": "8.57.0",
"eslint-plugin-vue": "9.22.0",
"eslint-plugin-vue": "9.23.0",
"lint-staged": "15.2.2",
"sass": "1.71.1",
"simple-git-hooks": "2.10.0",
"tsx": "4.7.1",
"typescript": "5.4.2",
"unplugin-icons": "0.18.5",
"unplugin-vue-components": "0.26.0",
"vite": "5.1.5",
"vite": "5.1.6",
"vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "7.0.16",
"vite-plugin-vue-devtools": "7.0.17",
"vue-eslint-parser": "9.4.2",
"vue-tsc": "2.0.6"
},
Expand Down
Loading

0 comments on commit 8143b00

Please sign in to comment.