Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 3, 2022
1 parent 4a5e309 commit 143d53c
Show file tree
Hide file tree
Showing 3 changed files with 499 additions and 403 deletions.
28 changes: 14 additions & 14 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "electron-clash-lite",
"version": "1.0.0",
"packageManager": "pnpm@7.16.1",
"packageManager": "pnpm@7.18.0",
"author": "SharerMax",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -32,49 +32,49 @@
"dev:all": "turbo run dev"
},
"devDependencies": {
"@antfu/eslint-config": "0.31.0",
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@antfu/eslint-config": "0.33.1",
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@commitlint/prompt-cli": "^17.2.0",
"@playwright/test": "1.28.0",
"@playwright/test": "1.28.1",
"@types/js-yaml": "4.0.5",
"@types/node": "18.11.9",
"@types/node": "18.11.10",
"@types/node-schedule": "2.1.0",
"@types/url-parse": "1.4.8",
"@vicons/carbon": "0.12.0",
"@vitejs/plugin-vue": "3.2.0",
"@vueuse/core": "9.5.0",
"axios": "1.1.3",
"@vueuse/core": "9.6.0",
"axios": "1.2.0",
"dayjs": "1.11.6",
"echarts": "5.4.0",
"electron": "21.3.0",
"electron": "21.3.3",
"electron-builder": "23.6.0",
"electron-devtools-installer": "3.2.0",
"electron-store": "8.1.0",
"eslint": "8.27.0",
"eslint": "8.29.0",
"get-port": "6.1.2",
"internal-ip": "7.0.0",
"js-base64": "3.7.3",
"js-yaml": "4.1.0",
"naive-ui": "2.33.5",
"naive-ui": "2.34.2",
"nano-staged": "0.8.0",
"node-schedule": "2.1.0",
"punycode-esm": "1.0.6",
"share": "workspace:*",
"simple-git-hooks": "2.8.1",
"turbo": "^1.6.3",
"typescript": "4.9.3",
"unocss": "0.46.5",
"unocss": "0.47.5",
"url-parse": "1.5.10",
"vfonts": "0.0.3",
"vite": "3.2.4",
"vite-plugin-electron": "0.10.4",
"vite-plugin-resolve": "2.3.0",
"vitest": "0.25.2",
"vitest": "0.25.3",
"vue": "3.2.45",
"vue-echarts": "6.2.3",
"vue-router": "4.1.6",
"vue-tsc": "1.0.9"
"vue-tsc": "1.0.11"
},
"env": {
"VITE_DEV_SERVER_HOST": "127.0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/share/package.json
Expand Up @@ -18,6 +18,6 @@
},
"devDependencies": {
"tsup": "^6.3.0",
"vitest": "0.25.2"
"vitest": "0.25.3"
}
}

0 comments on commit 143d53c

Please sign in to comment.