|
79 | 79 | "storybook:dev": "storybook dev -p 6007"
|
80 | 80 | },
|
81 | 81 | "devDependencies": {
|
82 |
| - "@babel/core": "^7.24.3", |
| 82 | + "@babel/core": "^7.24.5", |
83 | 83 | "@babel/preset-react": "^7.24.1",
|
84 | 84 | "@faker-js/faker": "^8.4.1",
|
85 | 85 | "@mantine/core": "7.9.0",
|
|
89 | 89 | "@rollup/plugin-node-resolve": "^15.2.3",
|
90 | 90 | "@rollup/plugin-typescript": "^11.1.6",
|
91 | 91 | "@size-limit/preset-small-lib": "^11.1.2",
|
92 |
| - "@storybook/addon-a11y": "^8.0.5", |
93 |
| - "@storybook/addon-essentials": "^8.0.5", |
94 |
| - "@storybook/addon-interactions": "^8.0.5", |
95 |
| - "@storybook/addon-links": "^8.0.5", |
96 |
| - "@storybook/addon-storysource": "^8.0.5", |
97 |
| - "@storybook/blocks": "^8.0.5", |
98 |
| - "@storybook/preview-api": "^8.0.5", |
99 |
| - "@storybook/react": "^8.0.5", |
100 |
| - "@storybook/react-vite": "^8.0.5", |
| 92 | + "@storybook/addon-a11y": "^8.0.9", |
| 93 | + "@storybook/addon-essentials": "^8.0.9", |
| 94 | + "@storybook/addon-interactions": "^8.0.9", |
| 95 | + "@storybook/addon-links": "^8.0.9", |
| 96 | + "@storybook/addon-storysource": "^8.0.9", |
| 97 | + "@storybook/blocks": "^8.0.9", |
| 98 | + "@storybook/preview-api": "^8.0.9", |
| 99 | + "@storybook/react": "^8.0.9", |
| 100 | + "@storybook/react-vite": "^8.0.9", |
101 | 101 | "@storybook/testing-library": "^0.2.2",
|
102 |
| - "@tabler/icons-react": "3.1.0", |
103 |
| - "@types/node": "^20.12.2", |
104 |
| - "@types/react": "^18.2.73", |
105 |
| - "@types/react-dom": "^18.2.23", |
106 |
| - "@typescript-eslint/eslint-plugin": "^7.4.0", |
107 |
| - "@typescript-eslint/parser": "^7.4.0", |
| 102 | + "@tabler/icons-react": "3.3.0", |
| 103 | + "@types/node": "^20.12.8", |
| 104 | + "@types/react": "^18.3.1", |
| 105 | + "@types/react-dom": "^18.3.0", |
| 106 | + "@typescript-eslint/eslint-plugin": "^7.8.0", |
| 107 | + "@typescript-eslint/parser": "^7.8.0", |
108 | 108 | "@vitejs/plugin-react": "^4.2.1",
|
109 |
| - "clsx": "^2.1.0", |
110 |
| - "dayjs": "^1.11.10", |
111 |
| - "eslint": "^8.57.0", |
112 |
| - "eslint-plugin-perfectionist": "^2.7.0", |
113 |
| - "mantine-contextmenu": "^7.6.2", |
| 109 | + "clsx": "^2.1.1", |
| 110 | + "dayjs": "^1.11.11", |
| 111 | + "eslint": "^9.1.1", |
| 112 | + "eslint-plugin-perfectionist": "^2.10.0", |
| 113 | + "mantine-contextmenu": "^7.9.0", |
114 | 114 | "postcss": "^8.4.38",
|
115 |
| - "postcss-preset-mantine": "^1.13.0", |
| 115 | + "postcss-preset-mantine": "^1.15.0", |
116 | 116 | "postcss-simple-vars": "^7.0.1",
|
117 | 117 | "prop-types": "^15.8.1",
|
118 | 118 | "react": "^18.3.1",
|
119 | 119 | "react-dom": "^18.3.1",
|
120 | 120 | "react-is": "^18.3.1",
|
121 |
| - "rollup": "^4.13.2", |
| 121 | + "rollup": "^4.17.2", |
122 | 122 | "rollup-plugin-copy": "^3.5.0",
|
123 | 123 | "rollup-plugin-delete": "^2.0.0",
|
124 | 124 | "rollup-plugin-dts": "^6.1.0",
|
125 | 125 | "rollup-plugin-peer-deps-external": "^2.2.4",
|
126 | 126 | "rollup-plugin-postcss": "^4.0.2",
|
127 | 127 | "size-limit": "^11.1.2",
|
128 |
| - "storybook": "^8.0.5", |
| 128 | + "storybook": "^8.0.9", |
129 | 129 | "storybook-dark-mode": "^4.0.1",
|
130 | 130 | "tslib": "^2.6.2",
|
131 |
| - "typescript": "^5.4.3", |
| 131 | + "typescript": "^5.4.5", |
132 | 132 | "typescript-plugin-css-modules": "^5.1.0",
|
133 |
| - "vite": "^5.2.7" |
| 133 | + "vite": "^5.2.11" |
134 | 134 | },
|
135 | 135 | "dependencies": {
|
136 | 136 | "@tanstack/match-sorter-utils": "8.15.1",
|
137 |
| - "@tanstack/react-table": "8.15.3", |
138 |
| - "@tanstack/react-virtual": "3.2.0" |
| 137 | + "@tanstack/react-table": "8.16.0", |
| 138 | + "@tanstack/react-virtual": "3.5.0" |
139 | 139 | },
|
140 | 140 | "peerDependencies": {
|
141 | 141 | "@mantine/core": "^7.9",
|
|
0 commit comments