File tree Expand file tree Collapse file tree 22 files changed +587
-599
lines changed
d3-state-visualizer/examples/tree
redux-devtools-inspector-monitor-test-tab/demo
redux-devtools-inspector-monitor-trace-tab
redux-devtools-inspector-monitor/demo
redux-devtools-instrument
redux-devtools-rtk-query-monitor/demo
redux-devtools-slider-monitor Expand file tree Collapse file tree 22 files changed +587
-599
lines changed Original file line number Diff line number Diff line change 62
62
"@types/styled-components" : " ^5.1.34" ,
63
63
"chromedriver" : " ^126.0.5" ,
64
64
"cross-env" : " ^7.0.3" ,
65
- "electron" : " ^31.4 .0" ,
65
+ "electron" : " ^31.5 .0" ,
66
66
"esbuild" : " ^0.23.1" ,
67
67
"eslint" : " ^8.57.0" ,
68
68
"eslint-config-airbnb" : " ^19.0.4" ,
69
- "eslint-plugin-import" : " ^2.29.1 " ,
70
- "eslint-plugin-jsx-a11y" : " ^6.9 .0" ,
71
- "eslint-plugin-react" : " ^7.35.0 " ,
69
+ "eslint-plugin-import" : " ^2.30.0 " ,
70
+ "eslint-plugin-jsx-a11y" : " ^6.10 .0" ,
71
+ "eslint-plugin-react" : " ^7.35.2 " ,
72
72
"eslint-plugin-react-hooks" : " ^4.6.2" ,
73
73
"immutable" : " ^4.3.7" ,
74
74
"jest" : " ^29.7.0" ,
Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"devDependencies" : {
4
4
"@babel/core" : " ^7.25.2" ,
5
- "@changesets/cli" : " ^2.27.7 " ,
5
+ "@changesets/cli" : " ^2.27.8 " ,
6
6
"@eslint/compat" : " ^1.1.1" ,
7
7
"@eslint/js" : " ^8.57.0" ,
8
- "@nrwl/nx-cloud" : " ^19.0 .0" ,
8
+ "@nrwl/nx-cloud" : " ^19.1 .0" ,
9
9
"eslint" : " ^8.57.0" ,
10
10
"eslint-config-prettier" : " ^9.1.0" ,
11
- "eslint-plugin-jest" : " ^28.8.1 " ,
12
- "eslint-plugin-react" : " ^7.35.0 " ,
11
+ "eslint-plugin-jest" : " ^28.8.3 " ,
12
+ "eslint-plugin-react" : " ^7.35.2 " ,
13
13
"eslint-plugin-react-hooks" : " ^4.6.2" ,
14
14
"jest" : " ^29.7.0" ,
15
- "nx" : " ^19.6.4 " ,
15
+ "nx" : " ^19.6.6 " ,
16
16
"prettier" : " 3.3.3" ,
17
17
"typescript" : " ~5.5.4" ,
18
- "typescript-eslint" : " ^8.3 .0"
18
+ "typescript-eslint" : " ^8.5 .0"
19
19
},
20
20
"scripts" : {
21
21
"format" : " prettier --write ." ,
26
26
"clean:all" : " nx run-many --target=clean --all --parallel=1" ,
27
27
"release" : " pnpm build:all && pnpm publish -r"
28
28
},
29
- "packageManager" : " pnpm@9.9 .0"
29
+ "packageManager" : " pnpm@9.10 .0"
30
30
}
Original file line number Diff line number Diff line change 32
32
"@babel/core" : " ^7.25.2" ,
33
33
"@babel/preset-env" : " ^7.25.4" ,
34
34
"@babel/preset-typescript" : " ^7.24.7" ,
35
- "@types/node" : " ^20.16.3 " ,
35
+ "@types/node" : " ^20.16.5 " ,
36
36
"babel-loader" : " ^9.1.3" ,
37
37
"cross-env" : " ^7.0.3" ,
38
38
"fork-ts-checker-webpack-plugin" : " ^9.0.2" ,
41
41
"typescript" : " ~5.5.4" ,
42
42
"webpack" : " ^5.94.0" ,
43
43
"webpack-cli" : " ^5.1.4" ,
44
- "webpack-dev-server" : " ^5.0.4 "
44
+ "webpack-dev-server" : " ^5.1.0 "
45
45
}
46
46
}
Original file line number Diff line number Diff line change 23
23
"@babel/preset-env" : " ^7.25.4" ,
24
24
"@babel/preset-react" : " ^7.24.7" ,
25
25
"@babel/preset-typescript" : " ^7.24.7" ,
26
- "@types/node" : " ^20.16.3 " ,
26
+ "@types/node" : " ^20.16.5 " ,
27
27
"@types/react" : " ^18.3.5" ,
28
28
"@types/react-dom" : " ^18.3.0" ,
29
29
"@types/styled-components" : " ^5.1.34" ,
35
35
"typescript" : " ~5.5.4" ,
36
36
"webpack" : " ^5.94.0" ,
37
37
"webpack-cli" : " ^5.1.4" ,
38
- "webpack-dev-server" : " ^5.0.4 "
38
+ "webpack-dev-server" : " ^5.1.0 "
39
39
}
40
40
}
Original file line number Diff line number Diff line change 30
30
"@babel/preset-env" : " ^7.25.4" ,
31
31
"@babel/preset-react" : " ^7.24.7" ,
32
32
"@babel/preset-typescript" : " ^7.24.7" ,
33
- "@types/node" : " ^20.16.3 " ,
33
+ "@types/node" : " ^20.16.5 " ,
34
34
"@types/react" : " ^18.3.5" ,
35
35
"@types/react-dom" : " ^18.3.0" ,
36
36
"babel-loader" : " ^9.1.3" ,
41
41
"typescript" : " ~5.5.4" ,
42
42
"webpack" : " ^5.94.0" ,
43
43
"webpack-cli" : " ^5.1.4" ,
44
- "webpack-dev-server" : " ^5.0.4 "
44
+ "webpack-dev-server" : " ^5.1.0 "
45
45
}
46
46
}
Original file line number Diff line number Diff line change 69
69
"@types/jest" : " ^29.5.12" ,
70
70
"@types/jsan" : " ^3.1.5" ,
71
71
"@types/json-schema" : " ^7.0.15" ,
72
- "@types/node" : " ^20.16.3 " ,
72
+ "@types/node" : " ^20.16.5 " ,
73
73
"@types/react" : " ^18.3.5" ,
74
74
"@types/react-dom" : " ^18.3.0" ,
75
75
"@types/styled-components" : " ^5.1.34" ,
Original file line number Diff line number Diff line change 61
61
"@rjsf/core" : " ^5.20.1" ,
62
62
"@types/jsan" : " ^3.1.5" ,
63
63
"@types/json-schema" : " ^7.0.15" ,
64
- "@types/node" : " ^20.16.3 " ,
64
+ "@types/node" : " ^20.16.5 " ,
65
65
"@types/react" : " ^18.3.5" ,
66
66
"@types/react-dom" : " ^18.3.0" ,
67
67
"@types/socketcluster-client" : " ^19.1.0" ,
85
85
"typescript" : " ~5.5.4" ,
86
86
"webpack" : " ^5.94.0" ,
87
87
"webpack-cli" : " ^5.1.4" ,
88
- "webpack-dev-server" : " ^5.0.4 "
88
+ "webpack-dev-server" : " ^5.1.0 "
89
89
},
90
90
"peerDependencies" : {
91
91
"@emotion/react" : " ^11.13.3" ,
Original file line number Diff line number Diff line change 50
50
"chalk" : " ^5.3.0" ,
51
51
"cors" : " ^2.8.5" ,
52
52
"cross-spawn" : " ^7.0.3" ,
53
- "electron" : " ^31.4 .0" ,
53
+ "electron" : " ^31.5 .0" ,
54
54
"express" : " ^4.19.2" ,
55
55
"get-port" : " ^7.1.0" ,
56
56
"graphql" : " ^16.9.0" ,
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" : " ^20.16.3 " ,
80
+ "@types/node" : " ^20.16.5 " ,
81
81
"@types/semver" : " ^7.5.8" ,
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 22
22
"react-dom" : " ^18.3.1" ,
23
23
"react-is" : " ^18.3.1" ,
24
24
"react-redux" : " ^9.1.2" ,
25
- "react-router-dom" : " ^6.26.1 " ,
25
+ "react-router-dom" : " ^6.26.2 " ,
26
26
"redux" : " ^5.0.1" ,
27
27
"redux-logger" : " ^3.0.6" ,
28
28
"styled-components" : " ^5.3.11"
33
33
"@babel/preset-react" : " ^7.24.7" ,
34
34
"@babel/preset-typescript" : " ^7.24.7" ,
35
35
"@types/lodash.shuffle" : " ^4.2.9" ,
36
- "@types/node" : " ^20.16.3 " ,
36
+ "@types/node" : " ^20.16.5 " ,
37
37
"@types/react" : " ^18.3.5" ,
38
38
"@types/react-dom" : " ^18.3.0" ,
39
39
"@types/redux-logger" : " ^3.0.13" ,
49
49
"typescript" : " ~5.5.4" ,
50
50
"webpack" : " ^5.94.0" ,
51
51
"webpack-cli" : " ^5.1.4" ,
52
- "webpack-dev-server" : " ^5.0.4 "
52
+ "webpack-dev-server" : " ^5.1.0 "
53
53
}
54
54
}
Original file line number Diff line number Diff line change 54
54
"@testing-library/react" : " ^16.0.1" ,
55
55
"@types/babel__code-frame" : " ^7.0.6" ,
56
56
"@types/jest" : " ^29.5.12" ,
57
- "@types/node" : " ^20.16.3 " ,
57
+ "@types/node" : " ^20.16.5 " ,
58
58
"@types/path-browserify" : " ^1.0.3" ,
59
59
"@types/react" : " ^18.3.5" ,
60
60
"@types/source-map" : " 0.5.2" ,
You can’t perform that action at this time.
0 commit comments