Skip to content

Commit

Permalink
chore: upgrade scure/noble pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Sep 29, 2023
1 parent 6c507c2 commit 949311a
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 311 deletions.
10 changes: 7 additions & 3 deletions .github/actions/provision/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@ runs:
path: '**/node_modules'
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/package.json') }}

- name: Install dependencies
- uses: nick-fields/retry@v2
if: steps.cache.outputs.cache-hit != 'true'
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
run: yarn --frozen-lockfile
shell: bash
with:
timeout_minutes: 5
max_attempts: 3
command: yarn --frozen-lockfile

- name: Pandacodegen
# Panda runs in yarn `preprepre`, so only run if there's a catch hit
if: steps.cache.outputs.cache-hit == 'true'
run: yarn panda codegen
shell: bash
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@
"@radix-ui/react-switch": "1.0.3",
"@radix-ui/react-tabs": "1.0.4",
"@radix-ui/themes": "1.1.2",
"@reduxjs/toolkit": "1.9.5",
"@scure/base": "1.1.1",
"@scure/bip32": "1.3.1",
"@reduxjs/toolkit": "1.9.6",
"@scure/base": "1.1.3",
"@scure/bip32": "1.3.2",
"@scure/bip39": "1.2.1",
"@scure/btc-signer": "1.0.1",
"@scure/btc-signer": "1.1.0",
"@segment/analytics-next": "1.56.0",
"@sentry/react": "7.72.0",
"@sentry/tracing": "7.72.0",
Expand Down Expand Up @@ -229,7 +229,7 @@
"valid-url": "1.0.9",
"varuint-bitcoin": "1.1.2",
"webextension-polyfill": "0.10.0",
"yup": "1.2.0",
"yup": "1.3.1",
"zxcvbn": "4.4.2"
},
"devDependencies": {
Expand All @@ -238,9 +238,9 @@
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.23.0",
"@btckit/types": "0.0.19",
"@ls-lint/ls-lint": "2.0.1",
"@ls-lint/ls-lint": "2.1.0",
"@pandacss/dev": "0.15.3",
"@playwright/test": "1.37.1",
"@playwright/test": "1.38.1",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"@redux-devtools/cli": "3.0.2",
"@redux-devtools/remote": "0.8.1",
Expand All @@ -255,9 +255,8 @@
"@types/chrome": "0.0.246",
"@types/dompurify": "3.0.3",
"@types/download": "8.0.2",
"@types/expect-puppeteer": "5.0.3",
"@types/html-webpack-plugin": "3.2.7",
"@types/jsdom": "21.1.1",
"@types/jsdom": "21.1.3",
"@types/lodash.get": "4.4.7",
"@types/node": "20.7.1",
"@types/object-hash": "3.0.4",
Expand All @@ -276,7 +275,7 @@
"@types/webpack": "5.28.3",
"@types/zxcvbn": "4.4.2",
"@typescript-eslint/parser": "6.7.3",
"@vitest/coverage-istanbul": "0.34.5",
"@vitest/coverage-istanbul": "0.34.6",
"audit-ci": "6.6.1",
"babel-loader": "9.1.3",
"base64-loader": "1.0.0",
Expand All @@ -303,7 +302,7 @@
"generate-json-webpack-plugin": "2.0.0",
"html-webpack-plugin": "5.5.3",
"jsdom": "22.1.0",
"postcss": "8.4.30",
"postcss": "8.4.31",
"postcss-loader": "7.3.3",
"prettier": "3.0.3",
"process": "0.11.10",
Expand All @@ -316,9 +315,9 @@
"svg-url-loader": "8.0.0",
"ts-node": "10.9.1",
"ts-unused-exports": "7.0.3",
"tsconfig-paths-webpack-plugin": "4.0.1",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.2.2",
"vitest": "0.34.5",
"vitest": "0.34.6",
"vm-browserify": "1.1.2",
"web-ext": "7.8.0",
"web-ext-submit": "7.7.0",
Expand Down
10 changes: 0 additions & 10 deletions tests/tsconfig.json

This file was deleted.

Loading

0 comments on commit 949311a

Please sign in to comment.