Feature: update dialog will show change log now

This commit is contained in:
Kuingsmile
2023-09-30 12:46:01 +08:00
parent 96666a3066
commit ef1812a8eb
5 changed files with 133 additions and 60 deletions

View File

@@ -34,20 +34,19 @@
"lint:dpdm": "dpdm -T --tsconfig ./tsconfig.json --no-tree --no-warning --exit-code circular:1 src/background.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.420.0",
"@aws-sdk/lib-storage": "^3.420.0",
"@aws-sdk/s3-request-presigner": "^3.420.0",
"@aws-sdk/client-s3": "^3.421.0",
"@aws-sdk/lib-storage": "^3.421.0",
"@aws-sdk/s3-request-presigner": "^3.421.0",
"@element-plus/icons-vue": "^2.1.0",
"@highlightjs/vue-plugin": "^2.1.0",
"@nodelib/fs.walk": "^2.0.0",
"@octokit/rest": "^19.0.7",
"@picgo/i18n": "^1.0.0",
"@picgo/store": "^2.1.0",
"@smithy/node-http-handler": "^2.1.5",
"@types/mime-types": "^2.1.1",
"@smithy/node-http-handler": "^2.1.6",
"@videojs-player/vue": "^1.0.0",
"ali-oss": "^6.18.1",
"axios": "^1.5.0",
"axios": "^1.5.1",
"compare-versions": "^4.1.3",
"core-js": "^3.32.2",
"cos-nodejs-sdk-v5": "^2.12.4",
@@ -95,6 +94,7 @@
"@types/inquirer": "^6.5.0",
"@types/js-yaml": "^4.0.6",
"@types/lowdb": "^1.0.12",
"@types/mime-types": "^2.1.2",
"@types/node": "^16.10.2",
"@types/request-promise-native": "^1.0.18",
"@types/semver": "^7.5.2",