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] authored Mar 15, 2024
1 parent 37665db commit 7ac8da0
Show file tree
Hide file tree
Showing 3 changed files with 662 additions and 557 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unimport",
"type": "module",
"version": "3.7.1",
"packageManager": "pnpm@8.15.0",
"packageManager": "pnpm@8.15.4",
"description": "Unified utils for auto importing APIs in modules",
"license": "MIT",
"repository": "unjs/unimport",
Expand Down Expand Up @@ -51,28 +51,28 @@
"estree-walker": "^3.0.3",
"fast-glob": "^3.3.2",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.5",
"mlly": "^1.5.0",
"magic-string": "^0.30.8",
"mlly": "^1.6.1",
"pathe": "^1.1.2",
"pkg-types": "^1.0.3",
"scule": "^1.2.0",
"scule": "^1.3.0",
"strip-literal": "^1.3.0",
"unplugin": "^1.6.0"
"unplugin": "^1.10.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@antfu/eslint-config": "^2.8.3",
"@types/estree": "^1.0.5",
"@types/node": "^20.11.8",
"@vitest/coverage-v8": "^1.2.2",
"bumpp": "^9.3.0",
"@types/node": "^20.11.28",
"@vitest/coverage-v8": "^1.4.0",
"bumpp": "^9.4.0",
"conventional-changelog-cli": "^4.1.0",
"eslint": "8.56.0",
"h3": "^1.10.1",
"eslint": "8.57.0",
"h3": "^1.11.1",
"jquery": "^3.7.1",
"lit": "^3.1.1",
"typescript": "^5.3.3",
"lit": "^3.1.2",
"typescript": "^5.4.2",
"unbuild": "^2.0.0",
"vitest": "^1.2.2",
"vitest": "^1.4.0",
"vue-tsc": "^1.8.27"
}
}
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.15"
"vue": "^3.4.21"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite-plugin-inspect": "^0.8.3"
}
}
Loading

0 comments on commit 7ac8da0

Please sign in to comment.