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 Oct 30, 2024
1 parent 26d185a commit 33567a7
Show file tree
Hide file tree
Showing 3 changed files with 545 additions and 432 deletions.
22 changes: 11 additions & 11 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.1",
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"description": "Unified utils for auto importing APIs in modules",
"license": "MIT",
"repository": "unjs/unimport",
Expand Down Expand Up @@ -45,8 +45,8 @@
"test": "vitest --coverage"
},
"dependencies": {
"@rollup/pluginutils": "^5.1.2",
"acorn": "^8.12.1",
"@rollup/pluginutils": "^5.1.3",
"acorn": "^8.14.0",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3",
"fast-glob": "^3.3.2",
Expand All @@ -57,22 +57,22 @@
"pkg-types": "^1.2.1",
"scule": "^1.3.0",
"strip-literal": "^2.1.0",
"unplugin": "^1.14.1"
"unplugin": "^1.15.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@antfu/eslint-config": "^3.8.0",
"@types/estree": "^1.0.6",
"@types/node": "^22.7.5",
"@vitest/coverage-v8": "^2.1.2",
"bumpp": "^9.7.1",
"@types/node": "^22.8.4",
"@vitest/coverage-v8": "^2.1.4",
"bumpp": "^9.8.0",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"h3": "^1.13.0",
"jquery": "^3.7.1",
"lit": "^3.2.1",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"vitest": "^2.1.2",
"vue-tsc": "^2.1.6"
"vitest": "^2.1.4",
"vue-tsc": "^2.1.8"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite": "^5.4.10",
"vite-plugin-inspect": "^0.8.7"
}
}
Loading

0 comments on commit 33567a7

Please sign in to comment.