Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0x80 committed Mar 30, 2024
1 parent 742e82c commit 0babdf7
Show file tree
Hide file tree
Showing 2 changed files with 670 additions and 264 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,33 +47,33 @@
"prepare": "pnpm run build"
},
"dependencies": {
"@npmcli/arborist": "^7.3.1",
"@pnpm/lockfile-file": "^8.1.6",
"@pnpm/prune-lockfile": "^5.0.9",
"@npmcli/arborist": "^7.4.0",
"@pnpm/lockfile-file": "^8.1.8",
"@pnpm/prune-lockfile": "^5.0.10",
"@pnpm/types": "^9.4.2",
"chalk": "^5.3.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"glob": "^10.3.12",
"outdent": "^0.8.0",
"remeda": "^1.40.1",
"remeda": "^1.56.0",
"rename-overwrite": "^5.0.0",
"source-map-support": "^0.5.21",
"strip-json-comments": "^5.0.1",
"tar-fs": "^3.0.5",
"type-fest": "^4.10.2",
"yaml": "^2.3.4"
"type-fest": "^4.14.0",
"yaml": "^2.4.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.17",
"@types/node": "^20.12.2",
"@types/source-map-support": "^0.5.10",
"@types/tar-fs": "^2.0.4",
"eslint-config-0x80": "^0.0.0",
"prettier": "^3.2.5",
"prettier-plugin-jsdoc": "^1.3.0",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
"typescript": "^5.4.3",
"vitest": "^1.4.0"
}
}
Loading

0 comments on commit 0babdf7

Please sign in to comment.