Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0x80 committed Aug 4, 2024
1 parent b9f544e commit 4ef6b4b
Show file tree
Hide file tree
Showing 3 changed files with 826 additions and 784 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"format": "prettier --write .",
"lint": "eslint . --max-warnings 0",
"lint:format": "prettier --check .",
"type-check": "tsc --noEmit",
"compile": "tsc --noEmit",
"prepare": "pnpm run type-check && pnpm run build"
},
"dependencies": {
"@npmcli/arborist": "^7.4.0",
"@npmcli/arborist": "^7.5.4",
"@pnpm/logger": "^5.0.0",
"@pnpm/types": "^9.4.2",
"chalk": "^5.3.0",
Expand All @@ -54,25 +54,25 @@
"pnpm_lockfile_file_v9": "npm:@pnpm/lockfile-file@9",
"pnpm_prune_lockfile_v8": "npm:@pnpm/prune-lockfile@5",
"pnpm_prune_lockfile_v9": "npm:@pnpm/prune-lockfile@6",
"remeda": "^1.56.0",
"remeda": "^2.7.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.14.0",
"yaml": "^2.4.1"
"tar-fs": "^3.0.6",
"type-fest": "^4.23.0",
"yaml": "^2.5.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.2",
"@types/node": "^22.1.0",
"@types/source-map-support": "^0.5.10",
"@types/tar-fs": "^2.0.4",
"eslint": "^8",
"eslint-config-0x80": "^0.0.0",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "^1.4.0"
},
"packageManager": "[email protected]+sha256.bdfc9a7b372b5c462176993e586492603e20da5864d2f8881edc2462482c76fa"
Expand Down
Loading

0 comments on commit 4ef6b4b

Please sign in to comment.