From ad9ad389b68af338739c9bb99df1ad89f51f14ff Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Mon, 7 Mar 2022 22:23:28 -0600 Subject: [PATCH] Add the module-alias package to the dependencies --- server/package.json | 1 + server/pnpm-lock.yaml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/server/package.json b/server/package.json index d12c91b..e09fb6e 100644 --- a/server/package.json +++ b/server/package.json @@ -13,6 +13,7 @@ "dependencies": { "common": "link:../common", "glob": "^7.2.0", + "module-alias": "^2.2.2", "socket.io": "^4.4.0", "toml": "^3.0.0", "tslog": "^3.3.1", diff --git a/server/pnpm-lock.yaml b/server/pnpm-lock.yaml index f2c63f3..9fb728f 100644 --- a/server/pnpm-lock.yaml +++ b/server/pnpm-lock.yaml @@ -5,6 +5,7 @@ specifiers: '@types/uuid': ^8.3.4 common: link:../common glob: ^7.2.0 + module-alias: ^2.2.2 socket.io: ^4.4.0 toml: ^3.0.0 tslog: ^3.3.1 @@ -13,6 +14,7 @@ specifiers: dependencies: common: link:../common/cjs glob: 7.2.0 + module-alias: 2.2.2 socket.io: 4.4.0 toml: 3.0.0 tslog: 3.3.1 @@ -191,6 +193,10 @@ packages: brace-expansion: 1.1.11 dev: false + /module-alias/2.2.2: + resolution: {integrity: sha512-A/78XjoX2EmNvppVWEhM2oGk3x4lLxnkEA4jTbaK97QKSDjkIoOsKQlfylt/d3kKKi596Qy3NP5XrXJ6fZIC9Q==} + dev: false + /ms/2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} dev: false