Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
  • Loading branch information
renovate[bot] and sxzz committed Apr 24, 2024
1 parent 80eb26c commit c7cf567
Show file tree
Hide file tree
Showing 8 changed files with 1,258 additions and 781 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -34,8 +34,8 @@ npm install -D stale-dep
"build": "stale-dep && some build command",
"dev": "stale-dep && some dev command",
// ...
"postinstall": "stale-dep -u"
}
"postinstall": "stale-dep -u",
},
}
```

Expand Down
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -78,22 +78,22 @@
"md5": "^2.3.0"
},
"devDependencies": {
"@nuxt/kit": "^3.9.0",
"@nuxt/schema": "^3.9.0",
"@sxzz/eslint-config": "^3.7.6",
"@sxzz/prettier-config": "^2.0.0",
"@nuxt/kit": "^3.11.2",
"@nuxt/schema": "^3.11.2",
"@sxzz/eslint-config": "^3.9.1",
"@sxzz/prettier-config": "^2.0.2",
"@types/fs-extra": "^11.0.4",
"@types/md5": "^2.3.5",
"@types/node": "^20.10.5",
"bumpp": "^9.2.1",
"eslint": "^8.56.0",
"@types/node": "^20.12.7",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"fast-glob": "^3.3.2",
"prettier": "^3.1.1",
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vitest": "^1.1.0"
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"tsx": "^4.7.2",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitest": "^1.5.1"
},
"engines": {
"node": ">=18.12.0"
Expand Down

0 comments on commit c7cf567

Please sign in to comment.