@trackunit/react-chart-components 2.2.14 → 2.2.18

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.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entry.js","sourceRoot":"","sources":["../../../../../libs/react/chart-components/migrations/entry.ts"],"names":[],"mappings":"","sourcesContent":["// Migration entry point for @nx/js:tsc build target.\n// Migrations are registered in ../migrations.json and resolved by NX at runtime.\nexport {};\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-chart-components",
3
- "version": "2.2.14",
3
+ "version": "2.2.18",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "migrations": "./migrations.json",
@@ -9,12 +9,12 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "echarts": "5.6.0",
12
- "@trackunit/date-and-time-utils": "1.13.75",
13
- "@trackunit/react-date-and-time-hooks": "2.2.14",
14
- "@trackunit/ui-design-tokens": "1.13.71",
15
- "@trackunit/shared-utils": "1.15.75",
16
- "@trackunit/css-class-variance-utilities": "1.13.72",
17
- "@trackunit/react-components": "2.2.14"
12
+ "@trackunit/date-and-time-utils": "1.13.78",
13
+ "@trackunit/react-date-and-time-hooks": "2.2.18",
14
+ "@trackunit/ui-design-tokens": "1.13.74",
15
+ "@trackunit/shared-utils": "1.15.78",
16
+ "@trackunit/css-class-variance-utilities": "1.13.75",
17
+ "@trackunit/react-components": "2.2.18"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@apollo/client": "^3.13.8",