Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 3, 2023
1 parent 284ba17 commit 9092f97
Show file tree
Hide file tree
Showing 2 changed files with 239 additions and 233 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-combine",
"version": "0.6.0",
"packageManager": "pnpm@8.6.4",
"packageManager": "pnpm@8.6.5",
"description": "Unified plugin that combines other plugins into one plugin.",
"license": "MIT",
"homepage": "https://github.com/sxzz/unplugin-combine#readme",
Expand Down Expand Up @@ -78,25 +78,25 @@
}
},
"dependencies": {
"@antfu/utils": "^0.7.4",
"@antfu/utils": "^0.7.5",
"unplugin": "^1.3.1"
},
"devDependencies": {
"@sxzz/eslint-config-prettier": "^2.4.6",
"@sxzz/eslint-config-ts": "^2.4.6",
"@types/node": "^18.16.18",
"@types/node": "^18.16.19",
"bumpp": "^9.1.1",
"esbuild": "^0.18.8",
"eslint": "^8.43.0",
"esbuild": "^0.18.11",
"eslint": "^8.44.0",
"eslint-define-config": "^1.21.0",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.0",
"prettier": "^2.8.8",
"rollup": "^3.25.2",
"rollup": "^3.26.0",
"tsup": "^7.1.0",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vitest": "^0.32.2",
"webpack": "^5.88.0"
"webpack": "^5.88.1"
},
"engines": {
"node": ">=14.19.0"
Expand Down

0 comments on commit 9092f97

Please sign in to comment.