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: logto-io/logto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6d788b2f1e34d68393930f5dfaab6430c90ac725
Choose a base ref
..
head repository: logto-io/logto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 94df78b8d9a9ea5c807e48a7c2bb19deefed2ed9
Choose a head ref
Showing with 119 additions and 118 deletions.
  1. +1 −1 packages/connectors/connector-postmark/package.json
  2. +1 −1 packages/core/package.json
  3. +1 −1 packages/integration-tests/package.json
  4. +116 −115 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion packages/connectors/connector-postmark/package.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
"dependencies": {
"@logto/connector-kit": "workspace:^4.0.0",
"@silverhand/essentials": "^2.9.0",
"postmark": "^4.0.2",
"postmark": "^4.0.5",
"zod": "^3.22.4"
},
"devDependencies": {
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -128,7 +128,7 @@
"lint-staged": "^15.0.0",
"nock": "^14.0.0-beta.5",
"node-mocks-http": "^1.12.1",
"nodemon": "^3.0.0",
"nodemon": "^3.1.7",
"prettier": "^3.0.0",
"sinon": "^18.0.0",
"supertest": "^7.0.0",
2 changes: 1 addition & 1 deletion packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@
"expect-puppeteer": "^10.0.0",
"jest": "^29.7.0",
"jest-matcher-specific-error": "^1.0.0",
"jest-puppeteer": "^10.0.1",
"jest-puppeteer": "^10.1.2",
"jose": "^5.6.3",
"ky": "^1.2.3",
"openapi-schema-validator": "^12.1.3",
Loading