|
35 | 35 | "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
|
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 |
| - "@babel/runtime": "^7.28.3", |
| 38 | + "@babel/runtime": "^7.28.4", |
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.28.3",
|
57 |
| - "@babel/core": "^7.28.3", |
58 |
| - "@babel/eslint-parser": "^7.28.0", |
| 57 | + "@babel/core": "^7.28.4", |
| 58 | + "@babel/eslint-parser": "^7.28.4", |
59 | 59 | "@babel/plugin-transform-runtime": "^7.28.3",
|
60 | 60 | "@babel/preset-env": "^7.28.3",
|
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.1",
|
65 |
| - "@reduxjs/toolkit": "^2.8.2", |
| 65 | + "@reduxjs/toolkit": "^2.9.0", |
66 | 66 | "@rjsf/core": "^5.24.13",
|
67 | 67 | "@testing-library/dom": "^10.4.1",
|
68 | 68 | "@testing-library/jest-dom": "^6.8.0",
|
69 | 69 | "@testing-library/react": "^16.3.0",
|
70 | 70 | "@types/jest": "^30.0.0",
|
71 | 71 | "@types/jsan": "^3.1.5",
|
72 | 72 | "@types/json-schema": "^7.0.15",
|
73 |
| - "@types/node": "^22.18.0", |
| 73 | + "@types/node": "^22.18.1", |
74 | 74 | "@types/react": "^19.1.12",
|
75 | 75 | "@types/react-dom": "^19.1.9",
|
76 | 76 | "cross-env": "^10.0.0",
|
77 | 77 | "esbuild": "^0.25.9",
|
78 |
| - "jest": "^30.1.2", |
| 78 | + "jest": "^30.1.3", |
79 | 79 | "jest-environment-jsdom": "^30.1.2",
|
80 | 80 | "react": "^19.1.1",
|
81 | 81 | "react-dom": "^19.1.1",
|
|
0 commit comments