Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheidegger committed Feb 4, 2021
1 parent 60c9f42 commit e4a1b08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
},
"homepage": "https://github.com/consento-org/permissions-system-sim#readme",
"dependencies": {
"@consento/hlc": "^1.0.0",
"@types/node": "^14.14.22"
"@consento/hlc": "^2.1.0",
"@types/node": "^14.14.25"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.14.0",
"c8": "^7.4.0",
"eslint": "^7.18.0",
"eslint-config-standard-with-typescript": "^19.0.1",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"c8": "^7.5.0",
"eslint": "^7.19.0",
"eslint-config-standard-with-typescript": "^20.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ test('Multiple requests get treated one at a time', t => {
const g = new Member({ id: 'g' })

const r1 = a.requestAdd(e.id)
const r2 = a.requestAdd(f.id)
a.requestAdd(f.id)
const r3 = b.requestAdd(g.id)

sync(a, b)
Expand Down

0 comments on commit e4a1b08

Please sign in to comment.