Skip to content

Commit

Permalink
Merge pull request #141 from SharerMax/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
SharerMax committed Nov 18, 2022
2 parents 9f2fb60 + d3ba21f commit 4a5e309
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 259 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-clash-lite",
"version": "1.0.0",
"packageManager": "pnpm@7.15.0",
"packageManager": "pnpm@7.16.1",
"author": "SharerMax",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -32,11 +32,11 @@
"dev:all": "turbo run dev"
},
"devDependencies": {
"@antfu/eslint-config": "0.30.1",
"@antfu/eslint-config": "0.31.0",
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@commitlint/prompt-cli": "^17.2.0",
"@playwright/test": "1.27.1",
"@playwright/test": "1.28.0",
"@types/js-yaml": "4.0.5",
"@types/node": "18.11.9",
"@types/node-schedule": "2.1.0",
Expand All @@ -47,14 +47,14 @@
"axios": "1.1.3",
"dayjs": "1.11.6",
"echarts": "5.4.0",
"electron": "21.2.3",
"electron": "21.3.0",
"electron-builder": "23.6.0",
"electron-devtools-installer": "3.2.0",
"electron-store": "8.1.0",
"eslint": "8.27.0",
"get-port": "6.1.2",
"internal-ip": "7.0.0",
"js-base64": "3.7.2",
"js-base64": "3.7.3",
"js-yaml": "4.1.0",
"naive-ui": "2.33.5",
"nano-staged": "0.8.0",
Expand All @@ -63,14 +63,14 @@
"share": "workspace:*",
"simple-git-hooks": "2.8.1",
"turbo": "^1.6.3",
"typescript": "4.8.4",
"unocss": "0.46.4",
"typescript": "4.9.3",
"unocss": "0.46.5",
"url-parse": "1.5.10",
"vfonts": "0.0.3",
"vite": "3.2.3",
"vite-plugin-electron": "0.10.3",
"vite": "3.2.4",
"vite-plugin-electron": "0.10.4",
"vite-plugin-resolve": "2.3.0",
"vitest": "0.25.1",
"vitest": "0.25.2",
"vue": "3.2.45",
"vue-echarts": "6.2.3",
"vue-router": "4.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/share/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"devDependencies": {
"tsup": "^6.3.0",
"vitest": "0.25.1"
"vitest": "0.25.2"
}
}

0 comments on commit 4a5e309

Please sign in to comment.