|
33 | 33 | "test": "jest --verbose --silent --passWithNoTests --noStackTrace --runInBand --updateSnapshot"
|
34 | 34 | },
|
35 | 35 | "dependencies": {
|
36 |
| - "@emotion/react": "11.11.4", |
37 |
| - "@emotion/styled": "11.11.5", |
38 |
| - "@mui/icons-material": "5.16.0", |
39 |
| - "@mui/material": "5.16.0", |
40 |
| - "@mui/styles": "5.16.0", |
41 |
| - "@mui/x-date-pickers": "7.10.0", |
| 36 | + "@emotion/react": "11.13.0", |
| 37 | + "@emotion/styled": "11.13.0", |
| 38 | + "@mui/icons-material": "5.16.5", |
| 39 | + "@mui/material": "5.16.5", |
| 40 | + "@mui/styles": "5.16.5", |
| 41 | + "@mui/x-date-pickers": "7.11.1", |
42 | 42 | "date-fns": "2.30.0",
|
43 | 43 | "ramda": "0.25.0",
|
44 | 44 | "react-loading-skeleton": "3.4.0",
|
|
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 | 50 | "@babel/cli": "7.24.8",
|
51 |
| - "@babel/core": "7.24.8", |
| 51 | + "@babel/core": "7.24.9", |
52 | 52 | "@babel/plugin-transform-runtime": "7.24.7",
|
53 |
| - "@babel/preset-env": "7.24.8", |
| 53 | + "@babel/preset-env": "7.25.0", |
54 | 54 | "@babel/preset-typescript": "7.24.7",
|
55 | 55 | "@faker-js/faker": "8.4.1",
|
56 | 56 | "@storybook/addon-essentials": "7.6.17",
|
57 | 57 | "@storybook/addon-styling-webpack": "1.0.0",
|
58 | 58 | "@storybook/react": "7.6.17",
|
59 | 59 | "@storybook/react-webpack5": "7.6.17",
|
60 |
| - "@stylistic/eslint-plugin": "2.3.0", |
61 |
| - "@testing-library/dom": "10.3.1", |
62 |
| - "@testing-library/jest-dom": "6.4.6", |
| 60 | + "@stylistic/eslint-plugin": "2.4.0", |
| 61 | + "@testing-library/dom": "10.4.0", |
| 62 | + "@testing-library/jest-dom": "6.4.8", |
63 | 63 | "@testing-library/react": "16.0.0",
|
64 | 64 | "@testing-library/user-event": "14.5.2",
|
65 | 65 | "@types/jest": "29.5.12",
|
66 |
| - "@types/node": "20.14.10", |
| 66 | + "@types/node": "22.0.0", |
67 | 67 | "@types/ramda": "0.25.36",
|
68 | 68 | "@types/react": "18.3.3",
|
69 | 69 | "@types/sprintf-js": "1.1.4",
|
70 | 70 | "@types/uuid": "10.0.0",
|
71 |
| - "@typescript-eslint/eslint-plugin": "7.16.0", |
72 |
| - "@typescript-eslint/parser": "7.16.0", |
| 71 | + "@typescript-eslint/eslint-plugin": "7.18.0", |
| 72 | + "@typescript-eslint/parser": "7.18.0", |
73 | 73 | "babel-loader": "9.1.3",
|
74 | 74 | "babel-plugin-import": "1.13.8",
|
75 | 75 | "babel-plugin-module-resolver": "5.0.2",
|
76 | 76 | "eslint": "8.57.0",
|
77 | 77 | "eslint-config-prettier": "9.1.0",
|
78 | 78 | "eslint-import-resolver-typescript": "3.6.1",
|
79 | 79 | "eslint-plugin-import": "2.29.1",
|
80 |
| - "eslint-plugin-prettier": "5.1.3", |
81 |
| - "eslint-plugin-react": "7.34.3", |
| 80 | + "eslint-plugin-prettier": "5.2.1", |
| 81 | + "eslint-plugin-react": "7.35.0", |
82 | 82 | "eslint-plugin-react-hooks": "4.6.2",
|
83 | 83 | "fs-extra": "11.2.0",
|
84 | 84 | "identity-obj-proxy": "3.0.0",
|
85 | 85 | "jest": "29.7.0",
|
86 | 86 | "jest-environment-jsdom": "29.7.0",
|
87 |
| - "prettier": "3.3.2", |
| 87 | + "prettier": "3.3.3", |
88 | 88 | "react": "18.3.1",
|
89 | 89 | "react-dom": "18.3.1",
|
90 | 90 | "storybook": "7.6.17",
|
91 |
| - "styled-components": "6.1.11", |
92 |
| - "ts-jest": "29.2.2", |
| 91 | + "styled-components": "6.1.12", |
| 92 | + "ts-jest": "29.2.3", |
93 | 93 | "ts-loader": "9.5.1",
|
94 |
| - "typescript": "5.5.3", |
95 |
| - "webpack": "5.92.1" |
| 94 | + "typescript": "5.5.4", |
| 95 | + "webpack": "5.93.0" |
96 | 96 | },
|
97 | 97 | "peerDependencies": {
|
98 | 98 | "react": "^17.0.0 || ^18.0.0",
|
|
0 commit comments