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 #2 from elonehoo/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
chore(deps): pin dependencies
  • Loading branch information
elonehoo committed Aug 8, 2022
2 parents 57a6d45 + 6f8a256 commit 97c47db
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 255 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"vue": "^3.2.36",
"vue-router": "^4.0.15"
"vue": "3.2.37",
"vue-router": "4.1.3"
},
"devDependencies": {
"@elonehoo/eslint-config": "^2.0.0",
"@iconify-json/carbon": "^1.1.5",
"@types/node": "^17.0.36",
"@unocss/reset": "^0.32.13",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.36",
"eslint": "^8.16.0",
"pnpm": "^6.32.19",
"ts-node": "^10.8.0",
"typescript": "^4.7.2",
"unocss": "^0.32.13",
"vite": "^2.9.9",
"vitest": "^0.10.5",
"vue-tsc": "^0.34.17"
"@elonehoo/eslint-config": "2.0.0",
"@iconify-json/carbon": "1.1.7",
"@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",
"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"
}
}

0 comments on commit 97c47db

Please sign in to comment.