8000 Bump electron from 9.1.0 to 10.1.3 by dependabot[bot] · Pull Request #4 · phoebe-project/phoebe2-ui · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump electron from 9.1.0 to 10.1.3 #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"author": "PHOEBE development team",
"contributors": "Kyle Conroy",
"description": "Eclipsing Binary Modeling Software",
"version": "1.0.0",
"version": "1.0.1",
"license": "GPL v3",
"repository": {
"type": "git",
"url": "https://github.com/phoebe-project/phoebe2-ui.git"
},
"private": true,
"devDependencies": {
"electron": "9.1.0",
"electron": "10.1.3",
"electron-installer-debian": "^3.0.0",
"electron-installer-dmg": "^2.0.0",
"electron-installer-redhat": "^0.5.0",
Expand Down Expand Up @@ -40,7 +40,7 @@
"react-sortable-hoc": "1.9.1",
"react-toastify": "5.3.1",
"react-toggle-button": "2.2.0",
"semver-compare": "1.0.0",
"semver-compare": "1.0.1",
"socket.io-client": "2.2.0",
"whatwg-fetch": "3.0.0",
"yargs": "12.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class App extends ReactQueryParams {
settingsServerHosts: [],
settingsDismissedTips: [],
allowDisconnectReadonly: false,
clientVersion: '1.0.0', // UPDATE ON NEW RELEASE, also update package.json.version to match
clientVersion: '1.0.1', // UPDATE ON NEW RELEASE, also update package.json.version to match
serverMinVersion: '2.3.0', // UPDATE ON NEW RELEASE - any warnings need to go in common.getServerWarning
latestClientVersion: null, // leave at null, updated by getLatestClientVersion
latestServerVersion: null, // leave at null, updated by getLatestServerVersion
Expand Down
0