fix: add typescript dev dependency on encryption package

This commit is contained in:
Karol Sójko
2022-07-05 14:39:08 +02:00
parent 253cc589a3
commit 175a0ff7db
2 changed files with 5 additions and 3 deletions

View File

@@ -31,7 +31,8 @@
"@typescript-eslint/eslint-plugin": "^5.30.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^27.5.1",
"ts-jest": "^27.1.3"
"ts-jest": "^27.1.3",
"typescript": "^4.7.4"
},
"dependencies": {
"@standardnotes/common": "^1.23.1",