1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-22 02:12:40 +01:00

Update typescript to latest

This commit is contained in:
Emma [it/its]@Rory& 2024-10-29 20:24:51 +01:00
parent 3e95e4ff7e
commit 7fc4c129e1
3 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,3 @@
{ {
"npmDepsHash": "sha256-zs6ViAc3w1g4/VTsrNajKL65gKFHbzvBUIxlDbEO690=" "npmDepsHash": "sha256-7fRfkqcmoaXtERi+XoPQnxhioMslTxm9PFD7C/5ZGZQ="
} }

10
package-lock.json generated
View File

@ -80,7 +80,7 @@
"husky": "^9.1.6", "husky": "^9.1.6",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"pretty-quick": "^4.0.0", "pretty-quick": "^4.0.0",
"typescript": "^4.9.5" "typescript": "^5.6.3"
}, },
"optionalDependencies": { "optionalDependencies": {
"@yukikaze-bot/erlpack": "^1.0.1", "@yukikaze-bot/erlpack": "^1.0.1",
@ -10614,16 +10614,16 @@
"license": "Apache-2.0" "license": "Apache-2.0"
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.9.5", "version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
}, },
"engines": { "engines": {
"node": ">=4.2.0" "node": ">=14.17"
} }
}, },
"node_modules/typescript-json-schema": { "node_modules/typescript-json-schema": {

View File

@ -64,7 +64,7 @@
"husky": "^9.1.6", "husky": "^9.1.6",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"pretty-quick": "^4.0.0", "pretty-quick": "^4.0.0",
"typescript": "^4.9.5" "typescript": "^5.6.3"
}, },
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.629.0", "@aws-sdk/client-s3": "^3.629.0",