Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent 6c504ad commit d9cdcf2
Show file tree
Hide file tree
Showing 2 changed files with 414 additions and 413 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-unused",
"version": "0.2.3",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"description": "Check unused dependencies.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -88,26 +88,26 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@rollup/pluginutils": "^5.1.0",
"@rollup/pluginutils": "^5.1.2",
"js-tokens": "^9.0.0",
"picocolors": "^1.0.1",
"picocolors": "^1.1.0",
"pkg-types": "^1.2.0",
"unplugin": "^1.14.0"
"unplugin": "^1.14.1"
},
"devDependencies": {
"@sxzz/eslint-config": "^4.1.0",
"@sxzz/eslint-config": "^4.2.0",
"@sxzz/prettier-config": "^2.0.2",
"@sxzz/test-utils": "^0.2.1",
"@types/node": "^22.5.1",
"bumpp": "^9.5.2",
"@sxzz/test-utils": "^0.3.2",
"@types/node": "^22.7.4",
"bumpp": "^9.6.0",
"escape-string-regexp": "^5.0.0",
"eslint": "^9.9.1",
"eslint": "^9.11.1",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vitest": "^2.0.5"
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vitest": "^2.1.1"
},
"engines": {
"node": ">=18.12.0"
Expand Down
Loading

0 comments on commit d9cdcf2

Please sign in to comment.