@dxc-technology/halstack-react 0.0.0-ebe476f → 0.0.0-ebf1ceb
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/index.d.mts +902 -1005
- package/dist/index.d.ts +902 -1005
- package/dist/index.js +14244 -1
- package/dist/index.mjs +14187 -1
- package/package.json +11 -13
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxc-technology/halstack-react",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-ebf1ceb",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
|
-
"url": "https://github.com/dxc-technology/halstack-react"
|
|
6
|
+
"url": "git+https://github.com/dxc-technology/halstack-react.git"
|
|
7
7
|
},
|
|
8
8
|
"main": "./dist/index.js",
|
|
9
9
|
"module": "./dist/index.mjs",
|
|
@@ -29,8 +29,9 @@
|
|
|
29
29
|
"test:watch": "jest --env=jsdom --config=./jest.config.js --watch"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"react": "^18.
|
|
33
|
-
"react-
|
|
32
|
+
"react": "^18.3.1",
|
|
33
|
+
"react-data-grid": "7.0.0-beta.44",
|
|
34
|
+
"react-dom": "^18.3.1",
|
|
34
35
|
"styled-components": "^5.0.1"
|
|
35
36
|
},
|
|
36
37
|
"dependencies": {
|
|
@@ -38,12 +39,9 @@
|
|
|
38
39
|
"@radix-ui/react-tooltip": "^1.1.0",
|
|
39
40
|
"color": "^4.2.3",
|
|
40
41
|
"dayjs": "^1.11.11",
|
|
41
|
-
"react-data-grid": "^7.0.0-beta.44",
|
|
42
42
|
"slugify": "^1.6.6"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@babel/cli": "^7.16.8",
|
|
46
|
-
"@babel/core": "^7.16.7",
|
|
47
45
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
|
|
48
46
|
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
|
|
49
47
|
"@babel/plugin-transform-runtime": "^7.16.8",
|
|
@@ -57,14 +55,14 @@
|
|
|
57
55
|
"@storybook/addon-essentials": "^8.1.10",
|
|
58
56
|
"@storybook/addon-interactions": "^8.1.10",
|
|
59
57
|
"@storybook/addon-links": "^8.1.10",
|
|
58
|
+
"@storybook/addon-viewport": "^8.2.9",
|
|
60
59
|
"@storybook/blocks": "^8.1.10",
|
|
61
60
|
"@storybook/react": "^8.1.10",
|
|
62
61
|
"@storybook/react-vite": "^8.1.10",
|
|
63
62
|
"@storybook/test": "^8.1.10",
|
|
64
|
-
"@storybook/test-runner": "^0.
|
|
65
|
-
"@testing-library/react": "^
|
|
63
|
+
"@storybook/test-runner": "^0.22.0",
|
|
64
|
+
"@testing-library/react": "^16.0.1",
|
|
66
65
|
"@testing-library/user-event": "^13.0.0",
|
|
67
|
-
"@turbo/gen": "^1.12.4",
|
|
68
66
|
"@types/eslint": "^8.56.5",
|
|
69
67
|
"@types/jest": "^29.5.12",
|
|
70
68
|
"@types/jest-axe": "^3.5.9",
|
|
@@ -72,18 +70,18 @@
|
|
|
72
70
|
"@types/react": "^18.2.61",
|
|
73
71
|
"@types/react-dom": "^18.2.19",
|
|
74
72
|
"@types/styled-components": "^5.1.34",
|
|
75
|
-
"axe-playwright": "^2.0
|
|
73
|
+
"axe-playwright": "^2.1.0",
|
|
76
74
|
"chromatic": "^11.5.4",
|
|
77
75
|
"eslint": "^8.57.0",
|
|
78
76
|
"eslint-plugin-storybook": "^0.8.0",
|
|
79
77
|
"identity-obj-proxy": "^3.0.0",
|
|
80
78
|
"jest": "^29.7.0",
|
|
81
|
-
"jest-axe": "^
|
|
79
|
+
"jest-axe": "^10.0.0",
|
|
82
80
|
"jest-environment-jsdom": "^29.7.0",
|
|
83
81
|
"playwright": "^1.44.1",
|
|
84
82
|
"storybook": "^8.1.10",
|
|
85
83
|
"storybook-addon-pseudo-states": "^3.1.1",
|
|
86
84
|
"tsup": "^8.1.0",
|
|
87
|
-
"typescript": "^5.
|
|
85
|
+
"typescript": "^5.6.3"
|
|
88
86
|
}
|
|
89
87
|
}
|