Skip to content

Commit 7c76888

Browse files
authored
chore(repo): update nx to 16.5.0-beta.3 (nrwl#17952)
1 parent b093306 commit 7c76888

File tree

3 files changed

+187
-186
lines changed

3 files changed

+187
-186
lines changed

nx.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"!{projectRoot}/.eslintrc.json",
4545
"!{projectRoot}/.storybook/**/*",
4646
"!{projectRoot}/**/*.stories.@(js|jsx|ts|tsx|mdx)",
47-
"!{projectRoot}/tsconfig.storybook.json"
47+
"!{projectRoot}/tsconfig.storybook.json",
48+
"!{projectRoot}/src/test-setup.[jt]s"
4849
],
4950
"sharedGlobals": ["{workspaceRoot}/babel.config.json"],
5051
"native": [

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@
6464
"@ngrx/router-store": "~16.0.0",
6565
"@ngrx/store": "~16.0.0",
6666
"@nguniversal/builders": "~16.1.0",
67-
"@nx/cypress": "16.5.0-beta.2",
68-
"@nx/devkit": "16.5.0-beta.2",
69-
"@nx/eslint-plugin": "16.5.0-beta.2",
70-
"@nx/jest": "16.5.0-beta.2",
71-
"@nx/js": "16.5.0-beta.2",
72-
"@nx/linter": "16.5.0-beta.2",
73-
"@nx/next": "16.5.0-beta.2",
74-
"@nx/react": "16.5.0-beta.2",
75-
"@nx/storybook": "16.5.0-beta.2",
76-
"@nx/web": "16.5.0-beta.2",
77-
"@nx/webpack": "16.5.0-beta.2",
67+
"@nx/cypress": "16.5.0-beta.3",
68+
"@nx/devkit": "16.5.0-beta.3",
69+
"@nx/eslint-plugin": "16.5.0-beta.3",
70+
"@nx/jest": "16.5.0-beta.3",
71+
"@nx/js": "16.5.0-beta.3",
72+
"@nx/linter": "16.5.0-beta.3",
73+
"@nx/next": "16.5.0-beta.3",
74+
"@nx/react": "16.5.0-beta.3",
75+
"@nx/storybook": "16.5.0-beta.3",
76+
"@nx/web": "16.5.0-beta.3",
77+
"@nx/webpack": "16.5.0-beta.3",
7878
"@parcel/watcher": "2.0.4",
7979
"@phenomnomnominal/tsquery": "~5.0.1",
8080
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
@@ -210,7 +210,7 @@
210210
"next-sitemap": "^3.1.10",
211211
"ng-packagr": "~16.1.0",
212212
"node-fetch": "^2.6.7",
213-
"nx": "16.5.0-beta.2",
213+
"nx": "16.5.0-beta.3",
214214
"nx-cloud": "16.0.5",
215215
"octokit": "^2.0.14",
216216
"open": "^8.4.0",

0 commit comments

Comments
 (0)