|
35 | 35 | "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
|
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 |
| - "@babel/runtime": "^7.27.1", |
| 38 | + "@babel/runtime": "^7.27.6", |
39 | 39 | "@redux-devtools/chart-monitor": "workspace:^",
|
40 | 40 | "@redux-devtools/core": "workspace:^",
|
41 | 41 | "@redux-devtools/inspector-monitor": "workspace:^",
|
|
54 | 54 | },
|
55 | 55 | "devDependencies": {
|
56 | 56 | "@babel/cli": "^7.27.2",
|
57 |
| - "@babel/core": "^7.27.1", |
58 |
| - "@babel/eslint-parser": "^7.27.1", |
59 |
| - "@babel/plugin-transform-runtime": "^7.27.1", |
| 57 | + "@babel/core": "^7.27.4", |
| 58 | + "@babel/eslint-parser": "^7.27.5", |
| 59 | + "@babel/plugin-transform-runtime": "^7.27.4", |
60 | 60 | "@babel/preset-env": "^7.27.2",
|
61 | 61 | "@babel/preset-react": "^7.27.1",
|
62 | 62 | "@babel/preset-typescript": "^7.27.1",
|
63 | 63 | "@emotion/react": "^11.14.0",
|
64 | 64 | "@emotion/styled": "^11.14.0",
|
65 | 65 | "@reduxjs/toolkit": "^2.8.2",
|
66 |
| - "@rjsf/core": "^5.24.10", |
| 66 | + "@rjsf/core": "^5.24.12", |
67 | 67 | "@testing-library/dom": "^10.4.0",
|
68 | 68 | "@testing-library/jest-dom": "^6.6.3",
|
69 | 69 | "@testing-library/react": "^16.3.0",
|
70 | 70 | "@types/jest": "^29.5.14",
|
71 | 71 | "@types/jsan": "^3.1.5",
|
72 | 72 | "@types/json-schema": "^7.0.15",
|
73 |
| - "@types/node": "^22.15.21", |
74 |
| - "@types/react": "^19.1.6", |
75 |
| - "@types/react-dom": "^19.1.5", |
| 73 | + "@types/node": "^22.15.32", |
| 74 | + "@types/react": "^19.1.8", |
| 75 | + "@types/react-dom": "^19.1.6", |
76 | 76 | "cross-env": "^7.0.3",
|
77 |
| - "esbuild": "^0.25.4", |
| 77 | + "esbuild": "^0.25.5", |
78 | 78 | "jest": "^29.7.0",
|
79 | 79 | "jest-environment-jsdom": "^29.7.0",
|
80 | 80 | "react": "^19.1.0",
|
|
83 | 83 | "redux": "^5.0.1",
|
84 | 84 | "redux-persist": "^6.0.0",
|
85 | 85 | "rimraf": "^6.0.1",
|
86 |
| - "ts-jest": "^29.3.4", |
| 86 | + "ts-jest": "^29.4.0", |
87 | 87 | "ts-node": "^10.9.2",
|
88 | 88 | "typescript": "~5.8.3"
|
89 | 89 | },
|
|
0 commit comments