From 258f15e8426fb1007141624df31356a119fc25f1 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Wed, 15 Nov 2023 19:25:56 +0100 Subject: [PATCH] [yarn] Fix another runtime peer dep --- .pnp.cjs | 6 +++--- .yarnrc.yml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.pnp.cjs b/.pnp.cjs index 1e2ba6e5e..7be0a22b6 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -9030,7 +9030,7 @@ const RAW_RUNTIME_STATE = ["dustjs-linkedin", null],\ ["eco", null],\ ["ect", null],\ - ["ejs", null],\ + ["ejs", "npm:3.1.9"],\ ["haml-coffee", null],\ ["hamlet", null],\ ["hamljs", null],\ @@ -9049,7 +9049,7 @@ const RAW_RUNTIME_STATE = ["mustache", null],\ ["nunjucks", null],\ ["plates", null],\ - ["pug", "npm:3.0.2"],\ + ["pug", null],\ ["qejs", null],\ ["ractive", null],\ ["razor-tmpl", null],\ @@ -9138,7 +9138,6 @@ const RAW_RUNTIME_STATE = "dustjs-linkedin",\ "eco",\ "ect",\ - "ejs",\ "haml-coffee",\ "hamlet",\ "hamljs",\ @@ -9157,6 +9156,7 @@ const RAW_RUNTIME_STATE = "mustache",\ "nunjucks",\ "plates",\ + "pug",\ "qejs",\ "ractive",\ "razor-tmpl",\ diff --git a/.yarnrc.yml b/.yarnrc.yml index f727b7db1..630c5d0e2 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -11,6 +11,7 @@ packageExtensions: consolidate@^0.16.0: dependencies: pug: 3.0.2 + ejs: ^3.1.7 debug@*: dependencies: supports-color: ^8.0.0