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 Dec 30, 2023
1 parent f3a9272 commit 48b8afa
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 204 deletions.
12 changes: 6 additions & 6 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.12.1",
"packageManager": "pnpm@8.13.1",
"description": "Unified utils for auto importing APIs in modules",
"license": "MIT",
"repository": "unjs/unimport",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@rollup/pluginutils": "^5.1.0",
"acorn": "^8.11.2",
"acorn": "^8.11.3",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3",
"fast-glob": "^3.3.2",
Expand All @@ -57,12 +57,12 @@
"pkg-types": "^1.0.3",
"scule": "^1.1.1",
"strip-literal": "^1.3.0",
"unplugin": "^1.5.1"
"unplugin": "^1.6.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.4.6",
"@antfu/eslint-config": "^2.6.1",
"@types/estree": "^1.0.5",
"@types/node": "^20.10.5",
"@types/node": "^20.10.6",
"@vitest/coverage-v8": "^1.1.0",
"bumpp": "^9.2.1",
"conventional-changelog-cli": "^4.1.0",
Expand All @@ -73,6 +73,6 @@
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vitest": "^1.1.0",
"vue-tsc": "^1.8.26"
"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,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.13"
"vue": "^3.4.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue": "^4.6.1",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-inspect": "^0.8.1"
Expand Down
Loading

0 comments on commit 48b8afa

Please sign in to comment.