From 054e03beb674c2e6e4588577fd35f439726ea22e Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 2 Nov 2023 17:51:21 -0400 Subject: [PATCH] chore(core): add fast-deep-equal devdep --- core/package.json | 1 + pnpm-lock.yaml | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/core/package.json b/core/package.json index 24c58db610..bc0f70c57a 100644 --- a/core/package.json +++ b/core/package.json @@ -61,6 +61,7 @@ "eslint-config-prettier": "^8.5.0", "eslint-plugin-custom-rules": "file:custom-rules", "execa": "^5.0.0", + "fast-deep-equal": "^3.1.3", "fs-extra": "^9.0.1", "jest": "^27.5.1", "jest-cli": "^27.5.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 286f2170bf..316739d8ca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -102,6 +102,9 @@ importers: execa: specifier: ^5.0.0 version: 5.1.1 + fast-deep-equal: + specifier: ^3.1.3 + version: 3.1.3 fs-extra: specifier: ^9.0.1 version: 9.1.0 @@ -3468,7 +3471,7 @@ packages: deep-freeze: 0.0.1 deepmerge: 4.3.1 is-module: 1.0.0 - resolve: 1.22.8 + resolve: 1.22.1 rollup: 2.79.1 dev: true