Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 20, 2025
1 parent fd914e9 commit aad6f69
Show file tree
Hide file tree
Showing 2 changed files with 3,541 additions and 4,107 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,29 +110,29 @@
],
"scripts": {
"build": "unbuild",
"lint": "eslint --ext .ts,.js,.mjs,.cjs . && prettier -c src test lib",
"lint:fix": "eslint --fix --ext .ts,.js,.mjs,.cjs . && prettier -w src test lib",
"lint": "eslint . && prettier -c src test lib",
"lint:fix": "eslint --fix . && prettier -w src test lib",
"prepack": "unbuild",
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
"test": "pnpm lint && pnpm build && vitest run --coverage"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@vitest/coverage-v8": "^1.4.0",
"@types/node": "^22.10.7",
"@vitest/coverage-v8": "^3.0.2",
"abort-controller": "^3.0.0",
"agent-base": "^7.1.0",
"changelogen": "^0.5.5",
"eslint": "^8.57.0",
"eslint-config-unjs": "^0.2.1",
"agent-base": "^7.1.3",
"changelogen": "^0.5.7",
"eslint": "^9.18.0",
"eslint-config-unjs": "^0.4.2",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.4",
"https-proxy-agent": "^7.0.6",
"node-fetch": "^3.3.2",
"prettier": "^3.2.5",
"proxy-agent": "^6.4.0",
"typescript": "^5.4.3",
"unbuild": "^2.0.0",
"undici": "^6.10.2",
"vitest": "^1.4.0"
"prettier": "^3.4.2",
"proxy-agent": "^6.5.0",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"undici": "^7.2.3",
"vitest": "^3.0.2"
},
"packageManager": "pnpm@8.15.5"
"packageManager": "pnpm@9.15.4"
}
Loading

0 comments on commit aad6f69

Please sign in to comment.