diff --git a/package-lock.json b/package-lock.json index c255e7868..dbc7b5d88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,9 @@ "workspaces": [ "packages/*" ], + "dependencies": { + "@nx/nx-win32-x64-msvc": "21.3.11" + }, "devDependencies": { "@contract-case/eslint-config-case-maintainer": "0.27.0", "example-extractor": "^0.0.4", @@ -25,7 +28,7 @@ "@nx/nx-linux-x64-gnu": "21.3.10", "@nx/nx-linux-x64-musl": "21.3.11", "@nx/nx-win32-arm64-msvc": "21.2.3", - "@nx/nx-win32-x64-msvc": "20.7.1" + "@nx/nx-win32-x64-msvc": "21.3.11" } }, "node_modules/@algolia/autocomplete-core": { @@ -8415,9 +8418,9 @@ ] }, "node_modules/@nx/nx-win32-x64-msvc": { - "version": "20.7.1", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-20.7.1.tgz", - "integrity": "sha512-cBV9SIvfZVzehYg9w/p77Iw1LqUVy0i848quxo9YBuQCQ0biUsJpkwJJ+b+DW6EbKSN3wX0kh519tGR7SbZrxg==", + "version": "21.3.11", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-21.3.11.tgz", + "integrity": "sha512-KJqLL/Zyx96hs+7pKbo/fsU7ZTFSLeZLnYQu05o6fvJJ5I1+p85t212/7vkbKKWJncyMospQdzLr3zLG3A/u8A==", "cpu": [ "x64" ], @@ -8425,10 +8428,7 @@ "optional": true, "os": [ "win32" - ], - "engines": { - "node": ">= 10" - } + ] }, "node_modules/@octokit/auth-token": { "version": "4.0.0", diff --git a/package.json b/package.json index 73dd6b0c4..bc8706bb5 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@nx/nx-linux-x64-gnu": "21.3.10", "@nx/nx-linux-x64-musl": "21.3.11", "@nx/nx-win32-arm64-msvc": "21.2.3", - "@nx/nx-win32-x64-msvc": "20.7.1" + "@nx/nx-win32-x64-msvc": "21.3.11" }, "scripts": { "package": "lerna run package",