Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #34 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 Jan 9, 2023
2 parents 66bed66 + 5cd7544 commit 11d652f
Show file tree
Hide file tree
Showing 3 changed files with 588 additions and 504 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3

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

- name: Install node
uses: actions/setup-node@v3
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vitem-mini",
"version": "1.0.0",
"packageManager": "pnpm@6.34.0",
"packageManager": "pnpm@6.35.1",
"scripts": {
"dev": "vite --port 3344 --open",
"build": "vite build",
Expand All @@ -11,23 +11,23 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"vue": "3.2.39",
"vue-router": "4.1.5"
"vue": "3.2.45",
"vue-router": "4.1.6"
},
"devDependencies": {
"@elonehoo/eslint-config": "2.0.0",
"@iconify-json/carbon": "1.1.7",
"@iconify-json/carbon": "1.1.13",
"@types/node": "18.11.18",
"@unocss/reset": "0.45.18",
"@unocss/reset": "0.48.3",
"@vitejs/plugin-vue": "4.0.0",
"@vue/compiler-sfc": "3.2.39",
"eslint": "8.23.0",
"pnpm": "6.34.0",
"@vue/compiler-sfc": "3.2.45",
"eslint": "8.31.0",
"pnpm": "6.35.1",
"ts-node": "10.9.1",
"typescript": "4.8.3",
"unocss": "0.45.18",
"vite": "3.1.0",
"vitest": "0.23.2",
"typescript": "4.9.4",
"unocss": "0.48.3",
"vite": "3.2.5",
"vitest": "0.27.0",
"vue-tsc": "1.0.24"
}
}

0 comments on commit 11d652f

Please sign in to comment.