Skip to content

Commit

Permalink
🌿 fix: route component warning (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Jul 29, 2024
1 parent 917300f commit 695f7da
Show file tree
Hide file tree
Showing 5 changed files with 1,428 additions and 1,450 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,64 +53,64 @@
"@vueuse/core": "^10.11.0",
"axios": "1.7.2",
"echarts": "^5.5.1",
"element-plus": "2.7.6",
"element-plus": "2.7.8",
"js-cookie": "^3.0.5",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"pinia": "^2.2.0",
"uuid": "^10.0.0",
"vue": "^3.4.31",
"vue": "^3.4.34",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@eslint/js": "^9.6.0",
"@iconify/json": "^2.2.226",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.25.0",
"@eslint/js": "^9.8.0",
"@iconify/json": "^2.2.232",
"@iconify/vue": "^4.1.2",
"@stylistic/eslint-plugin": "^2.3.0",
"@stylistic/eslint-plugin": "^2.4.0",
"@stylistic/stylelint-plugin": "^2.1.2",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.10",
"@types/node": "^22.0.0",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/coverage-v8": "^2.0.1",
"@vue/compiler-sfc": "^3.4.31",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-vue": "^5.1.1",
"@vitest/coverage-v8": "^2.0.4",
"@vue/compiler-sfc": "^3.4.34",
"@vue/test-utils": "2.4.6",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^9.6.0",
"eslint": "^9.8.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-html": "8.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.8.0",
"husky": "^9.0.11",
"husky": "^9.1.3",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^24.1.0",
"jsdom": "^24.1.1",
"lint-staged": "^15.2.7",
"lodash-es": "^4.17.21",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"rollup": "^4.18.1",
"rollup": "^4.19.1",
"sass": "1.77.6",
"stylelint": "^16.6.1",
"stylelint": "^16.7.0",
"stylelint-config-recommended-scss": "14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "13.1.0",
"sucrase": "^3.35.0",
"typescript": "^5.5.3",
"unocss": "^0.61.3",
"unplugin-auto-import": "^0.17.6",
"typescript": "^5.5.4",
"unocss": "^0.61.6",
"unplugin-auto-import": "^0.18.2",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.3.3",
"vitest": "^2.0.1",
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.5",
"vitest": "^2.0.4",
"vue-eslint-parser": "^9.4.3"
}
}
Loading

0 comments on commit 695f7da

Please sign in to comment.