mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
chore: upgrade packages (#5749)
This commit is contained in:
parent
bd228bce71
commit
4aa6db99db
4 changed files with 330 additions and 831 deletions
|
@ -41,8 +41,7 @@
|
||||||
"peerDependencyRules": {
|
"peerDependencyRules": {
|
||||||
"allowedVersions": {
|
"allowedVersions": {
|
||||||
"react": "^18.0.0",
|
"react": "^18.0.0",
|
||||||
"jest": "^29.1.2",
|
"jest": "^29.1.2"
|
||||||
"stylelint": "^15.0.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
"description": "Logto Connector for Amazon SES",
|
"description": "Logto Connector for Amazon SES",
|
||||||
"author": "Jeff <admin@breadth.app>",
|
"author": "Jeff <admin@breadth.app>",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-sesv2": "^3.224.0",
|
"@aws-sdk/client-sesv2": "^3.556.0",
|
||||||
"@aws-sdk/types": "^3.226.0",
|
"@aws-sdk/types": "^3.535.0",
|
||||||
"@logto/connector-kit": "workspace:^3.0.0",
|
"@logto/connector-kit": "workspace:^3.0.0",
|
||||||
"@silverhand/essentials": "^2.9.0",
|
"@silverhand/essentials": "^2.9.0",
|
||||||
"got": "^14.0.0",
|
"got": "^14.0.0",
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
"openapi-schema-validator": "^12.1.3",
|
"openapi-schema-validator": "^12.1.3",
|
||||||
"openapi-types": "^12.1.3",
|
"openapi-types": "^12.1.3",
|
||||||
"prettier": "^3.0.0",
|
"prettier": "^3.0.0",
|
||||||
"puppeteer": "^22.6.0",
|
"puppeteer": "^22.6.5",
|
||||||
"text-encoder": "^0.0.4",
|
"text-encoder": "^0.0.4",
|
||||||
"typescript": "^5.3.3"
|
"typescript": "^5.3.3"
|
||||||
},
|
},
|
||||||
|
|
1152
pnpm-lock.yaml
1152
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue