Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 27, 2024
1 parent 92175ba commit b518578
Show file tree
Hide file tree
Showing 2 changed files with 1,882 additions and 2,652 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"build": "unbuild",
"dev": "vitest dev",
"giget": "jiti ./src/cli.ts",
"lint": "eslint --ext .ts,.js,.mjs,.cjs . && prettier -c src test",
"lint:fix": "eslint --ext .ts,.js,.mjs,.cjs . --fix && prettier -w src test",
"lint": "eslint . && prettier -c src test",
"lint:fix": "eslint . --fix && prettier -w src test",
"prepack": "unbuild",
"play": "pnpm giget --force-clean --verbose unjs .tmp/clone",
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
Expand All @@ -43,23 +43,23 @@
"consola": "^3.2.3",
"defu": "^6.1.4",
"node-fetch-native": "^1.6.4",
"nypm": "^0.3.8",
"ohash": "^1.1.3",
"nypm": "^0.3.12",
"ohash": "^1.1.4",
"pathe": "^1.1.2",
"tar": "^6.2.1"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/node": "^22.10.0",
"@types/tar": "^6.1.13",
"@vitest/coverage-v8": "^1.5.0",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"eslint-config-unjs": "^0.2.1",
"jiti": "^1.21.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"@vitest/coverage-v8": "^2.1.6",
"changelogen": "^0.5.7",
"eslint": "^9.15.0",
"eslint-config-unjs": "^0.4.2",
"jiti": "^2.4.0",
"prettier": "^3.4.1",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vitest": "^1.5.0"
"vitest": "^2.1.6"
},
"packageManager": "pnpm@9.0.5"
"packageManager": "pnpm@9.14.2"
}
Loading

0 comments on commit b518578

Please sign in to comment.