Skip to content

Commit

Permalink
perf: up deps
Browse files Browse the repository at this point in the history
BREAKING CHANGE: uses the new zx@8 core proposal
  • Loading branch information
antongolub committed Mar 18, 2024
1 parent 4f6dca1 commit 3604eba
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
"dependencies": {
"@qiwi/deep-proxy": "^3.0.0",
"@types/ip": "^1.1.3",
"@types/node": "^20.11.19",
"@types/semver": "^7.5.7",
"@types/node": "^20.11.29",
"@types/semver": "^7.5.8",
"globby-cp": "^1.3.0",
"ini": "^4.1.1",
"ini": "^4.1.2",
"ip": "^2.0.1",
"is-reachable": "^5.2.1",
"npm-run-path": "^5.2.0",
"npm-run-path": "^5.3.0",
"semver": "^7.6.0",
"ssri": "^10.0.5",
"tempy": "^3.1.0",
"zx": "7.2.3-dev.7e728f6"
"zx": "7.2.3-dev.1d8aa93"
},
"devDependencies": {
"c8": "^9.1.0"
Expand Down

0 comments on commit 3604eba

Please sign in to comment.