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 Nov 30, 2023
1 parent b1f1d33 commit 8a85045
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 238 deletions.
8 changes: 4 additions & 4 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.6.0",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.11.0",
"description": "Unified utils for auto importing APIs in modules",
"license": "MIT",
"repository": "unjs/unimport",
Expand Down Expand Up @@ -45,7 +45,7 @@
"test": "vitest --coverage"
},
"dependencies": {
"@rollup/pluginutils": "^5.0.5",
"@rollup/pluginutils": "^5.1.0",
"escape-string-regexp": "^5.0.0",
"fast-glob": "^3.3.2",
"local-pkg": "^0.5.0",
Expand All @@ -58,7 +58,7 @@
"unplugin": "^1.5.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.1.0",
"@antfu/eslint-config": "^2.1.2",
"@vitest/coverage-v8": "^0.34.6",
"bumpp": "^9.2.0",
"conventional-changelog-cli": "^4.1.0",
Expand All @@ -69,6 +69,6 @@
"typescript": "^5.3.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.22"
"vue-tsc": "^1.8.24"
}
}
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.3.8"
"vue": "^3.3.9"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"typescript": "^5.3.2",
"vite": "^5.0.2",
"vite-plugin-inspect": "^0.7.42"
"vite": "^5.0.4",
"vite-plugin-inspect": "^0.8.0"
}
}
Loading

0 comments on commit 8a85045

Please sign in to comment.