@gearbox-protocol/ui-kit 3.2.0-next.1 → 3.2.0-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/ui-kit",
3
- "version": "3.2.0-next.1",
3
+ "version": "3.2.0-next.2",
4
4
  "description": "Internal UI components",
5
5
  "repository": "https://github.com/gearbox-protocol/ui-kit",
6
6
  "license": "MIT",
@@ -66,8 +66,8 @@
66
66
  "check": "biome check --write",
67
67
  "check:ci": "biome check --diagnostic-level=error",
68
68
  "typecheck:ci": "tsc --noEmit",
69
- "test": "pnpm exec vitest run",
70
- "test:watch": "pnpm exec vitest",
69
+ "test": "vitest run",
70
+ "test:watch": "vitest",
71
71
  "storybook": "storybook dev -p 6006",
72
72
  "build-storybook": "storybook build"
73
73
  },