Skip to content

Commit

Permalink
chore: move vitest to devDependencies (#1447)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm authored Nov 11, 2024
1 parent 9fccacb commit 924c758
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/wallet-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coinbase/wallet-sdk",
"version": "4.2.2",
"version": "4.2.3",
"description": "Coinbase Wallet JavaScript SDK",
"keywords": [
"coinbase",
Expand Down Expand Up @@ -33,8 +33,7 @@
"@noble/hashes": "^1.4.0",
"clsx": "^1.2.1",
"eventemitter3": "^5.0.1",
"preact": "^10.24.2",
"vitest": "^2.1.2"
"preact": "^10.24.2"
},
"devDependencies": {
"@size-limit/preset-big-lib": "^11.1.6",
Expand All @@ -58,7 +57,8 @@
"size-limit": "^11.1.6",
"tsc-alias": "^1.8.8",
"tslib": "^2.6.0",
"typescript": "^5.1.6"
"typescript": "^5.1.6",
"vitest": "^2.1.2"
},
"size-limit": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-sdk/src/sdk-info.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const VERSION = '4.2.2';
export const VERSION = '4.2.3';
export const NAME = '@coinbase/wallet-sdk';

0 comments on commit 924c758

Please sign in to comment.