@dxc-technology/halstack-react 0.0.0-acc2a7e → 0.0.0-ad2ff92

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": "0.0.0-acc2a7e",
3
+ "version": "0.0.0-ad2ff92",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dxc-technology/halstack-react.git"
@@ -22,15 +22,16 @@
22
22
  "lint": "eslint . --max-warnings 0",
23
23
  "prepublishOnly": "node ../../scripts/copy-readme.js",
24
24
  "storybook": "storybook dev -p 6006",
25
+ "test-storybook": "vitest --project=storybook",
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",
25
29
  "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"
30
+ "storybook:accessibility:ci": "test-storybook --maxWorkers=2"
30
31
  },
31
32
  "peerDependencies": {
32
33
  "@emotion/react": "^11.14.0",
33
- "@emotion/styled": "^11.14.0",
34
+ "@emotion/styled": "^11.14.1",
34
35
  "react": "^18.3.1",
35
36
  "react-data-grid": "7.0.0-beta.44",
36
37
  "react-dom": "^18.3.1"
@@ -41,6 +42,7 @@
41
42
  "@radix-ui/react-tooltip": "^1.1.0",
42
43
  "color": "^4.2.3",
43
44
  "dayjs": "^1.11.11",
45
+ "react-virtuoso": "^4.12.8",
44
46
  "slugify": "^1.6.6"
45
47
  },
46
48
  "devDependencies": {
@@ -51,44 +53,52 @@
51
53
  "@babel/preset-env": "^7.16.8",
52
54
  "@babel/preset-react": "^7.16.7",
53
55
  "@babel/preset-typescript": "^7.16.7",
54
- "@chromatic-com/storybook": "^1.5.0",
56
+ "@chromatic-com/storybook": "^4.1.1",
55
57
  "@dxc-technology/eslint-config": "*",
56
58
  "@dxc-technology/typescript-config": "*",
57
59
  "@emotion/babel-plugin": "^11.13.5",
58
60
  "@emotion/react": "^11.14.0",
59
- "@emotion/styled": "^11.14.0",
60
- "@storybook/addon-a11y": "^8.1.10",
61
- "@storybook/addon-essentials": "^8.1.10",
62
- "@storybook/addon-interactions": "^8.1.10",
63
- "@storybook/addon-links": "^8.1.10",
64
- "@storybook/addon-viewport": "^8.2.9",
65
- "@storybook/blocks": "^8.1.10",
66
- "@storybook/react": "^8.1.10",
67
- "@storybook/react-vite": "^8.1.10",
68
- "@storybook/test": "^8.1.10",
69
- "@storybook/test-runner": "^0.22.0",
70
- "@testing-library/react": "^16.0.1",
61
+ "@emotion/styled": "^11.14.1",
62
+ "@storybook/addon-a11y": "^9.1.10",
63
+ "@storybook/addon-links": "^9.1.10",
64
+ "@storybook/addon-vitest": "^9.1.10",
65
+ "@storybook/builder-vite": "^9.1.10",
66
+ "@storybook/react-vite": "^9.1.10",
67
+ "@testing-library/jest-dom": "^6.8.0",
68
+ "@testing-library/react": "^16.3.0",
71
69
  "@testing-library/user-event": "^13.0.0",
72
- "@types/eslint": "^8.56.5",
70
+ "@types/color": "^3.0.6",
71
+ "@types/eslint": "^9.6.1",
73
72
  "@types/jest": "^29.5.12",
74
- "@types/jest-axe": "^3.5.9",
75
73
  "@types/node": "^20.11.24",
76
74
  "@types/react": "^18.2.61",
77
75
  "@types/react-dom": "^18.2.19",
78
- "@vitejs/plugin-react": "4.6.0",
79
- "axe-playwright": "^2.1.0",
80
- "chromatic": "^11.5.4",
76
+ "@vitejs/plugin-react": "4.7.0",
77
+ "@vitest/browser": "^4.1.9",
78
+ "@vitest/browser-playwright": "^4.1.9",
79
+ "@vitest/coverage-v8": "^4.1.9",
80
+ "chromatic": "^13.3.0",
81
81
  "esbuild-plugin-babel": "^0.2.3",
82
- "eslint": "^8.57.0",
83
- "eslint-plugin-storybook": "^0.8.0",
82
+ "eslint": "^9.39.1",
83
+ "eslint-config-prettier": "^10.1.8",
84
+ "eslint-plugin-import": "^2.29.0",
85
+ "eslint-plugin-jest": "^29.0.1",
86
+ "eslint-plugin-jsx-a11y": "^6.8.0",
87
+ "eslint-plugin-prettier": "^5.1.3",
88
+ "eslint-plugin-react": "^7.34.1",
89
+ "eslint-plugin-react-hooks": "^5.2.0",
90
+ "eslint-plugin-security": "^3.0.0",
91
+ "eslint-plugin-storybook": "^9.1.10",
84
92
  "identity-obj-proxy": "^3.0.0",
85
- "jest": "^29.7.0",
86
- "jest-axe": "^10.0.0",
87
- "jest-environment-jsdom": "^29.7.0",
88
- "playwright": "^1.44.1",
89
- "storybook": "^8.1.10",
90
- "storybook-addon-pseudo-states": "^3.1.1",
93
+ "jest": "^30.2.0",
94
+ "jest-environment-jsdom": "^30.2.0",
95
+ "playwright": "^1.54.1",
96
+ "storybook": "^9.1.10",
97
+ "storybook-addon-pseudo-states": "^9.1.10",
98
+ "ts-node": "^10.9.2",
91
99
  "tsup": "^8.1.0",
92
- "typescript": "^5.6.3"
100
+ "typescript": "^5.6.3",
101
+ "vitest": "^4.1.9",
102
+ "vitest-axe": "^0.1.0"
93
103
  }
94
104
  }