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 Mar 29, 2022
1 parent 11a27d8 commit f8968e5
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 12 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
2 changes: 1 addition & 1 deletion .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 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
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -28,8 +28,8 @@
"@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.11"
},
"keywords": [
"blackprint",
Expand Down
53 changes: 46 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f8968e5

Please sign in to comment.