mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-29 18:11:43 +00:00
Bumb frontend versions
This commit is contained in:
1921
frontend/package-lock.json
generated
1921
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -33,12 +33,12 @@
|
||||
"eslint": "^8.45.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-config-standard-with-typescript": "^36.1.0",
|
||||
"eslint-import-resolver-typescript": "^3.6.0",
|
||||
"eslint-import-resolver-typescript": "^4.3.4",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-n": "^16.6.2",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"eslint-plugin-promise": "^6.6.0",
|
||||
"eslint-plugin-react": "^7.34.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"filemanager-webpack-plugin": "^8.0.0",
|
||||
"html-webpack-plugin": "^5.6.0",
|
||||
@ -59,8 +59,8 @@
|
||||
"@mui/lab": "^5.0.0-alpha.136",
|
||||
"@mui/material": "^5.15.14",
|
||||
"@mui/system": "^6.1.5",
|
||||
"@mui/x-date-pickers": "^7.23.1",
|
||||
"@mui/x-data-grid": "^7.23.1",
|
||||
"@mui/x-date-pickers": "^8.1.0",
|
||||
"@mui/x-data-grid": "^8.1.0",
|
||||
"@nivo/core": "^0.86.0",
|
||||
"@nivo/line": "^0.86.0",
|
||||
"base-ex": "^0.8.1",
|
||||
|
@ -120,7 +120,6 @@ const getSettings = (): Settings => {
|
||||
} else {
|
||||
settings = view === 'pro' ? new SettingsPro() : new Settings();
|
||||
}
|
||||
console.log(settings.connection);
|
||||
return settings;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user