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 Jan 12, 2023
1 parent 0171415 commit 97d37c1
Show file tree
Hide file tree
Showing 3 changed files with 510 additions and 438 deletions.
30 changes: 15 additions & 15 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "electron-clash-lite",
"version": "1.0.0",
"packageManager": "pnpm@7.21.0",
"packageManager": "pnpm@7.24.3",
"author": "SharerMax",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -32,49 +32,49 @@
"dev:all": "turbo run dev"
},
"devDependencies": {
"@antfu/eslint-config": "0.34.0",
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@antfu/eslint-config": "0.34.1",
"@commitlint/cli": "17.4.2",
"@commitlint/config-conventional": "17.4.2",
"@commitlint/prompt-cli": "^17.2.0",
"@playwright/test": "1.29.1",
"@playwright/test": "1.29.2",
"@types/js-yaml": "4.0.5",
"@types/node": "18.11.18",
"@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.9.0",
"axios": "1.2.1",
"@vueuse/core": "9.10.0",
"axios": "1.2.2",
"dayjs": "1.11.7",
"echarts": "5.4.1",
"electron": "21.3.3",
"electron": "21.3.4",
"electron-builder": "23.6.0",
"electron-devtools-installer": "3.2.0",
"electron-store": "8.1.0",
"eslint": "8.30.0",
"eslint": "8.31.0",
"get-port": "6.1.2",
"internal-ip": "7.0.0",
"js-base64": "3.7.3",
"js-base64": "3.7.4",
"js-yaml": "4.1.0",
"naive-ui": "2.34.3",
"nano-staged": "0.8.0",
"node-schedule": "2.1.0",
"node-schedule": "2.1.1",
"punycode-esm": "1.0.6",
"share": "workspace:*",
"simple-git-hooks": "2.8.1",
"turbo": "^1.6.3",
"typescript": "4.9.4",
"unocss": "0.48.0",
"unocss": "0.48.4",
"url-parse": "1.5.10",
"vfonts": "0.0.3",
"vite": "3.2.5",
"vite-plugin-electron": "0.11.1",
"vite-plugin-resolve": "2.3.0",
"vitest": "0.26.2",
"vitest": "0.27.1",
"vue": "3.2.45",
"vue-echarts": "6.3.3",
"vue-echarts": "6.5.1",
"vue-router": "4.1.6",
"vue-tsc": "1.0.18"
"vue-tsc": "1.0.24"
},
"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.26.2"
"vitest": "0.27.1"
}
}

0 comments on commit 97d37c1

Please sign in to comment.