vieb: 4.5.1 -> 5.0.0

launchpad/nixpkgs/master
fortuneteller2k 3 years ago
parent 3847a2a859
commit 3e9365aefb
  1. 4
      pkgs/applications/networking/browsers/vieb/default.nix
  2. 23
      pkgs/applications/networking/browsers/vieb/package.json
  3. 2567
      pkgs/applications/networking/browsers/vieb/yarn.lock
  4. 2096
      pkgs/applications/networking/browsers/vieb/yarn.nix

@ -2,13 +2,13 @@
mkYarnPackage rec {
pname = "vieb";
version = "4.5.1";
version = "5.0.0";
src = fetchFromGitHub {
owner = "jelmerro";
repo = pname;
rev = version;
sha256 = "sha256-7/oB2Inj+iMXzigqbCNJUY7dNrFBals2BOOl+Lp+ESs=";
sha256 = "sha256-0fbH2tmrgbu/XQg1piK9f56cow+R/Qe6bYMdbeV/mus=";
};
packageJSON = ./package.json;

@ -1,19 +1,21 @@
{
"name": "vieb",
"productName": "Vieb",
"version": "4.5.1",
"version": "5.0.0",
"description": "Vim Inspired Electron Browser",
"bin": "app.js",
"main": "app/index.js",
"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",
"buildall": "node build.js --linux --win --mac",
"buildlinux": "node build.js --linux",
"buildmac": "node build.js --mac",
"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",
"homepage": "https://vieb.dev",
@ -28,15 +30,18 @@
"license": "GPL-3.0-or-later",
"devDependencies": {
"archiver": "5.3.0",
"electron": "12.0.5",
"electron": "13.0.1",
"electron-builder": "22.10.5",
"eslint": "7.25.0",
"eslint": "7.27.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": {
"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",
"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…
Cancel
Save