Skip to content

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 May 6, 2024
1 parent 1ca46a9 commit b9a11bb
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 462 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@
}
],
"devDependencies": {
"@antfu/eslint-config": "^2.16.0",
"@antfu/eslint-config": "^2.16.1",
"@pinia/colada": "workspace:*",
"@shikijs/vitepress-twoslash": "^1.3.0",
"@shikijs/vitepress-twoslash": "^1.4.0",
"@size-limit/preset-small-lib": "^11.1.2",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.5.2",
"@vitest/ui": "^1.5.2",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@vue/test-utils": "^2.4.5",
"eslint": "^9.1.1",
"eslint": "^9.2.0",
"happy-dom": "^14.7.1",
"lint-staged": "^15.2.2",
"pinia": "^2.1.7",
Expand All @@ -120,8 +120,8 @@
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "~5.4.5",
"vitepress": "1.1.4",
"vitest": "^1.5.2",
"vue": "^3.4.25"
"vitest": "^1.6.0",
"vue": "^3.4.26"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"fuse.js": "^7.0.0",
"mande": "^2.0.8",
"pinia": "^2.1.7",
"vue": "^3.4.25",
"vue": "^3.4.26",
"vue-router": "^4.3.2",
"water.css": "^2.1.1"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
Expand All @@ -38,7 +38,7 @@
"tailwindcss": "^3.4.3",
"typescript": "~5.4.5",
"unplugin-vue-router": "^0.8.6",
"vite": "^5.2.10",
"vue-tsc": "^2.0.14"
"vite": "^5.2.11",
"vue-tsc": "^2.0.16"
}
}

0 comments on commit b9a11bb

Please sign in to comment.