Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #46 from elonehoo/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
elonehoo committed Aug 21, 2023
2 parents e251ec4 + 3dd143d commit 362aba1
Show file tree
Hide file tree
Showing 3 changed files with 467 additions and 417 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0

- name: Install node
uses: actions/setup-node@v3
Expand Down
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -10,29 +10,29 @@
"test": "vitest"
},
"dependencies": {
"@vueuse/core": "10.2.1",
"@vueuse/core": "10.3.0",
"axios": "1.4.0",
"vue": "3.3.4",
"vue-router": "4.2.4"
},
"devDependencies": {
"@antfu/eslint-config": "0.39.8",
"@iconify-json/carbon": "1.1.18",
"@types/node": "18.16.20",
"@unocss/reset": "0.53.6",
"@vitejs/plugin-vue": "4.2.3",
"@antfu/eslint-config": "0.40.2",
"@iconify-json/carbon": "1.1.19",
"@types/node": "18.17.6",
"@unocss/reset": "0.55.2",
"@vitejs/plugin-vue": "4.3.1",
"@vue/test-utils": "2.4.1",
"eslint": "8.45.0",
"eslint": "8.47.0",
"jsdom": "22.1.0",
"pnpm": "8.6.9",
"pnpm": "8.6.12",
"typescript": "5.1.6",
"unocss": "0.53.6",
"unocss": "0.55.2",
"unplugin-auto-import": "0.16.6",
"unplugin-vue-components": "0.25.1",
"vite": "4.4.6",
"vite": "4.4.9",
"vite-plugin-pages": "0.31.0",
"vitest": "0.33.0",
"vue-tsc": "1.8.6"
"vitest": "0.34.2",
"vue-tsc": "1.8.8"
},
"eslintConfig": {
"extends": "@antfu"
Expand Down

0 comments on commit 362aba1

Please sign in to comment.