Skip to content

Commit

Permalink
chore(repo): update nx to 13.10.0-beta.9 (#9587)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Mar 31, 2022
1 parent c86618e commit 7880de5
Show file tree
Hide file tree
Showing 3 changed files with 427 additions and 185 deletions.
27 changes: 14 additions & 13 deletions package.json
Expand Up @@ -60,17 +60,17 @@
"@ngrx/schematics": "~13.0.0",
"@ngrx/store": "~13.0.0",
"@ngrx/store-devtools": "~13.0.0",
"@nrwl/cypress": "13.10.0-beta.6",
"@nrwl/eslint-plugin-nx": "13.10.0-beta.6",
"@nrwl/jest": "13.10.0-beta.6",
"@nrwl/js": "13.10.0-beta.6",
"@nrwl/linter": "13.10.0-beta.6",
"@nrwl/next": "13.10.0-beta.6",
"@nrwl/node": "13.10.0-beta.6",
"@nrwl/nx-cloud": "13.2.0-beta.3",
"@nrwl/react": "13.10.0-beta.6",
"@nrwl/web": "13.10.0-beta.6",
"@nrwl/workspace": "13.10.0-beta.6",
"@nrwl/cypress": "13.10.0-beta.9",
"@nrwl/eslint-plugin-nx": "13.10.0-beta.9",
"@nrwl/jest": "13.10.0-beta.9",
"@nrwl/js": "13.10.0-beta.9",
"@nrwl/linter": "13.10.0-beta.9",
"@nrwl/next": "13.10.0-beta.9",
"@nrwl/node": "13.10.0-beta.9",
"@nrwl/nx-cloud": "13.2.1",
"@nrwl/react": "13.10.0-beta.9",
"@nrwl/web": "13.10.0-beta.9",
"@nrwl/workspace": "13.10.0-beta.9",
"@parcel/watcher": "2.0.4",
"@phenomnomnominal/tsquery": "4.1.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
Expand Down Expand Up @@ -193,7 +193,7 @@
"ng-packagr": "~13.3.0",
"ngrx-store-freeze": "0.2.4",
"node-fetch": "^2.6.7",
"nx": "13.10.0-beta.6",
"nx": "13.10.0-beta.9",
"open": "^8.4.0",
"parse-markdown-links": "^1.0.4",
"parse5": "4.0.0",
Expand Down Expand Up @@ -274,7 +274,7 @@
"@heroicons/react": "^1.0.1",
"@monaco-editor/react": "^4.3.1",
"@napi-rs/canvas": "^0.1.19",
"@nrwl/next": "13.10.0-beta.6",
"@nrwl/next": "13.10.0-beta.8",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
Expand Down Expand Up @@ -312,3 +312,4 @@
"immer": "~9.0.6"
}
}

2 changes: 1 addition & 1 deletion packages/workspace/src/generators/preset/preset.spec.ts
Expand Up @@ -57,7 +57,7 @@ describe('preset', () => {
expect(
readJson<NxJsonConfiguration>(tree, 'nx.json').cli.defaultCollection
).toBe('@nrwl/angular');
});
}, 10000);

it(`should create files (preset = ${Preset.WebComponents})`, async () => {
await presetGenerator(tree, {
Expand Down

1 comment on commit 7880de5

@vercel
Copy link

@vercel vercel bot commented on 7880de5 Mar 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.