Skip to content

Commit

Permalink
Merge pull request #57 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 Oct 28, 2022
2 parents ceb904c + fa0a960 commit f050d01
Show file tree
Hide file tree
Showing 2 changed files with 635 additions and 763 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "pnpm@7.11.0",
"packageManager": "pnpm@7.14.0",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
Expand All @@ -10,32 +10,32 @@
"test": "vitest"
},
"dependencies": {
"@vueuse/core": "9.2.0",
"canvas-confetti": "1.5.1",
"@vueuse/core": "9.4.0",
"canvas-confetti": "1.6.0",
"seedrandom": "3.0.5",
"vue": "3.2.39",
"vue-router": "4.1.5"
"vue": "3.2.41",
"vue-router": "4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "0.26.3",
"@iconify-json/carbon": "1.1.7",
"@iconify-json/mdi": "1.1.31",
"@antfu/eslint-config": "0.27.0",
"@iconify-json/carbon": "1.1.9",
"@iconify-json/mdi": "1.1.34",
"@types/canvas-confetti": "1.4.3",
"@types/node": "17.0.45",
"@types/seedrandom": "3.0.2",
"@unocss/reset": "0.45.18",
"@vitejs/plugin-vue": "3.1.0",
"@vue/test-utils": "2.0.2",
"eslint": "8.23.0",
"jsdom": "20.0.0",
"pnpm": "7.11.0",
"typescript": "4.8.3",
"unocss": "0.45.18",
"unplugin-auto-import": "0.11.2",
"unplugin-vue-components": "0.22.4",
"vite": "3.1.0",
"vite-plugin-pages": "0.26.0",
"vitest": "0.23.2"
"@unocss/reset": "0.46.1",
"@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"
},
"eslintConfig": {
"extends": "@antfu"
Expand Down

0 comments on commit f050d01

Please sign in to comment.