chore: upgrade packages

This commit is contained in:
yanglbme 2022-01-15 10:25:22 +08:00
parent 0e8223039e
commit 2e0c5d63fb

View File

@ -11,22 +11,22 @@
"mm": "npx mockm --cwd=mm" "mm": "npx mockm --cwd=mm"
}, },
"dependencies": { "dependencies": {
"@vue/shared": "^3.2.23", "@vue/shared": "^3.2.26",
"ali-oss": "^6.16.0", "ali-oss": "^6.16.0",
"axios": "^0.24.0", "axios": "^0.24.0",
"buffer-from": "^1.1.2", "buffer-from": "^1.1.2",
"codemirror": "^5.64.0", "codemirror": "^5.65.0",
"core-js": "^3.19.2", "core-js": "^3.20.2",
"cos-js-sdk-v5": "^1.3.1", "cos-js-sdk-v5": "^1.3.4",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"element-ui": "^2.15.6", "element-ui": "^2.15.6",
"form-data": "4.0.0", "form-data": "4.0.0",
"highlight.js": "^11.3.1", "highlight.js": "^11.3.1",
"jquery": "^3.6.0", "jquery": "^3.6.0",
"juice": "^8.0.0", "juice": "^8.0.0",
"marked": "^4.0.5", "marked": "^4.0.10",
"node-fetch": "^3.1.0", "node-fetch": "^3.1.0",
"prettier": "^2.5.0", "prettier": "^2.5.1",
"prettify": "^0.1.7", "prettify": "^0.1.7",
"qiniu-js": "^3.4.0", "qiniu-js": "^3.4.0",
"regenerator-runtime": "^0.13.9", "regenerator-runtime": "^0.13.9",
@ -42,7 +42,7 @@
"babel-plugin-import": "^1.13.3", "babel-plugin-import": "^1.13.3",
"cache-loader": "^4.1.0", "cache-loader": "^4.1.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"jest": "^27.4.0", "jest": "^27.4.7",
"less": "^4.1.2", "less": "^4.1.2",
"less-loader": "^7.3.0", "less-loader": "^7.3.0",
"mini-types": "*", "mini-types": "*",
@ -51,7 +51,7 @@
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss-comment": "^2.0.0", "postcss-comment": "^2.0.0",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",
"shx": "^0.3.3", "shx": "^0.3.4",
"vue-template-compiler": "^2.6.14" "vue-template-compiler": "^2.6.14"
} }
} }