Skip to content

Commit

Permalink
chore: update non major deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 18, 2024
1 parent bcb16cb commit 7f714c9
Show file tree
Hide file tree
Showing 2 changed files with 4,375 additions and 3,668 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"build": "unbuild",
"changelogen": "jiti ./src/cli.ts",
"dev": "vitest dev",
"lint": "eslint --ext .ts,.js,.mjs,.cjs . && prettier -c src test",
"lint:fix": "eslint --fix --ext .ts,.js,.mjs,.cjs . && prettier -w src test",
"lint": "eslint . && prettier -c src test",
"lint:fix": "eslint --fix . && prettier -w src test",
"prepack": "unbuild",
"release": "pnpm test && pnpm changelogen --release --push && pnpm publish",
"test": "pnpm lint && vitest run --coverage"
},
"dependencies": {
"c12": "^1.10.0",
"c12": "^1.11.1",
"colorette": "^2.0.20",
"consola": "^3.2.3",
"convert-gitmoji": "^0.1.5",
Expand All @@ -43,24 +43,24 @@
"ofetch": "^1.3.4",
"open": "^10.1.0",
"pathe": "^1.1.2",
"pkg-types": "^1.0.3",
"pkg-types": "^1.1.3",
"scule": "^1.3.0",
"semver": "^7.6.0",
"semver": "^7.6.3",
"std-env": "^3.7.0",
"yaml": "^2.4.1"
"yaml": "^2.4.5"
},
"devDependencies": {
"@types/node": "^20.12.2",
"@types/node": "^20.14.11",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^1.4.0",
"eslint": "^8.57.0",
"eslint-config-unjs": "^0.2.1",
"jiti": "^1.21.0",
"prettier": "^3.2.5",
"@vitest/coverage-v8": "^2.0.3",
"eslint": "^9.7.0",
"eslint-config-unjs": "^0.3.2",
"jiti": "^1.21.6",
"prettier": "^3.3.3",
"standard-version": "^9.5.0",
"typescript": "^5.4.3",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"vitest": "^1.4.0"
"vitest": "^2.0.3"
},
"packageManager": "pnpm@8.15.5"
"packageManager": "pnpm@9.5.0"
}
Loading

0 comments on commit 7f714c9

Please sign in to comment.