Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update packages #5196

Merged
merged 1 commit into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
18 changes: 9 additions & 9 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 All @@ -163,7 +163,7 @@
"@stacks/common": "6.8.1",
"@stacks/connect": "7.4.0",
"@stacks/connect-ui": "6.1.1",
"@stacks/encryption": "6.9.0",
"@stacks/encryption": "6.13.1",
"@stacks/network": "6.8.1",
"@stacks/profile": "6.9.0",
"@stacks/rpc-client": "1.0.3",
Expand All @@ -183,7 +183,7 @@
"alex-sdk": "0.1.26",
"are-passive-events-supported": "1.1.1",
"argon2-browser": "1.18.0",
"assert": "2.0.0",
"assert": "2.1.0",
"axios": "1.6.8",
"base64url": "3.0.1",
"bignumber.js": "9.1.2",
Expand All @@ -193,11 +193,11 @@
"c32check": "2.0.0",
"chroma-js": "2.4.2",
"coinselect": "3.1.13",
"compare-versions": "4.1.3",
"compare-versions": "6.1.0",
"cross-fetch": "4.0.0",
"css-loader": "6.11.0",
"css-loader": "7.1.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 All @@ -280,7 +280,7 @@
"@types/download": "8.0.5",
"@types/html-webpack-plugin": "3.2.9",
"@types/jsdom": "21.1.3",
"@types/lodash.get": "4.4.7",
"@types/lodash.get": "4.4.9",
"@types/lodash.isequal": "4.5.8",
"@types/node": "20.12.4",
"@types/prismjs": "1.26.3",
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
Loading