Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Oct 16, 2023
1 parent dc2edcb commit 31adfb2
Show file tree
Hide file tree
Showing 12 changed files with 7,493 additions and 426 deletions.
56 changes: 28 additions & 28 deletions components.d.ts
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
/* eslint-disable */
/* prettier-ignore */
// @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 {
Empty: typeof import('./src/components/empty.vue')['default'];
FieldAreaPicker: typeof import('./src/components/field-area-picker.vue')['default'];
FieldCalendarPicker: typeof import('./src/components/field-calendar-picker.vue')['default'];
FieldDatetimePicker: typeof import('./src/components/field-datetime-picker.vue')['default'];
FieldPicker: typeof import('./src/components/field-picker.vue')['default'];
ListCard: typeof import('./src/components/list-card.vue')['default'];
PersonSelect: typeof import('./src/components/person-select.vue')['default'];
RouterLink: typeof import('vue-router')['RouterLink'];
RouterView: typeof import('vue-router')['RouterView'];
SearchPerson: typeof import('./src/components/search-person.vue')['default'];
VanCard: typeof import('vant/es')['Card'];
VanGrid: typeof import('vant/es')['Grid'];
VanGridItem: typeof import('vant/es')['GridItem'];
VanIcon: typeof import('vant/es')['Icon'];
VanNavBar: typeof import('vant/es')['NavBar'];
VanSidebar: typeof import('vant/es')['Sidebar'];
VanSidebarItem: typeof import('vant/es')['SidebarItem'];
VanSticky: typeof import('vant/es')['Sticky'];
VanSwipe: typeof import('vant/es')['Swipe'];
VanSwipeItem: typeof import('vant/es')['SwipeItem'];
VanTabbar: typeof import('vant/es')['Tabbar'];
VanTabbarItem: typeof import('vant/es')['TabbarItem'];
Empty: (typeof import('./src/components/empty.vue'))['default'];
FieldAreaPicker: (typeof import('./src/components/field-area-picker.vue'))['default'];
FieldCalendarPicker: (typeof import('./src/components/field-calendar-picker.vue'))['default'];
FieldDatetimePicker: (typeof import('./src/components/field-datetime-picker.vue'))['default'];
FieldPicker: (typeof import('./src/components/field-picker.vue'))['default'];
ListCard: (typeof import('./src/components/list-card.vue'))['default'];
PersonSelect: (typeof import('./src/components/person-select.vue'))['default'];
RouterLink: (typeof import('vue-router'))['RouterLink'];
RouterView: (typeof import('vue-router'))['RouterView'];
SearchPerson: (typeof import('./src/components/search-person.vue'))['default'];
VanCard: (typeof import('vant/es'))['Card'];
VanGrid: (typeof import('vant/es'))['Grid'];
VanGridItem: (typeof import('vant/es'))['GridItem'];
VanIcon: (typeof import('vant/es'))['Icon'];
VanNavBar: (typeof import('vant/es'))['NavBar'];
VanSidebar: (typeof import('vant/es'))['Sidebar'];
VanSidebarItem: (typeof import('vant/es'))['SidebarItem'];
VanSticky: (typeof import('vant/es'))['Sticky'];
VanSwipe: (typeof import('vant/es'))['Swipe'];
VanSwipeItem: (typeof import('vant/es'))['SwipeItem'];
VanTabbar: (typeof import('vant/es'))['Tabbar'];
VanTabbarItem: (typeof import('vant/es'))['TabbarItem'];
}
}

export {};
2 changes: 1 addition & 1 deletion mock/_createProductionServer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createProdMockServer } from 'vite-plugin-mock/es/createProdMockServer';

const modules = import.meta.globEager('./**/*.ts');
const modules = import.meta.glob<any>('./**/*.ts', { eager: true });

const mockModules: any[] = [];
Object.keys(modules).forEach((key) => {
Expand Down
103 changes: 50 additions & 53 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,65 +21,62 @@
"test:br": "npx http-server dist --cors --brotli -c-1"
},
"dependencies": {
"@vant/area-data": "^1.3.1",
"@vant/touch-emulator": "^1.3.2",
"@vueuse/core": "^8.7.5",
"axios": "^0.27.2",
"dayjs": "^1.11.3",
"@vant/area-data": "^1.5.0",
"@vant/touch-emulator": "^1.4.0",
"@vueuse/core": "^10.5.0",
"axios": "^1.5.1",
"dayjs": "^1.11.10",
"lodash-es": "^4.17.21",
"pinia": "^2.0.13",
"qs": "^6.11.0",
"vant": "^4.0.0-alpha.4",
"vconsole": "^3.14.6",
"vue": "^3.2.37",
"vue-router": "^4.0.16"
"pinia": "^2.1.7",
"qs": "^6.11.2",
"vant": "^4.7.2",
"vconsole": "^3.15.1",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/lodash": "^4.14.182",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@vitejs/plugin-legacy": "^1.8.2",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/compiler-sfc": "3.2.33",
"@vue/eslint-config-typescript": "^11.0.0",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.2.2",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@types/lodash": "^4.14.199",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/eslint-config-typescript": "^12.0.0",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^4.1.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.1.0",
"eslint-plugin-vue": "^9.1.1",
"gh-pages": "^4.0.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.17.0",
"gh-pages": "^6.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.1",
"mockjs": "^1.1.0",
"postcss": "^8.4.14",
"postcss-html": "^1.4.1",
"postcss-scss": "^4.0.4",
"prettier": "^2.7.1",
"sass": "^1.53.0",
"stylelint": "^14.9.1",
"stylelint-config-html": "^1.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended": "^8.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^26.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.2.0",
"typescript": "^4.7.4",
"unplugin-vue-components": "^0.20.1",
"unplugin-vue-define-options": "^0.6.1",
"vite": "^2.9.13",
"vite-plugin-checker": "^0.4.6",
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.0.3",
"sass": "^1.69.3",
"stylelint": "^15.10.3",
"stylelint-config-html": "^1.1.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.2.1",
"typescript": "^5.2.2",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.11",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-style-import": "^1.4.1",
"vue-eslint-parser": "^9.0.3",
"vue-tsc": "^0.38.2"
"vue-eslint-parser": "^9.3.2",
"vue-tsc": "^1.8.19"
},
"license": "MIT",
"engines": {
Expand Down
Loading

0 comments on commit 31adfb2

Please sign in to comment.