|
35 | 35 | "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
|
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 |
| - "@babel/runtime": "^7.27.6", |
| 38 | + "@babel/runtime": "^7.28.2", |
39 | 39 | "@redux-devtools/chart-monitor": "workspace:^",
|
40 | 40 | "@redux-devtools/core": "workspace:^",
|
41 | 41 | "@redux-devtools/inspector-monitor": "workspace:^",
|
|
53 | 53 | "react-is": "^19.1.0"
|
54 | 54 | },
|
55 | 55 | "devDependencies": {
|
56 |
| - "@babel/cli": "^7.27.2", |
57 |
| - "@babel/core": "^7.27.4", |
58 |
| - "@babel/eslint-parser": "^7.27.5", |
59 |
| - "@babel/plugin-transform-runtime": "^7.27.4", |
60 |
| - "@babel/preset-env": "^7.27.2", |
| 56 | + "@babel/cli": "^7.28.0", |
| 57 | + "@babel/core": "^7.28.0", |
| 58 | + "@babel/eslint-parser": "^7.28.0", |
| 59 | + "@babel/plugin-transform-runtime": "^7.28.0", |
| 60 | + "@babel/preset-env": "^7.28.0", |
61 | 61 | "@babel/preset-react": "^7.27.1",
|
62 | 62 | "@babel/preset-typescript": "^7.27.1",
|
63 | 63 | "@emotion/react": "^11.14.0",
|
64 |
| - "@emotion/styled": "^11.14.0", |
| 64 | + "@emotion/styled": "^11.14.1", |
65 | 65 | "@reduxjs/toolkit": "^2.8.2",
|
66 | 66 | "@rjsf/core": "^5.24.12",
|
67 |
| - "@testing-library/dom": "^10.4.0", |
68 |
| - "@testing-library/jest-dom": "^6.6.3", |
| 67 | + "@testing-library/dom": "^10.4.1", |
| 68 | + "@testing-library/jest-dom": "^6.6.4", |
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.15.32", |
| 73 | + "@types/node": "^22.16.5", |
74 | 74 | "@types/react": "^19.1.8",
|
75 | 75 | "@types/react-dom": "^19.1.6",
|
76 | 76 | "cross-env": "^7.0.3",
|
77 |
| - "esbuild": "^0.25.5", |
78 |
| - "jest": "^30.0.2", |
79 |
| - "jest-environment-jsdom": "^30.0.2", |
| 77 | + "esbuild": "^0.25.8", |
| 78 | + "jest": "^30.0.5", |
| 79 | + "jest-environment-jsdom": "^30.0.5", |
80 | 80 | "react": "^19.1.0",
|
81 | 81 | "react-dom": "^19.1.0",
|
82 | 82 | "react-redux": "^9.2.0",
|
|
89 | 89 | },
|
90 | 90 | "peerDependencies": {
|
91 | 91 | "@emotion/react": "^11.14.0",
|
92 |
| - "@emotion/styled": "^11.14.0", |
| 92 | + "@emotion/styled": "^11.14.1", |
93 | 93 | "@reduxjs/toolkit": "^1.0.0 || ^2.0.0",
|
94 | 94 | "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
95 | 95 | "react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
0 commit comments