mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-13 00:56:22 +00:00
Merge pull request #1880 from RoboSats/bumb-frontend-versions
Bumb frontend versions
This commit is contained in:
1864
frontend/package-lock.json
generated
1864
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",
|
||||
|
||||
@ -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