|
35 | 35 | "prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
|
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 |
| - "@babel/runtime": "^7.26.9", |
| 38 | + "@babel/runtime": "^7.26.10", |
39 | 39 | "@redux-devtools/chart-monitor": "workspace:^",
|
40 | 40 | "@redux-devtools/core": "workspace:^",
|
41 | 41 | "@redux-devtools/inspector-monitor": "workspace:^",
|
|
48 | 48 | "d3-state-visualizer": "workspace:^",
|
49 | 49 | "javascript-stringify": "^2.1.0",
|
50 | 50 | "jsan": "^3.1.14",
|
51 |
| - "jsondiffpatch": "^0.6.0", |
| 51 | + "jsondiffpatch": "^0.6.2", |
52 | 52 | "react-icons": "^5.5.0",
|
53 | 53 | "react-is": "^18.3.1"
|
54 | 54 | },
|
55 | 55 | "devDependencies": {
|
56 | 56 | "@babel/cli": "^7.26.4",
|
57 |
| - "@babel/core": "^7.26.9", |
58 |
| - "@babel/eslint-parser": "^7.26.8", |
59 |
| - "@babel/plugin-transform-runtime": "^7.26.9", |
| 57 | + "@babel/core": "^7.26.10", |
| 58 | + "@babel/eslint-parser": "^7.26.10", |
| 59 | + "@babel/plugin-transform-runtime": "^7.26.10", |
60 | 60 | "@babel/preset-env": "^7.26.9",
|
61 | 61 | "@babel/preset-react": "^7.26.3",
|
62 | 62 | "@babel/preset-typescript": "^7.26.0",
|
63 | 63 | "@emotion/react": "^11.14.0",
|
64 |
| - "@reduxjs/toolkit": "^2.6.0", |
65 |
| - "@rjsf/core": "^5.24.3", |
| 64 | + "@reduxjs/toolkit": "^2.6.1", |
| 65 | + "@rjsf/core": "^5.24.8", |
66 | 66 | "@testing-library/dom": "^10.4.0",
|
67 | 67 | "@testing-library/jest-dom": "^6.6.3",
|
68 | 68 | "@testing-library/react": "^16.2.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.13.9", |
73 |
| - "@types/react": "^18.3.18", |
| 72 | + "@types/node": "^22.13.13", |
| 73 | + "@types/react": "^18.3.20", |
74 | 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.25.0", |
| 77 | + "esbuild": "^0.25.1", |
78 | 78 | "jest": "^29.7.0",
|
79 | 79 | "jest-environment-jsdom": "^29.7.0",
|
80 | 80 | "react": "^18.3.1",
|
|
84 | 84 | "redux-persist": "^6.0.0",
|
85 | 85 | "rimraf": "^6.0.1",
|
86 | 86 | "styled-components": "^5.3.11",
|
87 |
| - "ts-jest": "^29.2.6", |
| 87 | + "ts-jest": "^29.3.0", |
88 | 88 | "ts-node": "^10.9.2",
|
89 | 89 | "typescript": "~5.8.2"
|
90 | 90 | },
|
|
0 commit comments