update deps and hard code

This commit is contained in:
Matt Hill
2021-08-10 18:54:35 -06:00
parent 53ac2f5690
commit dc242320c8
2 changed files with 179 additions and 86 deletions

View File

@@ -7,19 +7,18 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "mocha -r ts-node/register tests/**/*.test.ts"
"build": "tsc"
},
"dependencies": {
"rxjs": "^6.6.3",
"sorted-btree": "^1.5.0",
"uuid": "^8.3.2"
"rxjs": "6.6.7",
"sorted-btree": "1.5.0",
"uuid": "8.3.2"
},
"devDependencies": {
"@types/node": "^15.0.0",
"@types/uuid": "^8.3.0",
"ts-node": "^9.1.1",
"tslint": "^6.1.0",
"typescript": "4.1.5"
"@types/node": "16.4.13",
"@types/uuid": "8.3.1",
"ts-node": "10.2.0",
"tslint": "6.1.3",
"typescript": "4.3.5"
}
}