Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: iam10k/conductr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e947627f840403da50bf4aff4eead3bcb2e9dde2
Choose a base ref
..
head repository: iam10k/conductr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 87cf374e12dccd067a0ba489d4608c1ed7a60a57
Choose a head ref
Showing with 134 additions and 148 deletions.
  1. +1 −1 package.json
  2. +1 −1 packages/core/package.json
  3. +132 −146 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "^3.3.2",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"turbo": "^2.3.4"
},
"packageManager": "pnpm@9.1.2"
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@
"jest": "^29.7.0",
"prettier": "^3.3.2",
"ts-jest": "^29.2.5",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"typescript": "^5.7.2"
},
"dependencies": {
Loading