|
1 | 1 | {
|
2 | 2 | "name": "flipper-ui",
|
3 |
| - "version": "0.35.10", |
| 3 | + "version": "0.35.11", |
4 | 4 | "description": "React UI based on the @mui/material toolkit for the web",
|
5 | 5 | "main": "dist/index.js",
|
6 | 6 | "author": "NG",
|
|
32 | 32 | "dependencies": {
|
33 | 33 | "@emotion/react": "11.14.0",
|
34 | 34 | "@emotion/styled": "11.14.0",
|
35 |
| - "@mui/icons-material": "6.4.7", |
36 |
| - "@mui/material": "6.4.7", |
37 |
| - "@mui/system": "6.4.7", |
38 |
| - "@mui/x-date-pickers": "7.27.3", |
| 35 | + "@mui/icons-material": "6.4.8", |
| 36 | + "@mui/material": "6.4.8", |
| 37 | + "@mui/system": "6.4.8", |
| 38 | + "@mui/x-date-pickers": "7.28.0", |
39 | 39 | "ramda": "0.30.1",
|
40 | 40 | "react-loading-skeleton": "3.5.0",
|
41 | 41 | "react-number-format": "5.4.3"
|
|
48 | 48 | "@babel/preset-react": "7.26.3",
|
49 | 49 | "@babel/preset-typescript": "7.26.0",
|
50 | 50 | "@faker-js/faker": "9.6.0",
|
51 |
| - "@storybook/addon-essentials": "8.6.6", |
| 51 | + "@storybook/addon-essentials": "8.6.7", |
52 | 52 | "@storybook/addon-webpack5-compiler-babel": "3.0.5",
|
53 |
| - "@storybook/blocks": "8.6.6", |
54 |
| - "@storybook/react": "8.6.6", |
55 |
| - "@storybook/react-webpack5": "8.6.6", |
| 53 | + "@storybook/blocks": "8.6.7", |
| 54 | + "@storybook/react": "8.6.7", |
| 55 | + "@storybook/react-webpack5": "8.6.7", |
56 | 56 | "@stylistic/eslint-plugin": "4.2.0",
|
57 | 57 | "@testing-library/dom": "10.4.0",
|
58 | 58 | "@testing-library/jest-dom": "6.6.3",
|
59 | 59 | "@testing-library/react": "16.2.0",
|
60 | 60 | "@testing-library/user-event": "14.6.1",
|
61 | 61 | "@types/jest": "29.5.14",
|
62 |
| - "@types/node": "22.13.10", |
| 62 | + "@types/node": "22.13.11", |
63 | 63 | "@types/ramda": "0.30.2",
|
64 | 64 | "@types/react": "18.3.12",
|
65 | 65 | "@types/uuid": "10.0.0",
|
66 |
| - "@typescript-eslint/eslint-plugin": "8.26.1", |
67 |
| - "@typescript-eslint/parser": "8.26.1", |
| 66 | + "@typescript-eslint/eslint-plugin": "8.27.0", |
| 67 | + "@typescript-eslint/parser": "8.27.0", |
68 | 68 | "babel-loader": "10.0.0",
|
69 | 69 | "babel-plugin-import": "1.13.8",
|
70 | 70 | "babel-plugin-module-resolver": "5.0.2",
|
71 | 71 | "date-fns": "4.1.0",
|
72 | 72 | "eslint": "9.22.0",
|
73 | 73 | "eslint-config-prettier": "10.1.1",
|
74 |
| - "eslint-import-resolver-typescript": "4.1.1", |
| 74 | + "eslint-import-resolver-typescript": "4.2.2", |
75 | 75 | "eslint-plugin-import": "2.31.0",
|
76 | 76 | "eslint-plugin-prettier": "5.2.3",
|
77 | 77 | "eslint-plugin-react": "7.37.4",
|
|
83 | 83 | "prettier": "3.5.3",
|
84 | 84 | "react": "18.3.1",
|
85 | 85 | "react-dom": "18.3.1",
|
86 |
| - "storybook": "8.6.6", |
87 |
| - "styled-components": "6.1.15", |
| 86 | + "storybook": "8.6.7", |
| 87 | + "styled-components": "6.1.16", |
88 | 88 | "ts-jest": "29.2.6",
|
89 | 89 | "ts-loader": "9.5.2",
|
90 | 90 | "typescript": "5.8.2",
|
91 |
| - "typescript-eslint": "8.26.1", |
| 91 | + "typescript-eslint": "8.27.0", |
92 | 92 | "uuid": "11.1.0",
|
93 | 93 | "webpack": "5.98.0"
|
94 | 94 | },
|
|
0 commit comments