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 9, 2022
1 parent 11a27d8 commit e388109
Show file tree
Hide file tree
Showing 5 changed files with 209 additions and 180 deletions.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile
@@ -1,4 +1,4 @@
FROM node:16-buster-slim
FROM node:17-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.0
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
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -15,21 +15,21 @@
},
"dependencies": {
"@polkadot/api": "^7.9.1",
"@polkadot/keyring": "^8.4.1",
"@polkadot/keyring": "^9.0.0",
"@polkadot/types": "^7.9.1",
"@polkadot/util": "^8.4.1",
"@polkadot/util-crypto": "^8.4.1"
"@polkadot/util": "^9.0.0",
"@polkadot/util-crypto": "^9.0.0"
},
"devDependencies": {
"@blackprint/cli-tools": "0.3.18",
"@blackprint/engine": "0.6.4",
"@blackprint/sketch": "0.6.7",
"@blackprint/sketch": "0.6.8",
"@polkadot/extension-dapp": "^0.42.9",
"@polkadot/extension-inject": "^0.42.9",
"dotenv": "^16.0.0",
"jest": "^27.4.7",
"node-fetch": "^2.6.7",
"scarletsframe": "0.35.9"
"node-fetch": "^3.0.0",
"scarletsframe": "0.35.15"
},
"keywords": [
"blackprint",
Expand Down

0 comments on commit e388109

Please sign in to comment.