@datarecce/ui 0.1.0 → 0.1.1

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": "@datarecce/ui",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Recce UI Components Library - Reusable React components for data validation and review",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -56,7 +56,8 @@
56
56
  "storybook": "storybook dev -p 6006",
57
57
  "build:storybook": "storybook build",
58
58
  "prepublishOnly": "npm run build",
59
- "submodule:update": "git submodule update --remote --merge"
59
+ "submodule:update": "git submodule update --remote --merge",
60
+ "sync:deps": "node scripts/sync-deps.js && pnpm install"
60
61
  },
61
62
  "keywords": [
62
63
  "react",
@@ -82,15 +83,15 @@
82
83
  "react": "^18.0.0 || ^19.0.0",
83
84
  "react-dom": "^18.0.0 || ^19.0.0"
84
85
  },
86
+ "_comment": "Dependencies are synced with recce-source/js/package.json. peerDependencies use broad ranges for library compatibility.",
85
87
  "dependencies": {
86
- "@amplitude/analytics-core": "^2.33.0",
87
88
  "@amplitude/unified": "1.0.0-beta.9",
88
89
  "@chakra-ui/styled-system": "^2.12.0",
89
90
  "@dagrejs/dagre": "^1.1.8",
90
91
  "@hello-pangea/dnd": "^18.0.1",
91
92
  "@jeromefitz/date-fns-tz": "3.0.0-canary.8",
92
93
  "@monaco-editor/react": "^4.7.0",
93
- "@sentry/react": "^10.29.0",
94
+ "@sentry/react": "^10.30.0",
94
95
  "chakra-react-select": "^6.1.1",
95
96
  "chart.js": "^4.5.1",
96
97
  "common-tags": "^1.8.2",
@@ -103,7 +104,7 @@
103
104
  "monaco-editor": "^0.55.1",
104
105
  "next-themes": "^0.4.6",
105
106
  "react-chartjs-2": "^5.3.1",
106
- "react-data-grid": "7.0.0-beta.59",
107
+ "react-data-grid": "7.0.0-beta.58",
107
108
  "react-icons": "^5.5.0",
108
109
  "react-markdown": "^10.1.0",
109
110
  "react-split": "^2.0.14",