File tree 30 files changed +237
-230
lines changed
d3-state-visualizer/examples/tree
redux-devtools-chart-monitor
redux-devtools-dock-monitor
redux-devtools-inspector-monitor
redux-devtools-inspector-monitor-test-tab
redux-devtools-inspector-monitor-trace-tab
redux-devtools-instrument
redux-devtools-log-monitor
redux-devtools-rtk-query-monitor
redux-devtools-slider-monitor
30 files changed +237
-230
lines changed Original file line number Diff line number Diff line change 56
56
"@testing-library/dom" : " ^10.4.0" ,
57
57
"@testing-library/jest-dom" : " ^6.6.3" ,
58
58
"@testing-library/react" : " ^16.3.0" ,
59
- "@types/chrome" : " ^0.0.320 " ,
59
+ "@types/chrome" : " ^0.0.321 " ,
60
60
"@types/lodash-es" : " ^4.17.12" ,
61
61
"@types/react" : " ^18.3.21" ,
62
62
"@types/react-dom" : " ^18.3.7" ,
Original file line number Diff line number Diff line change 6
6
"@eslint/compat" : " ^1.2.9" ,
7
7
"@eslint/js" : " ^9.26.0" ,
8
8
"eslint" : " ^9.26.0" ,
9
- "eslint-config-prettier" : " ^10.1.3 " ,
9
+ "eslint-config-prettier" : " ^10.1.5 " ,
10
10
"eslint-plugin-jest" : " ^28.11.0" ,
11
11
"eslint-plugin-react" : " ^7.37.5" ,
12
12
"eslint-plugin-react-hooks" : " ^4.6.2" ,
Original file line number Diff line number Diff line change 32
32
"@babel/core" : " ^7.27.1" ,
33
33
"@babel/preset-env" : " ^7.27.2" ,
34
34
"@babel/preset-typescript" : " ^7.27.1" ,
35
- "@types/node" : " ^22.15.15 " ,
35
+ "@types/node" : " ^22.15.17 " ,
36
36
"babel-loader" : " ^10.0.0" ,
37
37
"cross-env" : " ^7.0.3" ,
38
38
"fork-ts-checker-webpack-plugin" : " ^9.1.0" ,
Original file line number Diff line number Diff line change 23
23
"@babel/preset-env" : " ^7.27.2" ,
24
24
"@babel/preset-react" : " ^7.27.1" ,
25
25
"@babel/preset-typescript" : " ^7.27.1" ,
26
- "@types/node" : " ^22.15.15 " ,
26
+ "@types/node" : " ^22.15.17 " ,
27
27
"@types/react" : " ^18.3.21" ,
28
28
"@types/react-dom" : " ^18.3.7" ,
29
29
"@types/styled-components" : " ^5.1.34" ,
Original file line number Diff line number Diff line change 30
30
"@babel/preset-env" : " ^7.27.2" ,
31
31
"@babel/preset-react" : " ^7.27.1" ,
32
32
"@babel/preset-typescript" : " ^7.27.1" ,
33
- "@types/node" : " ^22.15.15 " ,
33
+ "@types/node" : " ^22.15.17 " ,
34
34
"@types/react" : " ^18.3.21" ,
35
35
"@types/react-dom" : " ^18.3.7" ,
36
36
"babel-loader" : " ^10.0.0" ,
Original file line number Diff line number Diff line change 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.27.1 " ,
39
39
"@redux-devtools/chart-monitor" : " workspace:^" ,
40
40
"@redux-devtools/core" : " workspace:^" ,
41
41
"@redux-devtools/inspector-monitor" : " workspace:^" ,
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.15.15 " ,
72
+ "@types/node" : " ^22.15.17 " ,
73
73
"@types/react" : " ^18.3.21" ,
74
74
"@types/react-dom" : " ^18.3.7" ,
75
75
"@types/styled-components" : " ^5.1.34" ,
Original file line number Diff line number Diff line change 61
61
"@rjsf/core" : " ^5.24.10" ,
62
62
"@types/jsan" : " ^3.1.5" ,
63
63
"@types/json-schema" : " ^7.0.15" ,
64
- "@types/node" : " ^22.15.15 " ,
64
+ "@types/node" : " ^22.15.17 " ,
65
65
"@types/react" : " ^18.3.21" ,
66
66
"@types/react-dom" : " ^18.3.7" ,
67
67
"@types/socketcluster-client" : " ^19.1.0" ,
Original file line number Diff line number Diff line change 39
39
"prepublish" : " pnpm run type-check && pnpm run lint"
40
40
},
41
41
"dependencies" : {
42
- "@babel/runtime" : " ^7.26.9 " ,
42
+ "@babel/runtime" : " ^7.27.1 " ,
43
43
"d3-state-visualizer" : " workspace:^" ,
44
44
"deepmerge" : " ^4.3.1" ,
45
45
"react-base16-styling" : " workspace:^"
Original file line number Diff line number Diff line change 70
70
},
71
71
"devDependencies" : {
72
72
"@types/body-parser" : " ^1.19.5" ,
73
- "@types/cors" : " ^2.8.17 " ,
73
+ "@types/cors" : " ^2.8.18 " ,
74
74
"@types/cross-spawn" : " ^6.0.6" ,
75
75
"@types/express" : " ^4.17.21" ,
76
76
"@types/jest" : " ^29.5.14" ,
77
77
"@types/lodash-es" : " ^4.17.12" ,
78
78
"@types/minimist" : " ^1.2.5" ,
79
79
"@types/morgan" : " ^1.9.9" ,
80
- "@types/node" : " ^22.15.15 " ,
80
+ "@types/node" : " ^22.15.17 " ,
81
81
"@types/semver" : " ^7.7.0" ,
82
82
"@types/socketcluster-client" : " ^19.1.0" ,
83
83
"@types/socketcluster-server" : " ^19.0.1" ,
Original file line number Diff line number Diff line change 41
41
"prepublish" : " pnpm run type-check && pnpm run lint"
42
42
},
43
43
"dependencies" : {
44
- "@babel/runtime" : " ^7.26.9 " ,
44
+ "@babel/runtime" : " ^7.27.1 " ,
45
45
"parse-key" : " ^0.2.1" ,
46
46
"react-dock" : " workspace:^"
47
47
},
Original file line number Diff line number Diff line change 29
29
"prepublish" : " pnpm run type-check && pnpm run lint"
30
30
},
31
31
"dependencies" : {
32
- "@babel/runtime" : " ^7.26.9 "
32
+ "@babel/runtime" : " ^7.27.1 "
33
33
},
34
34
"devDependencies" : {
35
35
"@babel/cli" : " ^7.27.2" ,
Original file line number Diff line number Diff line change 33
33
"@babel/preset-react" : " ^7.27.1" ,
34
34
"@babel/preset-typescript" : " ^7.27.1" ,
35
35
"@types/lodash.shuffle" : " ^4.2.9" ,
36
- "@types/node" : " ^22.15.15 " ,
36
+ "@types/node" : " ^22.15.17 " ,
37
37
"@types/react" : " ^18.3.21" ,
38
38
"@types/react-dom" : " ^18.3.7" ,
39
39
"@types/redux-logger" : " ^3.0.13" ,
Original file line number Diff line number Diff line change 43
43
"prepublish" : " pnpm run type-check && pnpm run lint && pnpm run test"
44
44
},
45
45
"dependencies" : {
46
- "@babel/runtime" : " ^7.26.9 " ,
46
+ "@babel/runtime" : " ^7.27.1 " ,
47
47
"@redux-devtools/ui" : " workspace:^" ,
48
48
"es6template" : " ^1.0.5" ,
49
49
"javascript-stringify" : " ^2.1.0" ,
Original file line number Diff line number Diff line change 31
31
},
32
32
"dependencies" : {
33
33
"@babel/code-frame" : " ^8.0.0-alpha.17" ,
34
- "@babel/runtime" : " ^7.26.9 " ,
35
- "@types/chrome" : " ^0.0.320 " ,
34
+ "@babel/runtime" : " ^7.27.1 " ,
35
+ "@types/chrome" : " ^0.0.321 " ,
36
36
"anser" : " ^2.3.2" ,
37
37
"html-entities" : " ^2.6.0" ,
38
38
"path-browserify" : " ^1.0.1" ,
54
54
"@testing-library/react" : " ^16.3.0" ,
55
55
"@types/babel__code-frame" : " ^7.0.6" ,
56
56
"@types/jest" : " ^29.5.14" ,
57
- "@types/node" : " ^22.15.15 " ,
57
+ "@types/node" : " ^22.15.17 " ,
58
58
"@types/path-browserify" : " ^1.0.3" ,
59
59
"@types/react" : " ^18.3.21" ,
60
60
"@types/source-map" : " 0.5.2" ,
Original file line number Diff line number Diff line change 31
31
"@babel/preset-react" : " ^7.27.1" ,
32
32
"@babel/preset-typescript" : " ^7.27.1" ,
33
33
"@types/lodash.shuffle" : " ^4.2.9" ,
34
- "@types/node" : " ^22.15.15 " ,
34
+ "@types/node" : " ^22.15.17 " ,
35
35
"@types/react" : " ^18.3.21" ,
36
36
"@types/react-dom" : " ^18.3.7" ,
37
37
"@types/redux-logger" : " ^3.0.13" ,
Original file line number Diff line number Diff line change 35
35
"prepublish" : " pnpm run type-check && pnpm run lint"
36
36
},
37
37
"dependencies" : {
38
- "@babel/runtime" : " ^7.26.9 " ,
38
+ "@babel/runtime" : " ^7.27.1 " ,
39
39
"@dnd-kit/core" : " ^6.3.1" ,
40
40
"@dnd-kit/modifiers" : " ^7.0.0" ,
41
41
"@dnd-kit/sortable" : " ^8.0.0" ,
Original file line number Diff line number Diff line change 48
48
"@babel/preset-env" : " ^7.27.2" ,
49
49
"@babel/preset-typescript" : " ^7.27.1" ,
50
50
"@types/jest" : " ^29.5.14" ,
51
- "@types/node" : " ^22.15.15 " ,
51
+ "@types/node" : " ^22.15.17 " ,
52
52
"jest" : " ^29.7.0" ,
53
53
"redux" : " ^5.0.1" ,
54
54
"rimraf" : " ^6.0.1" ,
Original file line number Diff line number Diff line change 41
41
"prepublish" : " pnpm run type-check && pnpm run lint"
42
42
},
43
43
"dependencies" : {
44
- "@babel/runtime" : " ^7.26.9 " ,
44
+ "@babel/runtime" : " ^7.27.1 " ,
45
45
"@types/lodash.debounce" : " ^4.0.9" ,
46
46
"lodash.debounce" : " ^4.0.8" ,
47
47
"react-base16-styling" : " workspace:^" ,
Original file line number Diff line number Diff line change 41
41
"prepublish" : " pnpm run type-check && pnpm run lint"
42
42
},
43
43
"dependencies" : {
44
- "@babel/runtime" : " ^7.26.9 " ,
44
+ "@babel/runtime" : " ^7.27.1 " ,
45
45
"@redux-devtools/instrument" : " workspace:^" ,
46
46
"@redux-devtools/utils" : " workspace:^" ,
47
47
"jsan" : " ^3.1.14" ,
56
56
"@babel/preset-env" : " ^7.27.2" ,
57
57
"@babel/preset-typescript" : " ^7.27.1" ,
58
58
"@types/jsan" : " ^3.1.5" ,
59
- "@types/node" : " ^22.15.15 " ,
59
+ "@types/node" : " ^22.15.17 " ,
60
60
"@types/rn-host-detect" : " ^1.2.2" ,
61
61
"@types/socketcluster-client" : " ^19.1.0" ,
62
62
"@typescript-eslint/eslint-plugin" : " ^8.32.0" ,
63
63
"@typescript-eslint/parser" : " ^8.32.0" ,
64
64
"eslint" : " ^9.26.0" ,
65
- "eslint-config-prettier" : " ^10.1.3 " ,
65
+ "eslint-config-prettier" : " ^10.1.5 " ,
66
66
"redux" : " ^5.0.1" ,
67
67
"rimraf" : " ^6.0.1" ,
68
68
"typescript" : " ~5.8.3"
Original file line number Diff line number Diff line change 10
10
"type-check" : " tsc --noEmit"
11
11
},
12
12
"dependencies" : {
13
- "@babel/runtime" : " ^7.26.9 " ,
13
+ "@babel/runtime" : " ^7.27.1 " ,
14
14
"@chakra-ui/react" : " ^2.10.7" ,
15
15
"@emotion/react" : " ^11.14.0" ,
16
16
"@emotion/styled" : " ^11.14.0" ,
35
35
"@babel/preset-env" : " ^7.27.2" ,
36
36
"@babel/preset-react" : " ^7.27.1" ,
37
37
"@babel/preset-typescript" : " ^7.27.1" ,
38
- "@types/node" : " ^22.15.15 " ,
38
+ "@types/node" : " ^22.15.17 " ,
39
39
"@types/react" : " ^18.3.21" ,
40
40
"@types/react-dom" : " ^18.3.7" ,
41
41
"@types/styled-components" : " ^5.1.34" ,
Original file line number Diff line number Diff line change 44
44
"prepublish" : " pnpm run type-check && pnpm run lint && pnpm run test"
45
45
},
46
46
"dependencies" : {
47
- "@babel/runtime" : " ^7.26.9 " ,
47
+ "@babel/runtime" : " ^7.27.1 " ,
48
48
"@redux-devtools/ui" : " workspace:^" ,
49
49
"@types/lodash" : " ^4.17.16" ,
50
50
"hex-rgba" : " ^1.0.2" ,
Original file line number Diff line number Diff line change 37
37
"prepublish" : " pnpm run type-check && pnpm run lint && pnpm run test"
38
38
},
39
39
"dependencies" : {
40
- "@babel/runtime" : " ^7.26.9 " ,
40
+ "@babel/runtime" : " ^7.27.1 " ,
41
41
"jsan" : " ^3.1.14"
42
42
},
43
43
"devDependencies" : {
Original file line number Diff line number Diff line change 33
33
"@babel/preset-env" : " ^7.27.2" ,
34
34
"@babel/preset-react" : " ^7.27.1" ,
35
35
"@babel/preset-typescript" : " ^7.27.1" ,
36
- "@types/node" : " ^22.15.15 " ,
36
+ "@types/node" : " ^22.15.17 " ,
37
37
"@types/react" : " ^18.3.21" ,
38
38
"@types/react-dom" : " ^18.3.7" ,
39
39
"@types/styled-components" : " ^5.1.34" ,
Original file line number Diff line number Diff line change 32
32
"prepublish" : " pnpm run type-check && pnpm run lint"
33
33
},
34
34
"dependencies" : {
35
- "@babel/runtime" : " ^7.26.9 " ,
35
+ "@babel/runtime" : " ^7.27.1 " ,
36
36
"@redux-devtools/ui" : " workspace:^" ,
37
37
"react-base16-styling" : " workspace:^"
38
38
},
44
44
"@babel/preset-react" : " ^7.27.1" ,
45
45
"@babel/preset-typescript" : " ^7.27.1" ,
46
46
"@redux-devtools/core" : " workspace:^" ,
47
- "@types/node" : " ^22.15.15 " ,
47
+ "@types/node" : " ^22.15.17 " ,
48
48
"@types/react" : " ^18.3.21" ,
49
49
"react" : " ^18.3.1" ,
50
50
"redux" : " ^5.0.1" ,
Original file line number Diff line number Diff line change 42
42
"prepublish" : " pnpm run type-check && pnpm run lint && pnpm run test"
43
43
},
44
44
"dependencies" : {
45
- "@babel/runtime" : " ^7.26.9 " ,
45
+ "@babel/runtime" : " ^7.27.1 " ,
46
46
"@rjsf/core" : " ^5.24.10" ,
47
47
"@rjsf/utils" : " ^5.24.10" ,
48
48
"@rjsf/validator-ajv8" : " ^5.24.10" ,
78
78
"@testing-library/react" : " ^16.3.0" ,
79
79
"@testing-library/user-event" : " ^14.6.1" ,
80
80
"@types/color" : " ^4.2.0" ,
81
- "@types/node" : " ^22.15.15 " ,
81
+ "@types/node" : " ^22.15.17 " ,
82
82
"@types/jest" : " ^29.5.14" ,
83
83
"@types/react" : " ^18.3.21" ,
84
84
"@types/styled-components" : " ^5.1.34" ,
Original file line number Diff line number Diff line change 32
32
"prepublish" : " pnpm run type-check && pnpm run lint"
33
33
},
34
34
"dependencies" : {
35
- "@babel/runtime" : " ^7.26.9 " ,
35
+ "@babel/runtime" : " ^7.27.1 " ,
36
36
"@redux-devtools/core" : " workspace:^" ,
37
37
"@redux-devtools/serialize" : " workspace:^" ,
38
38
"@types/get-params" : " ^0.1.2" ,
50
50
"@babel/preset-env" : " ^7.27.2" ,
51
51
"@babel/preset-typescript" : " ^7.27.1" ,
52
52
"@types/jsan" : " ^3.1.5" ,
53
- "@types/node" : " ^22.15.15 " ,
53
+ "@types/node" : " ^22.15.17 " ,
54
54
"rimraf" : " ^6.0.1" ,
55
55
"typescript" : " ~5.8.3"
56
56
},
Original file line number Diff line number Diff line change 33
33
"@babel/preset-env" : " ^7.27.2" ,
34
34
"@babel/preset-react" : " ^7.27.1" ,
35
35
"@babel/preset-typescript" : " ^7.27.1" ,
36
- "@types/node" : " ^22.15.15 " ,
36
+ "@types/node" : " ^22.15.17 " ,
37
37
"@types/react" : " ^18.3.21" ,
38
38
"@types/react-dom" : " ^18.3.7" ,
39
39
"@types/webpack-env" : " ^1.18.8" ,
Original file line number Diff line number Diff line change 46
46
"@babel/preset-env" : " ^7.27.2" ,
47
47
"@babel/preset-react" : " ^7.27.1" ,
48
48
"@babel/preset-typescript" : " ^7.27.1" ,
49
- "@types/node" : " ^22.15.15 " ,
49
+ "@types/node" : " ^22.15.17 " ,
50
50
"@types/react" : " ^18.3.21" ,
51
51
"@types/react-dom" : " ^18.3.7" ,
52
52
"@types/webpack-env" : " ^1.18.8" ,
Original file line number Diff line number Diff line change 41
41
"prepublish" : " pnpm run type-check && pnpm run lint && pnpm run test"
42
42
},
43
43
"dependencies" : {
44
- "@babel/runtime" : " ^7.26.9 " ,
44
+ "@babel/runtime" : " ^7.27.1 " ,
45
45
"@redux-devtools/instrument" : " workspace:^"
46
46
},
47
47
"devDependencies" : {
53
53
"@babel/preset-react" : " ^7.27.1" ,
54
54
"@babel/preset-typescript" : " ^7.27.1" ,
55
55
"@types/jest" : " ^29.5.14" ,
56
- "@types/node" : " ^22.15.15 " ,
56
+ "@types/node" : " ^22.15.17 " ,
57
57
"@types/react" : " ^18.3.21" ,
58
58
"jest" : " ^29.7.0" ,
59
59
"react" : " ^18.3.1" ,
You can’t perform that action at this time.
0 commit comments