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

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 Nov 7, 2022
1 parent d9d6858 commit 12bd617
Show file tree
Hide file tree
Showing 3 changed files with 911 additions and 424 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
28 changes: 14 additions & 14 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.32.9",
"packageManager": "pnpm@6.35.0",
"scripts": {
"dev": "vite --port 3333 --open",
"build": "vite build",
Expand All @@ -11,23 +11,23 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"vue": "3.2.37",
"vue-router": "4.1.3"
"vue": "3.2.41",
"vue-router": "4.1.6"
},
"devDependencies": {
"@elonehoo/eslint-config": "2.0.0",
"@iconify-json/carbon": "1.1.7",
"@iconify-json/carbon": "1.1.9",
"@types/node": "17.0.45",
"@unocss/reset": "0.32.13",
"@vitejs/plugin-vue": "2.3.3",
"@vue/compiler-sfc": "3.2.37",
"eslint": "8.21.0",
"pnpm": "6.34.0",
"@unocss/reset": "0.46.3",
"@vitejs/plugin-vue": "2.3.4",
"@vue/compiler-sfc": "3.2.41",
"eslint": "8.27.0",
"pnpm": "6.35.0",
"ts-node": "10.9.1",
"typescript": "4.7.4",
"unocss": "0.32.13",
"vite": "2.9.14",
"vitest": "0.10.5",
"vue-tsc": "0.34.17"
"typescript": "4.8.4",
"unocss": "0.46.3",
"vite": "2.9.15",
"vitest": "0.24.5",
"vue-tsc": "0.40.13"
}
}

0 comments on commit 12bd617

Please sign in to comment.