File tree Expand file tree Collapse file tree 3 files changed +1250
-1988
lines changed Expand file tree Collapse file tree 3 files changed +1250
-1988
lines changed Original file line number Diff line number Diff line change 111111 "date-fns" : " ^2.11.1" ,
112112 "electron-updater" : " ^4.2.5" ,
113113 "final-form" : " ^4.19.1" ,
114- "lodash" : " ^4.17.15 " ,
114+ "lodash" : " ^4.17.20 " ,
115115 "menubar" : " ^9.0.1" ,
116116 "nprogress" : " =0.2.0" ,
117117 "react" : " =16.13.1" ,
129129 "redux-storage-engine-localstorage" : " =1.1.4" ,
130130 "redux-thunk" : " =2.3.0" ,
131131 "styled-components" : " ^5.0.1" ,
132- "ts-loader" : " ^6.2.2 " ,
133- "typescript" : " ^3.8.3 "
132+ "ts-loader" : " ^8.0.11 " ,
133+ "typescript" : " ^4.1.2 "
134134 },
135135 "devDependencies" : {
136136 "@testing-library/react" : " ^10.0.2" ,
137- "@types/jest" : " ^25.2.1 " ,
137+ "@types/jest" : " ^26.0.15 " ,
138138 "@types/lodash" : " ^4.14.149" ,
139139 "@types/node" : " ^13.11.0" ,
140140 "@types/react" : " ^16.9.32" ,
144144 "electron" : " ^9.0.0" ,
145145 "electron-builder" : " ^22.4.1" ,
146146 "electron-notarize" : " ^0.3.0" ,
147- "jest" : " ^25.2.7 " ,
147+ "jest" : " ^26.6.3 " ,
148148 "nock" : " ^12.0.3" ,
149149 "prettier" : " =2.0.2" ,
150150 "react-test-renderer" : " =16.13.1" ,
151151 "redux-mock-store" : " =1.5.4" ,
152- "ts-jest" : " ^25.3.1 " ,
153- "webpack" : " ^4.42.1 " ,
154- "webpack-cli" : " ^3.3.11 " ,
155- "webpack-merge" : " ^4.2.2 "
152+ "ts-jest" : " ^26.4.4 " ,
153+ "webpack" : " ^5.6.0 " ,
154+ "webpack-cli" : " ^4.2.0 " ,
155+ "webpack-merge" : " ^5.4.0 "
156156 }
157157}
Original file line number Diff line number Diff line change @@ -217,4 +217,4 @@ export default compose(
217217 fetchNotifications,
218218 logout,
219219 } )
220- ) ( Sidebar ) ;
220+ ) ( Sidebar ) as any ;
You can’t perform that action at this time.
0 commit comments