Skip to content

Commit

Permalink
chore: update nx
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Apr 9, 2021
1 parent 7fc9f5b commit 636adfa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions lib/core-server/src/core-presets.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ import { executor as managerExecutor } from './manager/builder';
import { buildDevStandalone } from './build-dev';
import { buildStaticStandalone } from './build-static';

// nx-ignore-next-line
import reactOptions from '../../../app/react/src/server/options';
// nx-ignore-next-line
import vue3Options from '../../../app/vue3/src/server/options';
// nx-ignore-next-line
import htmlOptions from '../../../app/html/src/server/options';
// nx-ignore-next-line
import webComponentsOptions from '../../../app/web-components/src/server/options';
import { outputStats } from './utils/output-stats';

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@
"@babel/runtime": "^7.12.5",
"@emotion/snapshot-serializer": "^0.8.2",
"@nicolo-ribaudo/chokidar-2": "^2.1.8",
"@nrwl/cli": "12.0.0",
"@nrwl/nx-cloud": "11.2.0",
"@nrwl/tao": "12.0.0",
"@nrwl/workspace": "12.0.0",
"@storybook/eslint-config-storybook": "^2.4.0",
"@storybook/linter-config": "^2.5.0",
"@storybook/semver": "^7.3.2",
Expand Down Expand Up @@ -213,11 +217,7 @@
"wait-on": "^5.2.1",
"webpack": "4",
"webpack-dev-middleware": "^3.7.3",
"window-size": "^1.1.1",
"@nrwl/workspace": "^11.6.1",
"@nrwl/cli": "^11.6.1",
"@nrwl/tao": "^11.6.1",
"@nrwl/nx-cloud": "^11.2.0"
"window-size": "^1.1.1"
},
"optionalDependencies": {
"@cypress/webpack-preprocessor": "^5.5.0",
Expand Down Expand Up @@ -273,4 +273,4 @@
]
]
}
}
}

0 comments on commit 636adfa

Please sign in to comment.