arbor-dashboard 1.68.7 → 1.68.8
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/dist/main.js +3 -3
- package/package.json +6 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arbor-dashboard",
|
|
3
|
-
"version": "1.68.
|
|
3
|
+
"version": "1.68.8",
|
|
4
4
|
"description": "A tool to create responsive dashboards with charts",
|
|
5
5
|
"main": "./dist/main.js",
|
|
6
6
|
"types": "./src/Components/types.ts",
|
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
"changeset:version": "changeset version",
|
|
20
20
|
"storybook": "storybook dev -p 6006",
|
|
21
21
|
"build-storybook": "storybook build",
|
|
22
|
-
"test:storybook": "vitest --workspace vitest.workspace.ts"
|
|
22
|
+
"test:storybook": "vitest --workspace vitest.workspace.ts",
|
|
23
|
+
"style-lint": "stylelint 'src/**/*.scss'"
|
|
23
24
|
},
|
|
24
25
|
"repository": {
|
|
25
26
|
"type": "git",
|
|
@@ -74,6 +75,7 @@
|
|
|
74
75
|
"@storybook/addon-docs": "^10.4.3",
|
|
75
76
|
"@storybook/addon-vitest": "^10.4.3",
|
|
76
77
|
"@storybook/react-vite": "^10.4.3",
|
|
78
|
+
"@stylistic/eslint-plugin": "^5.10.0",
|
|
77
79
|
"@testing-library/dom": "^10.4.0",
|
|
78
80
|
"@testing-library/react": "^16.2.0",
|
|
79
81
|
"@types/jest": "^29.5.14",
|
|
@@ -87,13 +89,6 @@
|
|
|
87
89
|
"babel-loader": "^10.1.1",
|
|
88
90
|
"css-loader": "^7.1.4",
|
|
89
91
|
"eslint": "^9.38.0",
|
|
90
|
-
"eslint-config-prettier": "^8.5.0",
|
|
91
|
-
"eslint-import-resolver-alias": "^1.1.2",
|
|
92
|
-
"eslint-import-resolver-typescript": "^3.3.0",
|
|
93
|
-
"eslint-plugin-css-import-order": "^1.1.0",
|
|
94
|
-
"eslint-plugin-es": "^4.1.0",
|
|
95
|
-
"eslint-plugin-import": "^2.32.0",
|
|
96
|
-
"eslint-plugin-prettier": "^5.5.4",
|
|
97
92
|
"eslint-plugin-react": "^7.37.5",
|
|
98
93
|
"eslint-plugin-react-hooks": "^7.0.0",
|
|
99
94
|
"eslint-plugin-storybook": "10.4.3",
|
|
@@ -102,7 +97,6 @@
|
|
|
102
97
|
"jest-environment-jsdom": "^29.7.0",
|
|
103
98
|
"onchange": "^7.1.0",
|
|
104
99
|
"playwright": "^1.60.0",
|
|
105
|
-
"prettier": "^3.3.3",
|
|
106
100
|
"react": "^18.2.0",
|
|
107
101
|
"react-dom": "^18.2.0",
|
|
108
102
|
"react-test-renderer": "^19.0.0",
|
|
@@ -111,6 +105,8 @@
|
|
|
111
105
|
"storybook": "^10.4.3",
|
|
112
106
|
"storybook-addon-deep-controls": "^0.10.0",
|
|
113
107
|
"style-loader": "^4.0.0",
|
|
108
|
+
"stylelint": "^16.25.0",
|
|
109
|
+
"stylelint-config-standard-scss": "^16.0.0",
|
|
114
110
|
"ts-node": "^10.9.2",
|
|
115
111
|
"typescript-eslint": "^8.11.0",
|
|
116
112
|
"vite": "^7.1.3",
|