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 Jul 22, 2023
1 parent 33c7319 commit b312c79
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 695 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@antfu/eslint-config": "^0.39.7",
"@antfu/eslint-config": "^0.39.8",
"chokidar": "^3.5.3",
"comment-json": "^4.2.3",
"consola": "^3.2.3",
"fast-glob": "^3.3.0",
"fast-glob": "^3.3.1",
"unbuild": "^1.2.1",
"vite": "4.4.2"
"vite": "4.4.6"
},
"devDependencies": {
"@elonehoo/rimraf": "^0.0.1",
"@types/node": "20.4.1",
"@types/node": "20.4.4",
"@vitest/coverage-c8": "^0.33.0",
"bumpp": "9.1.1",
"c8": "^8.0.0",
"eslint": "8.44.0",
"eslint": "8.45.0",
"local-pkg": "^0.4.3",
"pnpm": "8.6.7",
"pnpm": "8.6.9",
"typescript": "5.1.6",
"vitest": "0.33.0"
}
Expand Down
4 changes: 2 additions & 2 deletions playground/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.1.6",
"vite": "^4.4.2",
"vite": "^4.4.6",
"vite-plugin-alias": "workspace:^",
"vue-tsc": "^1.8.4"
"vue-tsc": "^1.8.6"
}
}
6 changes: 3 additions & 3 deletions playground/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.1.6",
"vite": "^4.4.2",
"vite-plugin-inspect": "^0.7.32",
"vue-tsc": "^1.8.4"
"vite": "^4.4.6",
"vite-plugin-inspect": "^0.7.33",
"vue-tsc": "^1.8.6"
}
}

0 comments on commit b312c79

Please sign in to comment.