@dxc-technology/halstack-react 15.2.2 → 15.3.3

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": "@dxc-technology/halstack-react",
3
- "version": "15.2.2",
3
+ "version": "15.3.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dxc-technology/halstack-react.git"
@@ -22,11 +22,10 @@
22
22
  "lint": "eslint . --max-warnings 0",
23
23
  "prepublishOnly": "node ../../scripts/copy-readme.js",
24
24
  "storybook": "storybook dev -p 6006",
25
- "storybook:accessibility": "test-storybook",
26
- "storybook:accessibility:ci": "test-storybook --maxWorkers=2",
27
- "test": "jest --env=jsdom --config=./jest.config.js",
28
- "test:accessibility": "jest --env=jsdom --config=./jest.config.accessibility.js",
29
- "test:watch": "jest --env=jsdom --config=./jest.config.js --watch"
25
+ "test-storybook": "vitest --project=storybook --coverage",
26
+ "test": "jest --env=jsdom --config=./jest.config.ts",
27
+ "test:accessibility": "vitest run --config=vitest.config.accessibility.ts",
28
+ "test:watch": "jest --env=jsdom --config=./jest.config.ts --watch"
30
29
  },
31
30
  "peerDependencies": {
32
31
  "react": "^18.3.1",
@@ -35,53 +34,67 @@
35
34
  "styled-components": "^5.0.1"
36
35
  },
37
36
  "dependencies": {
37
+ "@babel/runtime": "^7.28.2",
38
38
  "@radix-ui/react-popover": "^1.1.0",
39
39
  "@radix-ui/react-tooltip": "^1.1.0",
40
40
  "color": "^4.2.3",
41
41
  "dayjs": "^1.11.11",
42
+ "react-virtuoso": "^4.12.8",
42
43
  "slugify": "^1.6.6"
43
44
  },
44
45
  "devDependencies": {
46
+ "@babel/core": "^7.28.0",
45
47
  "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
46
48
  "@babel/plugin-proposal-optional-chaining": "^7.13.8",
47
49
  "@babel/plugin-transform-runtime": "^7.16.8",
48
50
  "@babel/preset-env": "^7.16.8",
49
51
  "@babel/preset-react": "^7.16.7",
50
52
  "@babel/preset-typescript": "^7.16.7",
51
- "@chromatic-com/storybook": "^1.5.0",
53
+ "@chromatic-com/storybook": "^4.1.1",
52
54
  "@dxc-technology/eslint-config": "*",
53
55
  "@dxc-technology/typescript-config": "*",
54
- "@storybook/addon-a11y": "^8.1.10",
55
- "@storybook/addon-essentials": "^8.1.10",
56
- "@storybook/addon-interactions": "^8.1.10",
57
- "@storybook/addon-links": "^8.1.10",
58
- "@storybook/addon-viewport": "^8.2.9",
59
- "@storybook/blocks": "^8.1.10",
60
- "@storybook/react": "^8.1.10",
61
- "@storybook/react-vite": "^8.1.10",
62
- "@storybook/test": "^8.1.10",
63
- "@storybook/test-runner": "^0.18.2",
64
- "@testing-library/react": "^16.0.1",
56
+ "@storybook/addon-a11y": "9.1.20",
57
+ "@storybook/addon-links": "9.1.20",
58
+ "@storybook/addon-vitest": "9.1.20",
59
+ "@storybook/builder-vite": "9.1.20",
60
+ "@storybook/csf-plugin": "9.1.20",
61
+ "@storybook/react-vite": "9.1.20",
62
+ "@testing-library/jest-dom": "^6.8.0",
63
+ "@testing-library/react": "^16.3.0",
65
64
  "@testing-library/user-event": "^13.0.0",
66
- "@types/eslint": "^8.56.5",
65
+ "@turbo/gen": "^2.9.1",
66
+ "@types/color": "^3.0.6",
67
+ "@types/eslint": "^9.6.1",
67
68
  "@types/jest": "^29.5.12",
68
- "@types/jest-axe": "^3.5.9",
69
69
  "@types/node": "^20.11.24",
70
70
  "@types/react": "^18.2.61",
71
71
  "@types/react-dom": "^18.2.19",
72
- "@types/styled-components": "^5.1.34",
73
- "axe-playwright": "^2.0.1",
74
- "chromatic": "^11.5.4",
75
- "eslint": "^8.57.0",
76
- "eslint-plugin-storybook": "^0.8.0",
72
+ "@vitejs/plugin-react": "4.7.0",
73
+ "@vitest/browser": "^3.2.4",
74
+ "@vitest/coverage-v8": "^3.2.4",
75
+ "chromatic": "^13.3.0",
76
+ "esbuild-plugin-babel": "^0.2.3",
77
+ "eslint": "^9.36.0",
78
+ "eslint-config-prettier": "^10.1.8",
79
+ "eslint-plugin-import": "^2.29.0",
80
+ "eslint-plugin-jest": "^29.0.1",
81
+ "eslint-plugin-jsx-a11y": "^6.8.0",
82
+ "eslint-plugin-prettier": "^5.1.3",
83
+ "eslint-plugin-react": "^7.34.1",
84
+ "eslint-plugin-react-hooks": "^5.2.0",
85
+ "eslint-plugin-security": "^3.0.0",
86
+ "eslint-plugin-storybook": "9.1.20",
77
87
  "identity-obj-proxy": "^3.0.0",
78
88
  "jest": "^29.7.0",
79
- "jest-axe": "^9.0.0",
80
- "jest-environment-jsdom": "^29.7.0",
81
- "playwright": "^1.44.1",
82
- "storybook": "^8.1.10",
83
- "storybook-addon-pseudo-states": "^3.1.1",
89
+ "jest-environment-jsdom": "^30.3.0",
90
+ "playwright": "^1.54.1",
91
+ "storybook": "9.1.20",
92
+ "storybook-addon-pseudo-states": "9.1.20",
93
+ "ts-dedent": "^2.2.0",
84
94
  "tsup": "^8.1.0",
85
- "typescript": "^5.6.3"
95
+ "typescript": "^5.6.3",
96
+ "unplugin": "^1.3.1",
97
+ "vitest": "^3.2.4",
98
+ "vitest-axe": "^0.1.0"
86
99
  }
87
100
  }