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 Dec 1, 2023
1 parent b1f1d33 commit d9ab710
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 245 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.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,20 +45,20 @@
"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",
"magic-string": "^0.30.5",
"mlly": "^1.4.2",
"pathe": "^1.1.1",
"pkg-types": "^1.0.3",
"scule": "^1.1.0",
"scule": "^1.1.1",
"strip-literal": "^1.3.0",
"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 d9ab710

Please sign in to comment.