Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#30)
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 9, 2024
1 parent 447505e commit 49b267f
Show file tree
Hide file tree
Showing 7 changed files with 733 additions and 576 deletions.
2 changes: 0 additions & 2 deletions eslint.config.js

This file was deleted.

2 changes: 2 additions & 0 deletions eslint.config.mjs
@@ -0,0 +1,2 @@
import { sxzz } from '@sxzz/eslint-config'
export default sxzz()
26 changes: 13 additions & 13 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "monoman",
"version": "0.4.2",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.15.6",
"description": "Manage monorepo common files.",
"license": "MIT",
"homepage": "https://github.com/sxzz/monoman#readme",
Expand Down Expand Up @@ -38,22 +38,22 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@antfu/utils": "^0.7.6",
"citty": "^0.1.4",
"@antfu/utils": "^0.7.7",
"citty": "^0.1.6",
"consola": "^3.2.3",
"fast-glob": "^3.3.2",
"unconfig": "^0.3.11"
"unconfig": "^0.3.12"
},
"devDependencies": {
"@sxzz/eslint-config": "^3.7.4",
"@sxzz/prettier-config": "^2.0.0",
"@types/node": "^20.9.2",
"bumpp": "^9.2.0",
"eslint": "^8.54.0",
"prettier": "^3.1.0",
"tsup": "^8.0.1",
"tsx": "^4.1.4",
"typescript": "^5.2.2"
"@sxzz/eslint-config": "^3.9.0",
"@sxzz/prettier-config": "^2.0.1",
"@types/node": "^20.12.6",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"tsx": "^4.7.2",
"typescript": "^5.4.4"
},
"engines": {
"node": ">=16.14.0"
Expand Down

0 comments on commit 49b267f

Please sign in to comment.