|
62 | 62 | "build-storybook": "storybook build"
|
63 | 63 | },
|
64 | 64 | "devDependencies": {
|
65 |
| - "@emotion/react": "^11.13.0", |
| 65 | + "@emotion/react": "^11.13.3", |
66 | 66 | "@emotion/styled": "^11.13.0",
|
67 | 67 | "@faker-js/faker": "^8.4.1",
|
68 | 68 | "@mui/icons-material": "^5.16.5",
|
69 | 69 | "@mui/material": "^5.16.5",
|
70 | 70 | "@mui/x-date-pickers": "^7.11.1",
|
71 | 71 | "@rollup/plugin-typescript": "^11.1.6",
|
72 | 72 | "@size-limit/preset-small-lib": "^11.1.4",
|
73 |
| - "@storybook/addon-a11y": "^8.2.6", |
74 |
| - "@storybook/addon-essentials": "^8.2.6", |
75 |
| - "@storybook/addon-links": "^8.2.6", |
76 |
| - "@storybook/addon-storysource": "^8.2.6", |
77 |
| - "@storybook/blocks": "^8.2.6", |
78 |
| - "@storybook/preview-api": "^8.2.6", |
79 |
| - "@storybook/react": "^8.2.6", |
80 |
| - "@storybook/react-vite": "^8.2.6", |
81 |
| - "@types/node": "^22.0.0", |
82 |
| - "@types/react": "^18.3.3", |
| 73 | + "@storybook/addon-a11y": "^8.2.9", |
| 74 | + "@storybook/addon-essentials": "^8.2.9", |
| 75 | + "@storybook/addon-links": "^8.2.9", |
| 76 | + "@storybook/addon-storysource": "^8.2.9", |
| 77 | + "@storybook/blocks": "^8.2.9", |
| 78 | + "@storybook/preview-api": "^8.2.9", |
| 79 | + "@storybook/react": "^8.2.9", |
| 80 | + "@storybook/react-vite": "^8.2.9", |
| 81 | + "@types/node": "^22.5.1", |
| 82 | + "@types/react": "^18.3.5", |
83 | 83 | "@types/react-dom": "^18.3.0",
|
84 |
| - "@typescript-eslint/eslint-plugin": "^7.17.0", |
85 |
| - "@typescript-eslint/parser": "^7.17.0", |
| 84 | + "@typescript-eslint/eslint-plugin": "^8.3.0", |
| 85 | + "@typescript-eslint/parser": "^8.3.0", |
86 | 86 | "@vitejs/plugin-react": "^4.3.1",
|
87 |
| - "eslint": "^9.8.0", |
| 87 | + "eslint": "^9.9.1", |
88 | 88 | "eslint-plugin-mui-path-imports": "^0.0.15",
|
89 |
| - "eslint-plugin-perfectionist": "^3.0.0", |
| 89 | + "eslint-plugin-perfectionist": "^3.3.0", |
90 | 90 | "eslint-plugin-storybook": "^0.8.0",
|
91 | 91 | "prop-types": "^15.8.1",
|
92 | 92 | "react": "^18.3.1",
|
|
98 | 98 | "rollup-plugin-dts": "^6.1.1",
|
99 | 99 | "rollup-plugin-peer-deps-external": "^2.2.4",
|
100 | 100 | "size-limit": "^11.1.4",
|
101 |
| - "storybook": "^8.2.6", |
| 101 | + "storybook": "^8.2.9", |
102 | 102 | "storybook-dark-mode": "^4.0.2",
|
103 |
| - "tslib": "^2.6.3", |
| 103 | + "tslib": "^2.7.0", |
104 | 104 | "typescript": "^5.5.4",
|
105 |
| - "vite": "^5.3.5" |
| 105 | + "vite": "^5.4.2" |
106 | 106 | },
|
107 | 107 | "peerDependencies": {
|
108 | 108 | "@emotion/react": ">=11.11",
|
|
114 | 114 | "react-dom": ">=17.0"
|
115 | 115 | },
|
116 | 116 | "dependencies": {
|
117 |
| - "@tanstack/match-sorter-utils": "8.15.1", |
118 |
| - "@tanstack/react-table": "8.19.3", |
119 |
| - "@tanstack/react-virtual": "3.8.3", |
| 117 | + "@tanstack/match-sorter-utils": "8.19.4", |
| 118 | + "@tanstack/react-table": "8.20.5", |
| 119 | + "@tanstack/react-virtual": "3.10.6", |
120 | 120 | "highlight-words": "1.2.2"
|
121 | 121 | }
|
122 | 122 | }
|
0 commit comments