summary refs log tree commit diff
path: root/bundle/package.json
diff options
context:
space:
mode:
authorHayden Young <hi@hbjy.dev>2021-10-15 09:46:28 +0000
committerGitHub <noreply@github.com>2021-10-15 09:46:28 +0000
commitc020d2f9590c7df05395b48c38c67a6f59e7ab1f (patch)
treedfeeebaf0bccee65008a361d486324b6ff10b024 /bundle/package.json
parentchore: merge master into cdn-s3 (diff)
downloadserver-c020d2f9590c7df05395b48c38c67a6f59e7ab1f.tar.xz
chore: update ts-node during npm run setup
Diffstat (limited to 'bundle/package.json')
-rw-r--r--bundle/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/bundle/package.json b/bundle/package.json
index 404c6758..5a7c116c 100644
--- a/bundle/package.json
+++ b/bundle/package.json
@@ -47,7 +47,7 @@
 		"jest": "^27.0.6",
 		"jest-expect-message": "^1.0.2",
 		"jest-runtime": "^27.2.1",
-		"ts-node": "^9.1.1",
+		"ts-node": "^10.2.1",
 		"ts-node-dev": "^1.1.6",
 		"ts-patch": "^1.4.4",
 		"typescript": "^4.2.3",
@@ -93,6 +93,8 @@
 		"typescript": "^4.1.2",
 		"typescript-json-schema": "^0.50.1",
 		"ws": "^7.4.2",
-		"cheerio": "^1.0.0-rc.10"
+		"cheerio": "^1.0.0-rc.10",
+		"@aws-sdk/client-s3": "^3.36.1",
+		"@aws-sdk/node-http-handler": "^3.36.0"
 	}
 }