File tree Expand file tree Collapse file tree 4 files changed +211
-209
lines changed
plugins/circular-view/src/CircularView/components Expand file tree Collapse file tree 4 files changed +211
-209
lines changed Original file line number Diff line number Diff line change 8686 "crypto-js" : " ^4.2.0" ,
8787 "css-loader" : " ^7.1.2" ,
8888 "dependency-graph" : " ^1.0.0" ,
89- "electron" : " 37.1 .0" ,
89+ "electron" : " 38.0 .0" ,
9090 "electron-builder" : " ^25.1.6" ,
9191 "electron-mock-ipc" : " ^0.3.8" ,
9292 "eslint" : " ^9.17.0" ,
9595 "eslint-plugin-react-compiler" : " ^19.1.0-rc.1" ,
9696 "eslint-plugin-react-hooks" : " ^5.0.0" ,
9797 "eslint-plugin-react-refresh" : " ^0.4.3" ,
98- "eslint-plugin-unicorn" : " ^60 .0.0 " ,
98+ "eslint-plugin-unicorn" : " ^61 .0.2 " ,
9999 "express" : " ^5.1.0" ,
100100 "express-basic-auth" : " ^1.2.1" ,
101101 "find-yarn-workspace-root" : " ^2.0.0" ,
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ const RulerLabel = observer(function ({
134134 y = { 0 }
135135 className = { classes . rulerLabel }
136136 textAnchor = "middle"
137- dominantBaseline = "baseline "
137+ dominantBaseline = "middle "
138138 transform = { `translate(${ textXY } ) rotate(${ radToDeg ( radians ) + 90 } )` }
139139 { ...getFillProps ( color ) }
140140 >
Original file line number Diff line number Diff line change 103103 "use-query-params" : " ^2.0.0"
104104 },
105105 "devDependencies" : {
106- "electron" : " 37.3.1 "
106+ "electron" : " 38.0.0 "
107107 },
108108 "browserslist" : [
109109 " last 1 chrome version"
110110 ],
111111 "build" : {
112- "electronVersion" : " 37.1.1 " ,
112+ "electronVersion" : " 38.0.0 " ,
113113 "extraMetadata" : {
114114 "main" : " build/electron.js"
115115 },
You can’t perform that action at this time.
0 commit comments