fix(nextjs): fix the executor

This commit is contained in:
vsavkin 2021-02-22 10:07:41 -05:00
parent 1681257340
commit aa311fa073
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
"dependencies": {
"@angular-devkit/architect": "~0.1102.0",
"@angular-devkit/core": "~11.2.0",
"@angular-devkit/schematics": "~11.2.0",
"@nrwl/cypress": "*",
"@nrwl/linter": "*",
"@nrwl/devkit": "*",

View File

@ -38,6 +38,7 @@
"@nrwl/linter": "*",
"@nrwl/web": "*",
"@angular-devkit/architect": "~0.1102.0",
"@angular-devkit/schematics": "~11.2.0",
"@angular-devkit/core": "~11.2.0",
"@svgr/webpack": "^5.4.0",
"chalk": "4.1.0",