Skip to content

Commit

Permalink
Merge pull request #70 from w3f/bot-deps-upgrade
Browse files Browse the repository at this point in the history
upgraded deps
  • Loading branch information
ironoa authored Oct 28, 2021
2 parents c3a6412 + b739562 commit d5e3c8a
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 184 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
unitTest:
docker:
- image: web3f/node-dind:v1.0.0
- image: parity/polkadot:v0.8.30
- image: parity/polkadot:v0.9.12
name: polkadot
command: --chain=kusama-dev --ws-port 11000 --alice --ws-external --rpc-methods=Unsafe --rpc-cors=all
steps:
Expand All @@ -23,7 +23,7 @@ jobs:

helmLint:
docker:
- image: web3f/ci-commons:v2.4.6
- image: web3f/ci-commons:v2.4.8
steps:
- checkout
- run:
Expand All @@ -32,7 +32,7 @@ jobs:
buildImage:
docker:
- image: web3f/ci-commons:v2.4.6
- image: web3f/ci-commons:v2.4.8
steps:
- checkout
- setup_remote_docker:
Expand All @@ -44,7 +44,7 @@ jobs:
integrationTests:
docker:
- image: web3f/ci-commons:v2.4.6
- image: web3f/ci-commons:v2.4.8
steps:
- checkout
- setup_remote_docker
Expand All @@ -55,7 +55,7 @@ jobs:
testPrometheusRules:
docker:
- image: web3f/ci-commons:v2.4.6
- image: web3f/ci-commons:v2.4.8
steps:
- checkout
- run:
Expand All @@ -76,7 +76,7 @@ jobs:
publishImage:
docker:
- image: web3f/ci-commons:v2.4.6
- image: web3f/ci-commons:v2.4.8
steps:
- checkout
- setup_remote_docker
Expand All @@ -86,7 +86,7 @@ jobs:
publishChart:
docker:
- image: web3f/ci-commons:v2.4.6
- image: web3f/ci-commons:v2.4.8
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion charts/polkadot-watcher/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: Polkadot Watcher
name: polkadot-watcher
version: v3.0.11
version: v3.0.12
apiVersion: v2
2 changes: 1 addition & 1 deletion charts/polkadot-watcher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ port: 3000

image:
repo: web3f/polkadot-watcher
tag: v3.0.11
tag: v3.0.12

config:
endpoint: "wss://kusama-rpc.polkadot.io"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkadot-watcher",
"version": "3.0.11",
"version": "3.0.12",
"description": "Monitor events on Polkadot networks",
"repository": "git@github.com:w3f/polkadot-watcher.git",
"author": "W3F Infrastructure Team <devops@web3.foundation>",
Expand All @@ -20,7 +20,7 @@
"start": "node ./dist/index.js start"
},
"dependencies": {
"@polkadot/api": "^6.3.1",
"@polkadot/api": "^6.5.2",
"@w3f/config": "^0.1.1",
"@w3f/logger": "^0.4.2",
"commander": "^4.0.0",
Expand All @@ -39,8 +39,8 @@
"@types/tmp": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"@w3f/polkadot-api-client": "^1.2.8",
"@w3f/test-utils": "^1.2.11",
"@w3f/polkadot-api-client": "^1.2.9",
"@w3f/test-utils": "^1.2.12",
"chai": "^4.2.0",
"eslint": "7.32.0",
"fs-extra": "^9.0.0",
Expand Down
Loading

0 comments on commit d5e3c8a

Please sign in to comment.