Skip to content

Commit

Permalink
Merge pull request #203 from w3f/up
Browse files Browse the repository at this point in the history
upgraded deps
  • Loading branch information
ironoa authored Aug 18, 2022
2 parents 01d9335 + 8fac88c commit a31f4c1
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 406 deletions.
4 changes: 2 additions & 2 deletions charts/polkadot-watcher/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Polkadot Watcher
name: polkadot-watcher
version: v4.1.0
appVersion: v4.1.0
version: v4.1.1
appVersion: v4.1.1
apiVersion: v2
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkadot-watcher",
"version": "4.1.0",
"version": "4.1.1",
"description": "Monitor events on Polkadot networks",
"repository": "[email protected]:w3f/polkadot-watcher.git",
"author": "W3F Infrastructure Team <[email protected]>",
Expand All @@ -20,7 +20,7 @@
"start": "node ./dist/index.js start"
},
"dependencies": {
"@polkadot/api": "^8.14.1",
"@polkadot/api": "^9.2.2",
"@w3f/config": "^0.1.1",
"@w3f/logger": "^0.4.2",
"commander": "^4.0.0",
Expand All @@ -39,7 +39,7 @@
"@types/tmp": "0.2.3",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"@w3f/test-utils": "^1.2.28",
"@w3f/test-utils": "^1.2.29",
"chai": "4.3.6",
"eslint": "7.32.0",
"fs-extra": "9.1.0",
Expand Down
Loading

0 comments on commit a31f4c1

Please sign in to comment.