📦 Chore: upgrade electron uuid , change pkg name

This commit is contained in:
萌萌哒赫萝
2023-01-16 23:27:33 +08:00
parent b9a75d853a
commit 7421322475
28 changed files with 289 additions and 115 deletions
+6 -4
View File
@@ -1,6 +1,6 @@
{
"name": "picgo",
"version": "2.4.0-beta.0",
"name": "piclist",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "vue-cli-service electron:build",
@@ -24,6 +24,7 @@
"axios": "^0.19.0",
"compare-versions": "^4.1.3",
"core-js": "^3.27.1",
"custom-electron-titlebar": "^4.1.5",
"element-plus": "^2.2.28",
"fs-extra": "^10.0.0",
"js-yaml": "^4.1.0",
@@ -34,7 +35,7 @@
"picgo": "^1.5.0",
"qrcode.vue": "^3.3.3",
"shell-path": "2.1.0",
"uuidv4": "^6.2.11",
"uuid": "^9.0.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vue3-lazyload": "^0.3.6",
@@ -52,6 +53,7 @@
"@types/node": "^16.10.2",
"@types/request-promise-native": "^1.0.17",
"@types/semver": "^7.3.8",
"@types/uuid": "^9.0.0",
"@types/write-file-atomic": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
@@ -66,7 +68,7 @@
"conventional-changelog": "^3.1.18",
"cz-customizable": "^6.2.0",
"dotenv": "^16.0.1",
"electron": "^16.0.6",
"electron": "^22.0.2",
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.31.0",
"eslint-config-standard": ">=16.0.0",