Merge pull request #124503 from fortuneteller2k/vieb
vieb: 4.5.1 -> 5.0.0
This commit is contained in:
commit
7d75971825
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
mkYarnPackage rec {
|
mkYarnPackage rec {
|
||||||
pname = "vieb";
|
pname = "vieb";
|
||||||
version = "4.5.1";
|
version = "5.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jelmerro";
|
owner = "jelmerro";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-7/oB2Inj+iMXzigqbCNJUY7dNrFBals2BOOl+Lp+ESs=";
|
sha256 = "sha256-0fbH2tmrgbu/XQg1piK9f56cow+R/Qe6bYMdbeV/mus=";
|
||||||
};
|
};
|
||||||
|
|
||||||
packageJSON = ./package.json;
|
packageJSON = ./package.json;
|
||||||
|
@ -1,19 +1,21 @@
|
|||||||
{
|
{
|
||||||
"name": "vieb",
|
"name": "vieb",
|
||||||
"productName": "Vieb",
|
"productName": "Vieb",
|
||||||
"version": "4.5.1",
|
"version": "5.0.0",
|
||||||
"description": "Vim Inspired Electron Browser",
|
"description": "Vim Inspired Electron Browser",
|
||||||
"bin": "app.js",
|
"bin": "app.js",
|
||||||
"main": "app/index.js",
|
"main": "app/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest --coverage --collectCoverageFrom 'app/**/*.js' -u && eslint app && echo 'All good :)'",
|
|
||||||
"dev": "electron app --datafolder ./ViebData/",
|
|
||||||
"start": "electron app",
|
|
||||||
"build": "node build.js",
|
"build": "node build.js",
|
||||||
"buildall": "node build.js --linux --win --mac",
|
"buildall": "node build.js --linux --win --mac",
|
||||||
"buildlinux": "node build.js --linux",
|
"buildlinux": "node build.js --linux",
|
||||||
|
"buildmac": "node build.js --mac",
|
||||||
"buildwin": "node build.js --win",
|
"buildwin": "node build.js --win",
|
||||||
"buildmac": "node build.js --mac"
|
"dev": "electron app --datafolder=./ViebData/",
|
||||||
|
"fix": "eslint --fix app .eslintrc.js build.js",
|
||||||
|
"lint": "eslint app .eslintrc.js build.js",
|
||||||
|
"start": "electron app",
|
||||||
|
"test": "jest --testEnvironment jsdom --coverage --collectCoverageFrom 'app/**/*.js' -u && npm run lint && echo 'All good :)'"
|
||||||
},
|
},
|
||||||
"repository": "https://github.com/Jelmerro/Vieb",
|
"repository": "https://github.com/Jelmerro/Vieb",
|
||||||
"homepage": "https://vieb.dev",
|
"homepage": "https://vieb.dev",
|
||||||
@ -28,15 +30,18 @@
|
|||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"archiver": "5.3.0",
|
"archiver": "5.3.0",
|
||||||
"electron": "12.0.5",
|
"electron": "13.0.1",
|
||||||
"electron-builder": "22.10.5",
|
"electron-builder": "22.10.5",
|
||||||
"eslint": "7.25.0",
|
"eslint": "7.27.0",
|
||||||
"eslint-plugin-compat": "^3.9.0",
|
"eslint-plugin-compat": "^3.9.0",
|
||||||
"jest": "26.6.3"
|
"eslint-plugin-sort-keys-fix": "1.1.1",
|
||||||
|
"jest-environment-jsdom": "^27.0.1",
|
||||||
|
"jest": "27.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"7zip-bin": "5.1.1",
|
"7zip-bin": "5.1.1",
|
||||||
"@cliqz/adblocker-electron": "1.20.4",
|
"@cliqz/adblocker-electron": "1.20.6",
|
||||||
|
"@cliqz/adblocker-electron-preload": "1.20.6",
|
||||||
"is-svg": "4.3.1",
|
"is-svg": "4.3.1",
|
||||||
"rimraf": "3.0.2"
|
"rimraf": "3.0.2"
|
||||||
},
|
},
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user