@matthieumordrel/chart-studio 0.2.2 → 0.2.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matthieumordrel/chart-studio",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Headless, composable charting for React with an optional batteries-included UI layer.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -47,6 +47,7 @@
47
47
  "build": "tsdown",
48
48
  "typecheck": "bunx tsc --noEmit",
49
49
  "test": "vitest run",
50
+ "release": "bun run ./scripts/release-package.ts --bump",
50
51
  "release:check": "bun run ./scripts/release-package.ts --dry-run",
51
52
  "release:publish": "bun run ./scripts/release-package.ts --publish",
52
53
  "prepublishOnly": "bun run release:check"
@@ -65,17 +66,17 @@
65
66
  "devDependencies": {
66
67
  "@testing-library/dom": "^10.4.1",
67
68
  "@testing-library/react": "^16.3.2",
68
- "@types/node": "^25.3.3",
69
+ "@types/node": "^25.5.0",
69
70
  "@types/react": "^19.2.14",
70
71
  "@types/react-dom": "^19.2.3",
71
72
  "jsdom": "^28.1.0",
72
73
  "lucide-react": "^0.577.0",
73
- "react": "^19.2.3",
74
- "react-dom": "^19.2.3",
75
- "recharts": "^3.0.0",
74
+ "react": "^19.2.4",
75
+ "react-dom": "^19.2.4",
76
+ "recharts": "^3.8.0",
76
77
  "tsdown": "^0.21.2",
77
78
  "typescript": "^5.9.3",
78
- "vitest": "^4.0.18"
79
+ "vitest": "^4.1.0"
79
80
  },
80
81
  "packageManager": "bun@1.3.10"
81
82
  }