@dxc-technology/halstack-react 0.0.0-d6cad08 → 0.0.0-d7894f4

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-d6cad08",
3
+ "version": "0.0.0-d7894f4",
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
- "storybook:accessibility": "test-storybook",
26
- "storybook:accessibility:ci": "test-storybook --maxWorkers=2",
25
+ "test-storybook": "vitest --project=storybook",
27
26
  "test": "jest --env=jsdom --config=./jest.config.ts",
28
- "test:accessibility": "jest --env=jsdom --config=./jest.config.accessibility.ts",
29
- "test:watch": "jest --env=jsdom --config=./jest.config.ts --watch"
27
+ "test:accessibility": "vitest run --config=vitest.config.accessibility.ts",
28
+ "test:watch": "jest --env=jsdom --config=./jest.config.ts --watch",
29
+ "storybook:accessibility": "test-storybook",
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"
@@ -52,37 +53,33 @@
52
53
  "@babel/preset-env": "^7.16.8",
53
54
  "@babel/preset-react": "^7.16.7",
54
55
  "@babel/preset-typescript": "^7.16.7",
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.3.2",
65
- "@storybook/blocks": "^8.1.11",
66
- "@storybook/react": "^8.1.11",
67
- "@storybook/react-vite": "^8.1.11",
68
- "@storybook/test": "^8.1.11",
69
- "@storybook/test-runner": "^0.22.0",
70
- "@testing-library/jest-dom": "^6.4.6",
71
- "@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",
72
69
  "@testing-library/user-event": "^13.0.0",
73
- "@turbo/gen": "^1.12.4",
74
70
  "@types/color": "^3.0.6",
75
- "@types/eslint": "^8.56.5",
71
+ "@types/eslint": "^9.6.1",
76
72
  "@types/jest": "^29.5.12",
77
- "@types/jest-axe": "^3.5.9",
78
73
  "@types/node": "^20.11.24",
79
74
  "@types/react": "^18.2.61",
80
75
  "@types/react-dom": "^18.2.19",
81
- "@vitejs/plugin-react": "4.6.0",
82
- "axe-playwright": "^2.1.0",
83
- "chromatic": "^11.5.4",
76
+ "@vitejs/plugin-react": "4.7.0",
77
+ "@vitest/browser": "^4.1.10",
78
+ "@vitest/browser-playwright": "^4.1.9",
79
+ "@vitest/coverage-v8": "^4.1.9",
80
+ "chromatic": "^13.3.0",
84
81
  "esbuild-plugin-babel": "^0.2.3",
85
- "eslint": "^9.36.0",
82
+ "eslint": "^9.39.1",
86
83
  "eslint-config-prettier": "^10.1.8",
87
84
  "eslint-plugin-import": "^2.29.0",
88
85
  "eslint-plugin-jest": "^29.0.1",
@@ -91,14 +88,17 @@
91
88
  "eslint-plugin-react": "^7.34.1",
92
89
  "eslint-plugin-react-hooks": "^5.2.0",
93
90
  "eslint-plugin-security": "^3.0.0",
94
- "eslint-plugin-storybook": "^0.8.0",
91
+ "eslint-plugin-storybook": "^9.1.10",
95
92
  "identity-obj-proxy": "^3.0.0",
96
- "jest": "^29.7.0",
97
- "jest-axe": "^10.0.0",
98
- "jest-environment-jsdom": "^29.7.0",
99
- "playwright": "^1.44.1",
100
- "storybook": "^8.1.11",
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",
101
99
  "tsup": "^8.1.0",
102
- "typescript": "^5.6.3"
100
+ "typescript": "^5.6.3",
101
+ "vitest": "^4.1.9",
102
+ "vitest-axe": "^0.1.0"
103
103
  }
104
104
  }