Skip to content

Commit

Permalink
🎈 chore: update latest deps & i18n element-plus (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Jul 19, 2023
1 parent 1d80d4f commit 1621938
Show file tree
Hide file tree
Showing 11 changed files with 973 additions and 1,019 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ module.exports = {
'@typescript-eslint/indent': ['error', 2, { SwitchCase: 1 }],
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-unused-vars': 1,
'@typescript-eslint/member-delimiter-style': [
'error',
{
Expand Down
1 change: 1 addition & 0 deletions auto-imports.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {
Expand Down
5 changes: 2 additions & 3 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
404: typeof import('./src/components/404.vue')['default']
Avatar: typeof import('./src/components/Navigation/Avatar.vue')['default']
DialogModal: typeof import('./src/components/DialogModal/index.vue')['default']
ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete']
ElButton: typeof import('element-plus/es')['ElButton']
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDropdown: typeof import('element-plus/es')['ElDropdown']
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,55 +53,55 @@
"@fortawesome/free-regular-svg-icons": "6.4.0",
"@fortawesome/free-solid-svg-icons": "6.4.0",
"@fortawesome/vue-fontawesome": "~3.0.3",
"@vueuse/core": "^10.2.0",
"@vueuse/core": "^10.2.1",
"axios": "1.4.0",
"echarts": "^5.4.2",
"element-plus": "2.3.7",
"echarts": "^5.4.3",
"element-plus": "2.3.8",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "^2.1.4",
"uuid": "^9.0.0",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.2"
"vue-router": "^4.2.4"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@types/js-cookie": "^3.0.3",
"@types/lodash": "^4.14.195",
"@types/node": "^20.3.1",
"@types/node": "^20.4.2",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vitest/coverage-c8": "^0.33.0",
"@vue/compiler-sfc": "^3.3.4",
"@vue/test-utils": "2.4.0",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^8.43.0",
"eslint": "^8.45.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^9.15.1",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^22.1.0",
"postcss": "^8.4.24",
"postcss": "^8.4.26",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.6",
"rollup": "^3.25.2",
"rollup": "^3.26.3",
"sass": "^1.63.6",
"stylelint": "^15.9.0",
"stylelint": "^15.10.1",
"stylelint-config-recommended-scss": "12.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard-scss": "9.0.0",
"sucrase": "^3.32.0",
"typescript": "^5.1.3",
"unplugin-auto-import": "^0.16.4",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "10.0.0",
"sucrase": "^3.33.0",
"typescript": "^5.1.6",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9",
"vite": "^4.4.4",
"vitest": "^0.33.0"
}
}
Loading

0 comments on commit 1621938

Please sign in to comment.