Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 27, 2022
1 parent 411b13a commit 3e7f229
Show file tree
Hide file tree
Showing 5 changed files with 607 additions and 793 deletions.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile
@@ -1,4 +1,4 @@
FROM node:16-buster-slim
FROM node:18-buster-slim

# Prefer node package manager that more efficient
RUN npm i -g pnpm
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
registry-url: https://registry.npmjs.org/

- name: 🔃 Setup PNPM modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand All @@ -52,7 +52,7 @@ jobs:
run: npm test

- name: 🚀 Deploy
uses: JamesIves/github-pages-deploy-action@v4.2.5
uses: JamesIves/github-pages-deploy-action@v4.3.3
if: github.event_name != 'pull_request' # Don't deploy, it will be dangerous if someone submit dangerous pull request
with:
branch: dist # The branch the action should deploy to.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
registry-url: https://registry.npmjs.org/

- name: 🔃 Setup PNPM modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -14,11 +14,11 @@
"build-prod": "blackprint build production"
},
"dependencies": {
"@polkadot/api": "7.9.1",
"@polkadot/keyring": "8.4.1",
"@polkadot/types": "7.9.1",
"@polkadot/util": "8.4.1",
"@polkadot/util-crypto": "8.4.1"
"@polkadot/api": "8.2.1",
"@polkadot/keyring": "9.0.1",
"@polkadot/types": "8.2.1",
"@polkadot/util": "9.0.1",
"@polkadot/util-crypto": "9.0.1"
},
"devDependencies": {
"@blackprint/cli-tools": "0.3.18",
Expand All @@ -27,8 +27,8 @@
"@polkadot/extension-dapp": "^0.43.0",
"@polkadot/extension-inject": "^0.43.0",
"dotenv": "^16.0.0",
"jest": "^27.5.1",
"node-fetch": "^2.6.7",
"jest": "^28.0.0",
"node-fetch": "^3.0.0",
"vinyl": "^2.2.1",
"scarletsframe": "0.35.15"
},
Expand Down

0 comments on commit 3e7f229

Please sign in to comment.