From d4ec42535a59b3623806bd738f1d8d2851aa59e9 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Thu, 2 May 2024 07:07:50 -0700 Subject: [PATCH] Apply suggestions from code review --- .changeset/dirty-ears-happen.md | 2 +- .changeset/heavy-toes-attend.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/dirty-ears-happen.md b/.changeset/dirty-ears-happen.md index 8041151576..93d4c3bb32 100644 --- a/.changeset/dirty-ears-happen.md +++ b/.changeset/dirty-ears-happen.md @@ -4,4 +4,4 @@ "@latticexyz/cli": patch --- -Removed the `ejs` package from `store`, `world-modules`, and `cli`. +Removed the unused `ejs` dependency. diff --git a/.changeset/heavy-toes-attend.md b/.changeset/heavy-toes-attend.md index 1bf8123acc..9a291c160a 100644 --- a/.changeset/heavy-toes-attend.md +++ b/.changeset/heavy-toes-attend.md @@ -2,4 +2,4 @@ "@latticexyz/world": patch --- -Upgraded the `ejs` package to 3.1.10. +Upgraded the `ejs` dependency to 3.1.10.