Updated desp

This commit is contained in:
DrMint 2024-04-08 23:19:48 +02:00
parent f46bdcaa03
commit 8832434010
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -17,7 +17,7 @@
"language-tags": "1.0.9", "language-tags": "1.0.9",
"luxon": "3.4.4", "luxon": "3.4.4",
"payload": "2.12.1", "payload": "2.12.1",
"payloadcms-sftp-storage": "^1.0.1", "payloadcms-sftp-storage": "1.0.1",
"sharp": "0.33.3", "sharp": "0.33.3",
"styled-components": "6.1.8" "styled-components": "6.1.8"
}, },
@ -35,7 +35,7 @@
"prettier": "3.2.5", "prettier": "3.2.5",
"ts-node": "10.9.2", "ts-node": "10.9.2",
"ts-unused-exports": "10.0.1", "ts-unused-exports": "10.0.1",
"typescript": "5.4.3" "typescript": "5.4.4"
} }
}, },
"node_modules/@aws-crypto/crc32": { "node_modules/@aws-crypto/crc32": {
@ -15922,9 +15922,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.4.3", "version": "5.4.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
"integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"

View File

@ -48,6 +48,6 @@
"prettier": "3.2.5", "prettier": "3.2.5",
"ts-node": "10.9.2", "ts-node": "10.9.2",
"ts-unused-exports": "10.0.1", "ts-unused-exports": "10.0.1",
"typescript": "5.4.3" "typescript": "5.4.4"
} }
} }