Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tangdaoyuan committed Aug 22, 2023
1 parent af3db71 commit dfe7013
Show file tree
Hide file tree
Showing 11 changed files with 1,376 additions and 1,212 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.accessibilitySupport": "off",
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorSmoothCaretAnimation": "on",
"editor.find.addExtraSpaceOnTop": false,
"editor.fontFamily": "Input Mono, Fira Code, monospace",
"editor.fontLigatures": "'ss01', 'ss02', 'ss03', 'ss06', 'zero'",
Expand Down
8 changes: 6 additions & 2 deletions auto-imports.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// Generated by 'unplugin-auto-import'
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {

const ElMessage: typeof import('element-plus/es')['ElMessage']
}
10 changes: 5 additions & 5 deletions components.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// 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 {
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default']
Expand Down
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,41 +18,41 @@
"node": ">=16"
},
"dependencies": {
"axios": "1.2.3",
"element-plus": "2.2.28",
"axios": "1.4.0",
"element-plus": "2.3.9",
"lodash": "4.17.21",
"pinia": "2.0.29",
"pinia": "2.1.6",
"uuid": "9.0.0",
"vue": "3.2.45",
"vue-router": "4.1.6"
"vue": "3.3.4",
"vue-router": "4.2.4"
},
"devDependencies": {
"@commitlint/cli": "17.4.2",
"@commitlint/config-conventional": "17.4.2",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@suger-tdy/eslint-config": "1.1.14",
"@types/jsdom": "21.1.0",
"@types/lodash": "4.14.191",
"@types/node": "17.0.40",
"@types/uuid": "9.0.0",
"@vitejs/plugin-vue": "3.2.0",
"@vitejs/plugin-vue-jsx": "2.1.1",
"@vue/test-utils": "2.2.7",
"@vue/tsconfig": "0.1.3",
"cypress": "10.11.0",
"eslint": "8.32.0",
"eslint-plugin-cypress": "2.12.1",
"@types/jsdom": "21.1.1",
"@types/lodash": "4.14.197",
"@types/node": "18.17.7",
"@types/uuid": "9.0.2",
"@vitejs/plugin-vue": "4.3.3",
"@vitejs/plugin-vue-jsx": "3.0.2",
"@vue/test-utils": "2.4.1",
"@vue/tsconfig": "0.4.0",
"cypress": "12.17.4",
"eslint": "8.47.0",
"eslint-plugin-cypress": "2.14.0",
"husky": "8.0.3",
"jsdom": "21.1.1",
"jsdom": "22.1.0",
"mockjs": "1.1.0",
"sass": "1.57.1",
"sass": "1.66.1",
"standard-version": "9.5.0",
"start-server-and-test": "1.15.3",
"typescript": "4.9.4",
"unplugin-auto-import": "0.12.1",
"start-server-and-test": "2.0.0",
"typescript": "5.1.6",
"unplugin-auto-import": "0.16.6",
"unplugin-mock": "1.0.3",
"unplugin-vue-components": "0.22.12",
"vite": "3.2.5",
"vitest": "0.28.1",
"vue-tsc": "1.0.24"
"unplugin-vue-components": "0.25.1",
"vite": "4.4.9",
"vitest": "0.34.2",
"vue-tsc": "1.8.8"
}
}
Loading

0 comments on commit dfe7013

Please sign in to comment.