Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 4, 2022
1 parent 21a5c54 commit d0ec056
Show file tree
Hide file tree
Showing 2 changed files with 486 additions and 419 deletions.
80 changes: 40 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,53 +17,53 @@
"extends": "@hongbusi"
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@unocss/reset": "^0.30.11",
"@vueuse/core": "^8.2.3",
"@wangeditor/editor": "^5.0.0",
"@wangeditor/editor-for-vue": "^5.1.10",
"@zxcvbn-ts/core": "^2.0.1",
"@ant-design/icons-vue": "6.1.0",
"@unocss/reset": "0.30.13",
"@vueuse/core": "8.4.0",
"@wangeditor/editor": "5.0.1",
"@wangeditor/editor-for-vue": "5.1.11",
"@zxcvbn-ts/core": "2.0.1",
"ant-design-vue": "3.1.0-rc.5",
"axios": "^0.26.1",
"axios": "0.26.1",
"codemirror": "5.65.2",
"cropperjs": "^1.5.12",
"dayjs": "^1.11.0",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "^2.0.13",
"qrcode": "^1.5.0",
"vditor": "^3.8.13",
"vue": "^3.2.31",
"vue-router": "^4.0.14",
"xlsx": "^0.18.5"
"cropperjs": "1.5.12",
"dayjs": "1.11.1",
"lodash-es": "4.17.21",
"nprogress": "0.2.0",
"pinia": "2.0.13",
"qrcode": "1.5.0",
"vditor": "3.8.13",
"vue": "3.2.33",
"vue-router": "4.0.14",
"xlsx": "0.18.5"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@hongbusi/eslint-config": "^0.2.2",
"@commitlint/cli": "16.2.4",
"@commitlint/config-conventional": "16.2.4",
"@hongbusi/eslint-config": "0.2.2",
"@hongbusi/release": "0.0.6",
"@types/codemirror": "^5.60.5",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.23",
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.4.2",
"@vitejs/plugin-vue": "^2.3.1",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.2.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.12.0",
"husky": "^7.0.4",
"less": "^4.1.2",
"lint-staged": "^12.4.1",
"mockjs": "^1.1.0",
"rollup": "^2.71.1",
"typescript": "^4.6.3",
"unocss": "^0.30.11",
"unplugin-auto-import": "^0.6.9",
"unplugin-icons": "^0.14.1",
"@types/codemirror": "5.60.5",
"@types/lodash-es": "4.17.6",
"@types/node": "17.0.31",
"@types/nprogress": "0.2.0",
"@types/qrcode": "1.4.2",
"@vitejs/plugin-vue": "2.3.1",
"commitizen": "4.2.4",
"conventional-changelog-cli": "2.2.2",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.14.0",
"husky": "7.0.4",
"less": "4.1.2",
"lint-staged": "12.4.1",
"mockjs": "1.1.0",
"rollup": "2.71.1",
"typescript": "4.6.4",
"unocss": "0.30.13",
"unplugin-auto-import": "0.6.9",
"unplugin-icons": "0.14.3",
"unplugin-vue-components": "0.18.5",
"vite": "2.9.1",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-mock": "2.9.6",
"vue-tsc": "0.33.9"
},
"config": {
Expand Down
Loading

0 comments on commit d0ec056

Please sign in to comment.