|
60 | 60 | "@babel/preset-env": "^7.26.0", |
61 | 61 | "@babel/preset-react": "^7.26.3", |
62 | 62 | "@babel/preset-typescript": "^7.26.0", |
63 | | - "@emotion/react": "^11.13.5", |
64 | | - "@reduxjs/toolkit": "^2.4.0", |
65 | | - "@rjsf/core": "^5.23.1", |
| 63 | + "@emotion/react": "^11.14.0", |
| 64 | + "@reduxjs/toolkit": "^2.5.0", |
| 65 | + "@rjsf/core": "^5.23.2", |
66 | 66 | "@testing-library/dom": "^10.4.0", |
67 | 67 | "@testing-library/jest-dom": "^6.6.3", |
68 | 68 | "@testing-library/react": "^16.1.0", |
69 | 69 | "@types/jest": "^29.5.14", |
70 | 70 | "@types/jsan": "^3.1.5", |
71 | 71 | "@types/json-schema": "^7.0.15", |
72 | | - "@types/node": "^22.10.1", |
73 | | - "@types/react": "^18.3.14", |
74 | | - "@types/react-dom": "^18.3.2", |
| 72 | + "@types/node": "^22.10.2", |
| 73 | + "@types/react": "^18.3.18", |
| 74 | + "@types/react-dom": "^18.3.5", |
75 | 75 | "@types/styled-components": "^5.1.34", |
76 | 76 | "cross-env": "^7.0.3", |
77 | | - "esbuild": "^0.24.0", |
| 77 | + "esbuild": "^0.24.2", |
78 | 78 | "jest": "^29.7.0", |
79 | 79 | "jest-environment-jsdom": "^29.7.0", |
80 | 80 | "react": "^18.3.1", |
81 | 81 | "react-dom": "^18.3.1", |
82 | | - "react-redux": "^9.1.2", |
| 82 | + "react-redux": "^9.2.0", |
83 | 83 | "redux": "^5.0.1", |
84 | 84 | "redux-persist": "^6.0.0", |
85 | 85 | "rimraf": "^6.0.1", |
|
89 | 89 | "typescript": "~5.7.2" |
90 | 90 | }, |
91 | 91 | "peerDependencies": { |
92 | | - "@emotion/react": "^11.13.5", |
| 92 | + "@emotion/react": "^11.14.0", |
93 | 93 | "@reduxjs/toolkit": "^1.0.0 || ^2.0.0", |
94 | 94 | "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0", |
95 | 95 | "@types/styled-components": "^5.1.34", |
|
0 commit comments