Commit 6083d3d5 authored by Robert Schütz's avatar Robert Schütz
Browse files

listmonk.frontend: use fetchYarnDeps

parent 07eab2ec
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
{ yarn2nix-moretea
, fetchFromGitHub
, fetchYarnDeps
, meta
}:

@@ -15,8 +16,12 @@ yarn2nix-moretea.mkYarnPackage rec {
  };

  packageJSON = ./package.json;
  yarnLock = ./yarn.lock;
  yarnNix = ./yarn.nix;
  yarnLock = "${src}/frontend/yarn.lock";

  offlineCache = fetchYarnDeps {
    inherit yarnLock;
    hash = "sha256-KKNk4lrM7unMFClkY6F3nqhKx5xfx87Ac+rug9sOwvI=";
  };

  # For Node.js v17+, this is necessary.
  NODE_OPTIONS = "--openssl-legacy-provider";
+7 −7
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
    "indent.js": "^0.3.5",
    "qs": "^6.10.1",
    "textversionjs": "^1.1.3",
    "tinymce": "^5.10.0",
    "tinymce": "^5.10.7",
    "turndown": "^7.0.0",
    "vue": "^2.6.12",
    "vue-i18n": "^8.22.2",
@@ -27,14 +27,14 @@
    "vuex": "^3.6.2"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "~4.5.13",
    "@vue/cli-plugin-eslint": "~4.5.13",
    "@vue/cli-plugin-router": "~4.5.13",
    "@vue/cli-plugin-vuex": "~4.5.13",
    "@vue/cli-service": "~4.5.13",
    "@vue/cli-plugin-babel": "~5.0.8",
    "@vue/cli-plugin-eslint": "~5.0.8",
    "@vue/cli-plugin-router": "~5.0.8",
    "@vue/cli-plugin-vuex": "~5.0.8",
    "@vue/cli-service": "~5.0.8",
    "@vue/eslint-config-airbnb": "^5.3.0",
    "babel-eslint": "^10.1.0",
    "cypress": "9.5.2",
    "cypress": "10.10.0",
    "cypress-file-upload": "^5.0.2",
    "eslint": "^7.27.0",
    "eslint-plugin-import": "^2.23.3",
+0 −10337

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −11085

File deleted.

Preview size limit exceeded, changes collapsed.