Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chansee97 committed Jul 19, 2024
1 parent 20d9fbe commit 4d82a24
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6,497 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ stats.html

components.d.ts
auto-imports.d.ts

# Lock files
*-lock.yaml
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,5 @@
"i18n-ally.keystyle": "nested",
"i18n-ally.localesPaths": [
"locales"
],
"commentTranslate.source": "Google"
]
}
10 changes: 9 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@
import antfu from '@antfu/eslint-config'

// https://github.com/antfu/eslint-config
export default antfu()
export default antfu(
{
typescript: {
overrides: {
'ts/no-unused-expressions': ['error', { allowShortCircuit: true }],
},
},
},
)
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nova-admin",
"type": "module",
"version": "0.9.5",
"version": "0.9.6",
"private": true,
"description": "a clean and concise back-end management template based on Vue3, Vite5, Typescript, and Naive UI.",
"author": {
Expand Down Expand Up @@ -54,38 +54,38 @@
"@vueuse/core": "^10.11.0",
"alova": "^2.21.3",
"colord": "^2.9.3",
"echarts": "^5.5.0",
"echarts": "^5.5.1",
"md-editor-v3": "^4.15.2",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"quill": "^2.0.2",
"radash": "^12.1.0",
"vue": "^3.4.29",
"vue": "^3.4.33",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.3"
"vue-router": "^4.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.1",
"@antfu/eslint-config": "^2.23.0",
"@iconify-json/icon-park-outline": "^1.1.15",
"@iconify/vue": "^4.1.2",
"@types/node": "^20.14.2",
"@types/node": "^20.14.11",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"eslint": "^9.5.0",
"eslint": "^9.7.0",
"lint-staged": "^15.2.7",
"naive-ui": "^2.38.2",
"sass": "^1.77.5",
"naive-ui": "^2.39.0",
"sass": "^1.77.8",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.4.5",
"unocss": "^0.61.0",
"unplugin-auto-import": "^0.17.6",
"typescript": "^5.5.3",
"unocss": "^0.61.5",
"unplugin-auto-import": "^0.18.0",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.3.1",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.4",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vue-devtools": "7.3.4",
"vue-tsc": "^2.0.21"
"vite-plugin-vue-devtools": "7.3.6",
"vue-tsc": "^2.0.26"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
Loading

0 comments on commit 4d82a24

Please sign in to comment.