Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Apr 10, 2024
1 parent b4b1d11 commit 41b9b94
Show file tree
Hide file tree
Showing 8 changed files with 374 additions and 134 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
node-version: 20

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4.0.0
uses: cycjimmy/semantic-release-action@v4.1.0
id: semantic
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/development-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Extract version
id: extract_version
uses: Saionaro/extract-package-version@v1.1.1
uses: Saionaro/extract-package-version@v1.2.1

- name: Build project
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
path: firefox_version

- name: Download previous Firefox version info
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
workflow: notify-release.yml
workflow_conclusion: success
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
path: chrome_version

- name: Download previous Chrome version info
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
workflow: notify-release.yml
workflow_conclusion: success
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up pnpm
uses: pnpm/action-setup@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Extract version
id: extract_version
uses: Saionaro/extract-package-version@v1.1.1
uses: Saionaro/extract-package-version@v1.2.1

- name: Print version
run: echo ${{ steps.extract_version.outputs.version }}
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
path: .

- name: Download release-notes.txt from create-version workflow
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v3
with:
workflow: create-version.yml
name: release-notes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-unit-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: npx make-coverage-badge

- name: Publish test coverage report
uses: JamesIves/github-pages-deploy-action@4.0.0
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
folder: coverage
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"@reduxjs/toolkit": "2.2.3",
"@scure/base": "1.1.5",
"@scure/bip32": "1.3.3",
"@scure/bip39": "1.2.2",
"@scure/bip39": "1.3.0",
"@scure/btc-signer": "1.2.1",
"@segment/analytics-next": "1.66.0",
"@sentry/react": "7.106.0",
Expand Down Expand Up @@ -197,7 +197,7 @@
"cross-fetch": "4.0.0",
"css-loader": "6.11.0",
"dayjs": "1.11.8",
"dompurify": "3.0.6",
"dompurify": "3.1.0",
"dotenv": "16.4.5",
"ecdsa-sig-formatter": "1.0.11",
"ecpair": "2.1.0",
Expand Down Expand Up @@ -268,7 +268,7 @@
"@storybook/addon-mdx-gfm": "8.0.1",
"@storybook/addon-onboarding": "8.0.1",
"@storybook/addon-webpack5-compiler-swc": "1.0.2",
"@storybook/blocks": "8.0.1",
"@storybook/blocks": "8.0.6",
"@storybook/react": "8.0.1",
"@storybook/react-webpack5": "8.0.1",
"@storybook/test": "8.0.1",
Expand Down Expand Up @@ -340,7 +340,7 @@
"ts-node": "10.9.2",
"ts-unused-exports": "10.0.1",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.4.3",
"typescript": "5.4.4",
"vitest": "1.4.0",
"vm-browserify": "1.1.2",
"web-ext": "7.8.0",
Expand Down
Loading

0 comments on commit 41b9b94

Please sign in to comment.