Skip to content

Commit

Permalink
refactor: upgade @stacks/* packages, closes #5184
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed May 30, 2024
1 parent 16b7567 commit 3f53051
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 135 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Please see our [contribution guide](.github/CONTRIBUTING.md)

## Development

This application is a browser extension. There is no ability to run it as a standalone web application.
This application is a Web Extension. There is no ability to run it as a standalone web application.

Each child of the `src` directory represents the JavaScript context in which it is ran.
Each child of the `src` directory represents the script context in which it is ran.

### Install packages

Expand All @@ -29,10 +29,6 @@ pnpm i

### Dev mode

When working on the extension, you can run it in `development` mode which will watch for any file changes and
use `react-refresh` to update the extension as you work. This gives us near instant reloading of our changes, and
persists the state of the application between changes. To start development mode for the extension, run this command:

```bash
pnpm dev
```
Expand Down
21 changes: 13 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,18 +161,18 @@
"@scure/btc-signer": "1.2.1",
"@segment/analytics-next": "1.70.0",
"@sentry/tracing": "7.106.0",
"@stacks/auth": "6.9.0",
"@stacks/auth": "6.15.0",
"@stacks/blockchain-api-client": "6.3.4",
"@stacks/common": "6.8.1",
"@stacks/common": "6.13.0",
"@stacks/connect": "7.4.0",
"@stacks/connect-ui": "6.1.1",
"@stacks/encryption": "6.13.1",
"@stacks/network": "6.8.1",
"@stacks/profile": "6.9.0",
"@stacks/encryption": "6.15.0",
"@stacks/network": "6.13.0",
"@stacks/profile": "6.15.0",
"@stacks/rpc-client": "1.0.3",
"@stacks/storage": "6.9.0",
"@stacks/transactions": "6.9.0",
"@stacks/wallet-sdk": "6.9.0",
"@stacks/storage": "6.15.0",
"@stacks/transactions": "6.15.0",
"@stacks/wallet-sdk": "6.15.0",
"@stitches/react": "1.2.8",
"@storybook/addon-styling-webpack": "1.0.0",
"@styled-system/theme-get": "5.1.2",
Expand Down Expand Up @@ -365,6 +365,11 @@
"webpack-dev-middleware": "5.3.4",
"eslint": "8.56.0"
},
"pnpm": {
"overrides": {
"eslint": "8.56.0"
}
},
"keywords": [
"blockstack",
"decentralized",
Expand Down
181 changes: 60 additions & 121 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 3f53051

Please sign in to comment.