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 14, 2022
1 parent 12bd617 commit 755029e
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 172 deletions.
14 changes: 7 additions & 7 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.35.0",
"packageManager": "pnpm@6.35.1",
"scripts": {
"dev": "vite --port 3333 --open",
"build": "vite build",
Expand All @@ -11,23 +11,23 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"vue": "3.2.41",
"vue": "3.2.45",
"vue-router": "4.1.6"
},
"devDependencies": {
"@elonehoo/eslint-config": "2.0.0",
"@iconify-json/carbon": "1.1.9",
"@types/node": "17.0.45",
"@unocss/reset": "0.46.3",
"@unocss/reset": "0.46.5",
"@vitejs/plugin-vue": "2.3.4",
"@vue/compiler-sfc": "3.2.41",
"@vue/compiler-sfc": "3.2.45",
"eslint": "8.27.0",
"pnpm": "6.35.0",
"pnpm": "6.35.1",
"ts-node": "10.9.1",
"typescript": "4.8.4",
"unocss": "0.46.3",
"unocss": "0.46.5",
"vite": "2.9.15",
"vitest": "0.24.5",
"vitest": "0.25.1",
"vue-tsc": "0.40.13"
}
}

0 comments on commit 755029e

Please sign in to comment.