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 Jun 29, 2023
1 parent 763f8d8 commit 39804d4
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 237 deletions.
2 changes: 1 addition & 1 deletion example/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@elonehoo/log": "workspace:*",
"typescript": "5.1.3",
"typescript": "5.1.6",
"vite": "4.3.9"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"devDependencies": {
"@elonehoo/eslint-config": "2.0.0",
"@elonehoo/log": "workspace:*",
"@types/node": "18.16.16",
"@vitest/coverage-c8": "^0.31.4",
"bumpp": "9.1.0",
"eslint": "8.42.0",
"pnpm": "8.6.0",
"@types/node": "18.16.18",
"@vitest/coverage-c8": "^0.32.2",
"bumpp": "9.1.1",
"eslint": "8.43.0",
"pnpm": "8.6.5",
"rimraf": "5.0.1",
"typescript": "5.1.3",
"typescript": "5.1.6",
"unbuild": "1.2.1",
"vite": "4.3.9",
"vitest": "0.31.4"
"vitest": "0.32.2"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"devDependencies": {
"rimraf": "5.0.1",
"typescript": "5.1.3",
"typescript": "5.1.6",
"unbuild": "1.2.1",
"vitest": "0.31.4"
"vitest": "0.32.2"
}
}

0 comments on commit 39804d4

Please sign in to comment.