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 Apr 3, 2023
1 parent e92551f commit 6d6c81b
Show file tree
Hide file tree
Showing 4 changed files with 380 additions and 202 deletions.
2 changes: 1 addition & 1 deletion example/vanilla/package.json
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@elonehoo/log":"workspace:*",
"typescript": "4.9.4",
"typescript": "4.9.5",
"vite": "3.2.5"
}
}
10 changes: 5 additions & 5 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@elonehoo/log-monorepo",
"private": "true",
"packageManager": "pnpm@7.23.0",
"packageManager": "pnpm@7.30.5",
"description": "Starter template for TypeScript library",
"author": "Elone Hoo <huchengyea@163.com>",
"type": "module",
Expand All @@ -23,12 +23,12 @@
"@elonehoo/log": "workspace:*",
"@types/node": "17.0.45",
"bumpp": "8.2.1",
"eslint": "8.31.0",
"pnpm": "7.23.0",
"eslint": "8.37.0",
"pnpm": "7.30.5",
"rimraf": "3.0.2",
"typescript": "4.9.4",
"typescript": "4.9.5",
"unbuild": "0.9.4",
"vite": "3.2.5",
"vitest": "0.27.0"
"vitest": "0.29.8"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Expand Up @@ -24,8 +24,8 @@
},
"devDependencies": {
"rimraf": "3.0.2",
"typescript": "4.9.4",
"typescript": "4.9.5",
"unbuild": "0.9.4",
"vitest": "0.27.0"
"vitest": "0.29.8"
}
}

0 comments on commit 6d6c81b

Please sign in to comment.