Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Mar 2, 2025
1 parent 4f4c594 commit d014f3c
Show file tree
Hide file tree
Showing 2 changed files with 452 additions and 336 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,28 @@
},
"homepage": "https://github.com/pnpm/meta-updater#readme",
"dependencies": {
"@pnpm/find-workspace-dir": "^7.0.0",
"@pnpm/logger": "^5.0.0",
"@pnpm/types": "^11.0.0",
"@pnpm/workspace.find-packages": "^4.0.0",
"@pnpm/workspace.read-manifest": "^2.2.0",
"@pnpm/find-workspace-dir": "^1000.1.0",
"@pnpm/logger": "^1000.0.0",
"@pnpm/types": "^1000.2.0",
"@pnpm/workspace.find-packages": "^1000.0.12",
"@pnpm/workspace.read-manifest": "^1000.1.0",
"load-json-file": "^7.0.1",
"meow": "^11.0.0",
"print-diff": "^2.0.0",
"write-json-file": "^5.0.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@types/node": "^20.12.11",
"@types/ramda": "^0.30.0",
"execa": "^9.0.0",
"fs-extra": "^11.2.0",
"@types/ramda": "^0.30.2",
"execa": "^9.5.2",
"fs-extra": "^11.3.0",
"jest": "^29.7.0",
"ramda": "^0.30.0",
"rimraf": "^5.0.5",
"tempy": "^3.1.0",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
"ts-jest": "^29.2.6",
"typescript": "^5.8.2"
}
}
Loading

0 comments on commit d014f3c

Please sign in to comment.