chore: add some common deps

Former-commit-id: 45f13f61bcac63b4e45cd50d7c5efe085540fc99 [formerly e388566f48]
Former-commit-id: 92e14b64acbbc70ab51b0850d6ed3d2192d16adc
This commit is contained in:
cedoor
2021-10-19 12:21:58 +02:00
parent babe9bc94a
commit e7c5193499
3 changed files with 8518 additions and 1 deletions

8515
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1 +0,0 @@
abfccb41cf149911b9d03c3bda067d54647c65b1

View File

@@ -29,6 +29,7 @@
},
"homepage": "https://github.com/appliedzkp/libsemaphore#readme",
"devDependencies": {
"@types/node": "^16.10.8",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
@@ -38,6 +39,8 @@
"jest-config": "^27.2.5",
"lerna": "^4.0.0",
"ts-jest": "^27.0.6",
"ts-node": "^10.2.0",
"tslib": "^2.3.1",
"typescript": "^4.4.4"
}
}