@geotab/zenith 1.26.6-beta.3 → 1.26.6

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geotab/zenith",
3
- "version": "1.26.6-beta.3",
3
+ "version": "1.26.6",
4
4
  "description": "Zenith components library on React",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,9 +10,6 @@
10
10
  "**/react-chartjs/dateAdapter.ts",
11
11
  "**/react-chartjs/dateAdapter.js"
12
12
  ],
13
- "publishConfig": {
14
- "access": "public"
15
- },
16
13
  "scripts": {
17
14
  "test": "npm run clean && npm run test-build && jest",
18
15
  "start": "npm run storybook --loglevel verbose",
@@ -44,6 +41,7 @@
44
41
  "@babel/preset-env": "^7.24.3",
45
42
  "@babel/preset-react": "^7.24.1",
46
43
  "@babel/preset-typescript": "^7.24.1",
44
+ "@storybook/addon-docs": "^9.1.15",
47
45
  "@storybook/addon-links": "^9.1.15",
48
46
  "@storybook/addon-webpack5-compiler-babel": "^3.0.6",
49
47
  "@storybook/react-webpack5": "^9.1.15",
@@ -70,8 +68,7 @@
70
68
  "style-loader": "^4.0.0",
71
69
  "typescript": "^5.4.3",
72
70
  "webpack": "^5.96.1",
73
- "xml2js": "^0.6.0",
74
- "@storybook/addon-docs": "^9.1.15"
71
+ "xml2js": "^0.6.0"
75
72
  },
76
73
  "dependencies": {
77
74
  "chart.js": "^4.4.6",
@@ -97,5 +94,8 @@
97
94
  "last 1 firefox version",
98
95
  "last 1 safari version"
99
96
  ]
97
+ },
98
+ "publishConfig": {
99
+ "access": "public"
100
100
  }
101
101
  }