Skip to content

Commit

Permalink
Merge pull request #58 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 008aac7 + df80451 commit 4cac312
Show file tree
Hide file tree
Showing 2 changed files with 711 additions and 557 deletions.
40 changes: 20 additions & 20 deletions package.json
@@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "pnpm@7.14.0",
"packageManager": "pnpm@7.23.0",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
Expand All @@ -10,32 +10,32 @@
"test": "vitest"
},
"dependencies": {
"@vueuse/core": "9.4.0",
"@vueuse/core": "9.10.0",
"canvas-confetti": "1.6.0",
"seedrandom": "3.0.5",
"vue": "3.2.41",
"vue": "3.2.45",
"vue-router": "4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "0.27.0",
"@iconify-json/carbon": "1.1.9",
"@iconify-json/mdi": "1.1.34",
"@types/canvas-confetti": "1.4.3",
"@antfu/eslint-config": "0.34.1",
"@iconify-json/carbon": "1.1.13",
"@iconify-json/mdi": "1.1.41",
"@types/canvas-confetti": "1.6.0",
"@types/node": "17.0.45",
"@types/seedrandom": "3.0.2",
"@unocss/reset": "0.46.1",
"@types/seedrandom": "3.0.4",
"@unocss/reset": "0.48.3",
"@vitejs/plugin-vue": "3.2.0",
"@vue/test-utils": "2.2.0",
"eslint": "8.26.0",
"jsdom": "20.0.1",
"pnpm": "7.14.0",
"typescript": "4.8.4",
"unocss": "0.46.1",
"unplugin-auto-import": "0.11.4",
"unplugin-vue-components": "0.22.9",
"vite": "3.2.0",
"vite-plugin-pages": "0.27.1",
"vitest": "0.24.3"
"@vue/test-utils": "2.2.7",
"eslint": "8.31.0",
"jsdom": "20.0.3",
"pnpm": "7.23.0",
"typescript": "4.9.4",
"unocss": "0.48.3",
"unplugin-auto-import": "0.12.1",
"unplugin-vue-components": "0.22.12",
"vite": "3.2.5",
"vite-plugin-pages": "0.28.0",
"vitest": "0.27.0"
},
"eslintConfig": {
"extends": "@antfu"
Expand Down

0 comments on commit 4cac312

Please sign in to comment.