|
35 | 35 | "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test" |
36 | 36 | }, |
37 | 37 | "dependencies": { |
38 | | - "@babel/runtime": "^7.25.7", |
| 38 | + "@babel/runtime": "^7.26.0", |
39 | 39 | "@redux-devtools/chart-monitor": "workspace:^", |
40 | 40 | "@redux-devtools/core": "workspace:^", |
41 | 41 | "@redux-devtools/inspector-monitor": "workspace:^", |
|
53 | 53 | "react-is": "^18.3.1" |
54 | 54 | }, |
55 | 55 | "devDependencies": { |
56 | | - "@babel/cli": "^7.25.7", |
57 | | - "@babel/core": "^7.25.8", |
58 | | - "@babel/eslint-parser": "^7.25.8", |
59 | | - "@babel/plugin-transform-runtime": "^7.25.7", |
60 | | - "@babel/preset-env": "^7.25.8", |
61 | | - "@babel/preset-react": "^7.25.7", |
62 | | - "@babel/preset-typescript": "^7.25.7", |
| 56 | + "@babel/cli": "^7.25.9", |
| 57 | + "@babel/core": "^7.26.0", |
| 58 | + "@babel/eslint-parser": "^7.25.9", |
| 59 | + "@babel/plugin-transform-runtime": "^7.25.9", |
| 60 | + "@babel/preset-env": "^7.26.0", |
| 61 | + "@babel/preset-react": "^7.25.9", |
| 62 | + "@babel/preset-typescript": "^7.26.0", |
63 | 63 | "@emotion/react": "^11.13.3", |
64 | | - "@reduxjs/toolkit": "^2.2.8", |
65 | | - "@rjsf/core": "^5.21.2", |
| 64 | + "@reduxjs/toolkit": "^2.3.0", |
| 65 | + "@rjsf/core": "^5.22.2", |
66 | 66 | "@testing-library/dom": "^10.4.0", |
67 | | - "@testing-library/jest-dom": "^6.5.0", |
| 67 | + "@testing-library/jest-dom": "^6.6.2", |
68 | 68 | "@testing-library/react": "^16.0.1", |
69 | | - "@types/jest": "^29.5.13", |
| 69 | + "@types/jest": "^29.5.14", |
70 | 70 | "@types/jsan": "^3.1.5", |
71 | 71 | "@types/json-schema": "^7.0.15", |
72 | | - "@types/node": "^20.16.11", |
73 | | - "@types/react": "^18.3.11", |
| 72 | + "@types/node": "^20.17.1", |
| 73 | + "@types/react": "^18.3.12", |
74 | 74 | "@types/react-dom": "^18.3.1", |
75 | 75 | "@types/styled-components": "^5.1.34", |
76 | 76 | "cross-env": "^7.0.3", |
|
0 commit comments