Skip to content

Commit

Permalink
chore: update Electron to v6.1.12 & dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qazbnm456 committed May 19, 2020
1 parent 08edd5b commit 69dc0af
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 121 deletions.
5 changes: 2 additions & 3 deletions .eslintignore
@@ -1,5 +1,4 @@
test/unit/coverage/**
test/unit/*.js
test/e2e/*.js
test/unit/**
test/e2e/**
src/helper/pages/**
src/helper/pdfjs/**
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "lulumi-browser",
"productName": "Lulumi-browser",
"version": "1.4.0",
"electronVersion": "6.1.11",
"electronVersion": "6.1.12",
"description": "Lulumi-browser is a light weight browser coded with vue and electron",
"main": "./dist/main.js",
"scripts": {
Expand Down Expand Up @@ -59,8 +59,8 @@
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.9.0",
"@babel/register": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@types/chrome": "^0.0.112",
"@types/mocha": "^7.0.2",
"@types/webpack": "^4.41.13",
Expand All @@ -79,12 +79,12 @@
"css-loader": "^3.5.3",
"del": "^5.1.0",
"devtron": "^1.4.0",
"electron": "^6.1.11",
"electron": "^6.1.12",
"electron-devtools-installer": "^3.0.0",
"electron-packager": "^14.2.1",
"electron-rebuild": "^1.11.0",
"electron-util": "^0.14.1",
"element-ui": "^2.13.1",
"element-ui": "^2.13.2",
"eslint": "^7.0.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-friendly-formatter": "^4.0.1",
Expand All @@ -100,7 +100,7 @@
"html-webpack-plugin": "^4.3.0",
"inject-loader": "^4.0.1",
"iview": "^3.5.4",
"karma": "^5.0.7",
"karma": "^5.0.8",
"karma-chai": "^0.1.0",
"karma-coverage": "^2.0.2",
"karma-electron": "^6.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/main/constants.ts
Expand Up @@ -15,5 +15,5 @@ export default {
lulumiPagesCustomProtocol: 'lulumi',
lulumiPreloadPath: `${path.resolve(lulumiRootPath, 'dist')}`,
lulumiPDFJSPath: `${path.resolve(lulumiHelperPath, 'pdfjs')}`,
lulumiRev: 'c14c4c35072671c232dc1e8514945ca7cb2cef81',
lulumiRev: '08edd5b9eae04e8b7a479f992b83110a74e90f47',
};

0 comments on commit 69dc0af

Please sign in to comment.