Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#390)
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] authored Nov 22, 2024
1 parent 40bb309 commit b2db6fe
Show file tree
Hide file tree
Showing 3 changed files with 426 additions and 423 deletions.
14 changes: 7 additions & 7 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.13.2",
"packageManager": "pnpm@9.13.0",
"packageManager": "pnpm@9.14.2",
"description": "Unified utils for auto importing APIs in modules",
"license": "MIT",
"repository": "unjs/unimport",
Expand Down Expand Up @@ -50,23 +50,23 @@
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3",
"fast-glob": "^3.3.2",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.12",
"local-pkg": "^0.5.1",
"magic-string": "^0.30.13",
"mlly": "^1.7.3",
"pathe": "^1.1.2",
"pkg-types": "^1.2.1",
"scule": "^1.3.0",
"strip-literal": "^2.1.0",
"unplugin": "^1.15.0"
"unplugin": "^1.16.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@antfu/eslint-config": "^3.9.2",
"@types/estree": "^1.0.6",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@vitest/coverage-v8": "^2.1.5",
"bumpp": "^9.8.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"h3": "^1.13.0",
"jquery": "^3.7.1",
"lit": "^3.2.1",
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-inspect": "^0.8.7"
"vite-plugin-inspect": "^0.8.8"
}
}
Loading

0 comments on commit b2db6fe

Please sign in to comment.