From 44e7647e9d23b5d772a75b0c50d4d550fa8315c5 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Wed, 3 Jul 2024 22:04:31 +0700 Subject: [PATCH] feat: fix lock --- package-lock.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 595698a7..f815491a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -167,6 +167,12 @@ }, "engines": { "node": ">=20.0.0 <21.0.0" + }, + "optionalDependencies": { + "@nx/nx-darwin-arm64": "18.0.8", + "@nx/nx-darwin-x64": "18.0.8", + "@nx/nx-linux-x64-gnu": "18.0.8", + "@nx/nx-win32-x64-msvc": "18.0.8" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -12500,7 +12506,6 @@ "cpu": [ "arm64" ], - "dev": true, "optional": true, "os": [ "darwin" @@ -12509,6 +12514,51 @@ "node": ">= 10" } }, + "node_modules/@nx/nx-darwin-x64": { + "version": "18.0.8", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-18.0.8.tgz", + "integrity": "sha512-nC172j4LwOqc22BtJGsrjPYGhZ6EFXhYi0ceb6yzEA1Z32Wl98OXbAcbbhyEcuL3iYI9VrZgzAAzIUo7l4injw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/nx-linux-x64-gnu": { + "version": "18.0.8", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-18.0.8.tgz", + "integrity": "sha512-eq2AAZN4fsjhABtU76eroFHcNK6QWo4eMAH7tcZUoGLwfBAo+wPYggxm9LNZ5weKVxwqySHavlXd5rNA26WrbA==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/nx-win32-x64-msvc": { + "version": "18.0.8", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-18.0.8.tgz", + "integrity": "sha512-XP8hle+cPNH5n18iTM7l0q07zEdvoPcHYVr5IoYOA54Ke9ZUxau4owUeok2HhLr61o2u0CTwf1vWoV+Y1AUAdg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, "node_modules/@nx/react": { "version": "18.0.8", "resolved": "https://registry.npmjs.org/@nx/react/-/react-18.0.8.tgz",