|
32 | 32 | "release": "standard-version -a", |
33 | 33 | "release:dryrun": "standard-version --dry-run", |
34 | 34 | "storybook": "storybook dev -p 6007", |
| 35 | + "test": "vitest", |
35 | 36 | "watch:css": "tailwindcss -i ./src/styles/index.css -o ./lib/styles.css --watch" |
36 | 37 | }, |
37 | 38 | "peerDependencies": { |
38 | 39 | "react": "^19.0.3", |
39 | 40 | "react-dom": "^19.0.3", |
40 | | - "react-intl": "^7.0.4", |
| 41 | + "react-intl": "^7.0.4 || ^8.0.0", |
41 | 42 | "smarthr-ui": "^74.0.0", |
42 | 43 | "styled-components": "^5.0.1" |
43 | 44 | }, |
44 | 45 | "dependencies": { |
45 | | - "chart.js": "^4.5.1", |
46 | 46 | "@smarthr/patternomaly": "^2.0.0", |
| 47 | + "chart.js": "^4.5.1", |
| 48 | + "chartjs-plugin-datalabels": "^2.2.0", |
| 49 | + "deepmerge": "^4.3.1", |
47 | 50 | "react-chartjs-2": "^5.3.1" |
48 | 51 | }, |
49 | 52 | "devDependencies": { |
|
56 | 59 | "@storybook/cli": "9.0.18", |
57 | 60 | "@storybook/react": "9.0.18", |
58 | 61 | "@storybook/react-vite": "9.0.18", |
59 | | - "@types/node": "^20.19.30", |
60 | | - "@types/react": "^18.3.27", |
| 62 | + "@types/node": "^20.19.33", |
| 63 | + "@types/react": "^18.3.28", |
61 | 64 | "@types/react-dom": "^19.2.3", |
62 | 65 | "@types/styled-components": "^5.1.36", |
63 | | - "autoprefixer": "^10.4.23", |
64 | | - "glob": "11.0.3", |
| 66 | + "autoprefixer": "^10.4.24", |
| 67 | + "glob": "13.0.3", |
| 68 | + "jsdom": "^26.1.0", |
65 | 69 | "npm-run-all2": "^8.0.4", |
66 | 70 | "postcss": "^8.5.6", |
67 | | - "react": "^19.1.5", |
68 | | - "react-dom": "^19.1.5", |
69 | | - "react-intl": "^7.1.14", |
| 71 | + "react": "^19.2.4", |
| 72 | + "react-dom": "^19.2.4", |
| 73 | + "react-intl": "^8.1.3", |
70 | 74 | "rimraf": "^6.0.1", |
71 | 75 | "rollup": "^4.44.2", |
72 | 76 | "standard-version": "^9.5.0", |
73 | 77 | "storybook": "9.0.18", |
74 | 78 | "styled-components": "^5.3.11", |
75 | 79 | "tailwind-variants": "^0.3.1", |
76 | 80 | "tailwindcss": "^3.4.19", |
77 | | - "typescript": "^5.8.3" |
| 81 | + "typescript": "^5.9.3", |
| 82 | + "vitest": "^4.0.18" |
78 | 83 | }, |
79 | 84 | "keywords": [ |
80 | 85 | "react", |
|
0 commit comments