Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 8, 2022
1 parent 648b431 commit 8d830fc
Show file tree
Hide file tree
Showing 2 changed files with 455 additions and 395 deletions.
36 changes: 18 additions & 18 deletions package.json
Expand Up @@ -19,40 +19,40 @@
},
"dependencies": {
"axios": "0.27.2",
"element-plus": "2.2.19",
"element-plus": "2.2.20",
"lodash": "4.17.21",
"pinia": "2.0.23",
"uuid": "8.3.2",
"vue": "3.2.41",
"vue-router": "4.1.5"
"vue-router": "4.1.6"
},
"devDependencies": {
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@suger-tdy/eslint-config": "1.1.12",
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@suger-tdy/eslint-config": "1.1.13",
"@types/jsdom": "16.2.15",
"@types/lodash": "4.14.186",
"@types/lodash": "4.14.188",
"@types/node": "17.0.40",
"@types/uuid": "8.3.4",
"@vitejs/plugin-vue": "3.1.2",
"@vitejs/plugin-vue-jsx": "2.0.1",
"@vue/test-utils": "2.1.0",
"@vitejs/plugin-vue": "3.2.0",
"@vitejs/plugin-vue-jsx": "2.1.1",
"@vue/test-utils": "2.2.1",
"@vue/tsconfig": "0.1.3",
"cypress": "10.10.0",
"eslint": "8.26.0",
"cypress": "10.11.0",
"eslint": "8.27.0",
"eslint-plugin-cypress": "2.12.1",
"husky": "8.0.1",
"jsdom": "20.0.1",
"husky": "8.0.2",
"jsdom": "20.0.2",
"mockjs": "1.1.0",
"sass": "1.55.0",
"sass": "1.56.0",
"standard-version": "9.5.0",
"start-server-and-test": "1.14.0",
"typescript": "4.8.4",
"unplugin-auto-import": "0.11.2",
"unplugin-auto-import": "0.11.4",
"unplugin-mock": "1.0.2",
"unplugin-vue-components": "0.22.8",
"vite": "3.1.8",
"vitest": "0.24.3",
"unplugin-vue-components": "0.22.9",
"vite": "3.2.3",
"vitest": "0.25.0",
"vue-tsc": "1.0.9"
}
}

0 comments on commit 8d830fc

Please sign in to comment.