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 Jan 8, 2024
1 parent 7d296a2 commit 300018e
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 159 deletions.
10 changes: 5 additions & 5 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.13.1",
"packageManager": "pnpm@8.14.0",
"description": "Unified utils for auto importing APIs in modules",
"license": "MIT",
"repository": "unjs/unimport",
Expand Down Expand Up @@ -62,17 +62,17 @@
"devDependencies": {
"@antfu/eslint-config": "^2.6.1",
"@types/estree": "^1.0.5",
"@types/node": "^20.10.6",
"@vitest/coverage-v8": "^1.1.1",
"@types/node": "^20.10.7",
"@vitest/coverage-v8": "^1.1.3",
"bumpp": "^9.2.1",
"conventional-changelog-cli": "^4.1.0",
"eslint": "8.56.0",
"h3": "^1.9.0",
"h3": "^1.10.0",
"jquery": "^3.7.1",
"lit": "^3.1.0",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vitest": "^1.1.1",
"vitest": "^1.1.3",
"vue-tsc": "^1.8.27"
}
}
4 changes: 2 additions & 2 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.3"
"vue": "^3.4.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite": "^5.0.11",
"vite-plugin-inspect": "^0.8.1"
}
}
Loading

0 comments on commit 300018e

Please sign in to comment.