Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

Commit

Permalink
dependency updates:
Browse files Browse the repository at this point in the history
- bump version to 1.6.5
- update to electron 5.0.7
- update to latest webrecorder (4.6.0)
  • Loading branch information
ikreymer committed Jul 25, 2019
1 parent 140201c commit 8ecfe82
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 3 additions & 1 deletion app/main.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@ const createWindow = function () {
});

mainWindow = new BrowserWindow({
webPreferences: { plugins: true },
webPreferences: { plugins: true,
webviewTag: true,
nodeIntegration: true },

// start with state from windowStateKeeper
x: mainWindowState.x,
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webrecorder-player",
"productName": "Webrecorder Player",
"version": "1.6.4",
"version": "1.6.5",
"description": "Webrecorder Player -- Standalone Web Archive Browser App",
"main": "./main.prod.js",
"scripts": {
Expand Down
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webrecorderplayer",
"productName": "Webrecorder Player",
"version": "1.6.4",
"version": "1.6.5",
"description": "Webrecorder Player -- Standalone Web Archive Browser App",
"scripts": {
"build": "concurrently \"npm run build-main\" \"npm run build-frontend\"",
Expand Down Expand Up @@ -69,28 +69,24 @@
"description": "WARC File",
"role": "Viewer"
},

{
"ext": "warc.gz",
"name": "WARC File",
"description": "WARC File",
"role": "Viewer"
},

{
"ext": "arc",
"name": "ARC File",
"description": "ARC File",
"role": "Viewer"
},

{
"ext": "arc.gz",
"name": "ARC File",
"description": "ARC File",
"role": "Viewer"
},

{
"ext": "har",
"name": "HAR File",
Expand All @@ -110,7 +106,7 @@
"concurrently": "^4.1.0",
"cross-env": "^5.2.0",
"dat-node": "^3.5.13",
"electron": "^3.0.10",
"electron": "5.0.7",
"electron-builder": "^20.38.1",
"electron-debug": "^2.0.0",
"electron-devtools-installer": "^2.2.4",
Expand Down
2 changes: 1 addition & 1 deletion webrecorder
16 changes: 9 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
version "0.0.6"
resolved "https://registry.yarnpkg.com/7zip/-/7zip-0.0.6.tgz#9cafb171af82329490353b4816f03347aa150a30"

"@types/node@^8.0.24":
version "8.10.21"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.21.tgz#12b3f2359b27aa05a45d886c8ba1eb8d1a77e285"
"@types/node@^10.12.18":
version "10.14.13"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.14.13.tgz#ac786d623860adf39a3f51d629480aacd6a6eec7"
integrity sha512-yN/FNNW1UYsRR1wwAoyOwqvDuLDtVXnaJTZ898XIw/Q5cCaeVAlVwvsmXLX5PuiScBYwZsZU4JYSHB3TvfdwvQ==

abbrev@1:
version "1.1.1"
Expand Down Expand Up @@ -2310,11 +2311,12 @@ electron-window-state@^5.0.3:
jsonfile "^4.0.0"
mkdirp "^0.5.1"

electron@^3.0.10:
version "3.0.10"
resolved "https://registry.yarnpkg.com/electron/-/electron-3.0.10.tgz#7d412856e8cf0d3041a612a32dd09e2af2d50f50"
[email protected]:
version "5.0.7"
resolved "https://registry.yarnpkg.com/electron/-/electron-5.0.7.tgz#a48fcbd13d30f16f7d7887908b68e52156e90259"
integrity sha512-OMMz8DhatxLuBFbnW7KYcAUjflGYFn0IQEtKR0iZhMAm89FgNOd9SVbxXWAGNxvRR6C0gORXwhTh6BCqqqcR6Q==
dependencies:
"@types/node" "^8.0.24"
"@types/node" "^10.12.18"
electron-download "^4.1.0"
extract-zip "^1.0.3"

Expand Down

0 comments on commit 8ecfe82

Please sign in to comment.