Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #23 from w3f/depsUpgrade
Browse files Browse the repository at this point in the history
Deps upgrade
  • Loading branch information
ironoa authored Oct 13, 2021
2 parents 4799075 + dae73d6 commit ed757db
Show file tree
Hide file tree
Showing 7 changed files with 314 additions and 476 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- run:
description: run integration tests
command: |
/scripts/integration-tests.sh
/scripts/integration-tests.sh kindest/node:v1.19.11
deploy:
docker:
Expand Down
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ module.exports = {
],
"rules": {
"@typescript-eslint/camelcase": ["error", { "properties": "never" } ]
}
},
env: {
node: true,
},
};
2 changes: 1 addition & 1 deletion charts/polkadot-registrar-watcher/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description: Polkadot Watcher
name: polkadot-registrar-watcher
version: v0.3.5
version: v0.3.6
apiVersion: v2
2 changes: 1 addition & 1 deletion charts/polkadot-registrar-watcher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ environment: production

image:
repo: web3f/polkadot-registrar-watcher
tag: v0.3.5
tag: v0.3.6

config:
node:
Expand Down
6 changes: 3 additions & 3 deletions helmfile.d/00-registrar-watcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ releases:
- name: kusama-registrar-watcher
namespace: registrar-v2
chart: w3f/polkadot-registrar-watcher
version: v0.3.5
version: v0.3.6
values:
- ./config/registrar-watcher-values.yaml.gotmpl
- ./config/kusama/registrar-watcher-values.yaml.gotmpl

- name: polkadot-registrar-watcher
namespace: registrar-v2
chart: w3f/polkadot-registrar-watcher
version: v0.3.5
version: v0.3.6
values:
- ./config/registrar-watcher-values.yaml.gotmpl
- ./config/polkadot/registrar-watcher-values.yaml.gotmpl

- name: polkadot-registrar-watcher
namespace: registrar-testnet
chart: w3f/polkadot-registrar-watcher
version: v0.3.5
version: v0.3.6
values:
- ./config/registrar-watcher-values.yaml.gotmpl
- ./config/testnet/registrar-watcher-values.yaml.gotmpl
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkadot-registrar-watcher",
"version": "0.3.5",
"version": "0.3.6",
"description": "Registrar",
"repository": "[email protected]:w3f/polkadot-registrar-watcher.git",
"author": "W3F Infrastructure Team <[email protected]>",
Expand All @@ -18,7 +18,7 @@
"start": "node ./dist/index.js start"
},
"dependencies": {
"@polkadot/api": "^6.1.2",
"@polkadot/api": "^6.3.1",
"@types/ws": "^7.2.7",
"@w3f/config": "^0.1.1",
"@w3f/logger": "^0.4.3",
Expand All @@ -33,16 +33,16 @@
"@types/express": "^4.17.6",
"@types/fs-extra": "^8.1.0",
"@types/lodash": "^4.14.150",
"@types/mocha": "^7.0.1",
"@types/mocha": "^9.0.0",
"@types/node": "^14.14.32",
"@types/tmp": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"chai": "^4.2.0",
"eslint": "^6.6.0",
"eslint": "7.32.0",
"fs-extra": "^9.0.0",
"lodash": "^4.17.15",
"mocha": "^8.4.0",
"mocha": "^9.1.2",
"nock": "^12.0.3",
"sinon": "^8.1.0",
"tmp": "^0.2.1",
Expand Down
Loading

0 comments on commit ed757db

Please sign in to comment.