Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Oct 25, 2022
1 parent 3a01cb0 commit 7d403d1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
},
"devDependencies": {
"@blockcore/tsconfig": "^0.0.1",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"ava": "^4.3.1",
"eslint": "^8.20.0",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"ava": "^5.0.1",
"eslint": "^8.26.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
"typescript": "^4.8.4"
},
"ava": {
"files": [
Expand All @@ -60,6 +60,6 @@
},
"dependencies": {
"@blockcore/coininfo": "^5.2.2",
"@blockcore/dns": "^0.0.8"
"@blockcore/dns": "^0.0.9"
}
}

0 comments on commit 7d403d1

Please sign in to comment.