@nrwl/react 14.7.6 → 14.7.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +2 -2
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [14.7.6](https://github.com/nrwl/nx/compare/14.7.5...14.7.6) (2022-09-19)
6
+ ## [14.7.9](https://github.com/nrwl/nx/compare/14.7.8...14.7.9) (2022-09-22)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/react
package/README.md CHANGED
@@ -19,7 +19,7 @@
19
19
 
20
20
  Nx is a next generation build system with first class monorepo support and powerful integrations.
21
21
 
22
- This package is a [React plugin for Nx](https://nx.dev/react/overview).
22
+ This package is a [React plugin for Nx](https://nx.dev/packages/react).
23
23
 
24
24
  ## Getting Started
25
25
 
@@ -75,7 +75,7 @@ npx add-nx-to-monorepo@latest
75
75
  A few links to help you get started:
76
76
 
77
77
  - [Nx.Dev: Documentation, Guides, Interactive Tutorials](https://nx.dev)
78
- - [Tutorial: Adding Nx to an Existing Monorepo](https://nx.dev/migration/adding-to-monorepo)
78
+ - [Tutorial: Adding Nx to an Existing Monorepo](/recipe/adding-to-monorepo)
79
79
  - [Official Nx YouTube Channel](https://www.youtube.com/c/Nrwl_io)
80
80
  - [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
81
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/react",
3
- "version": "14.7.6",
3
+ "version": "14.7.9",
4
4
  "private": false,
5
5
  "description": "The React plugin for Nx contains executors and generators for managing React applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Cypress, and Storybook.\n\n- Generators for applications, libraries, components, hooks, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -33,15 +33,15 @@
33
33
  "dependencies": {
34
34
  "@babel/core": "^7.15.0",
35
35
  "@babel/preset-react": "^7.14.5",
36
- "@nrwl/cypress": "14.7.6",
37
- "@nrwl/devkit": "14.7.6",
38
- "@nrwl/jest": "14.7.6",
39
- "@nrwl/js": "14.7.6",
40
- "@nrwl/linter": "14.7.6",
41
- "@nrwl/storybook": "14.7.6",
42
- "@nrwl/web": "14.7.6",
43
- "@nrwl/webpack": "14.7.6",
44
- "@nrwl/workspace": "14.7.6",
36
+ "@nrwl/cypress": "14.7.9",
37
+ "@nrwl/devkit": "14.7.9",
38
+ "@nrwl/jest": "14.7.9",
39
+ "@nrwl/js": "14.7.9",
40
+ "@nrwl/linter": "14.7.9",
41
+ "@nrwl/storybook": "14.7.9",
42
+ "@nrwl/web": "14.7.9",
43
+ "@nrwl/webpack": "14.7.9",
44
+ "@nrwl/workspace": "14.7.9",
45
45
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
46
46
  "@svgr/webpack": "^6.1.2",
47
47
  "chalk": "4.1.0",
@@ -57,5 +57,5 @@
57
57
  "publishConfig": {
58
58
  "access": "public"
59
59
  },
60
- "gitHead": "af92e4ca6cb02f71307f85f532ef5ac532718a1c"
60
+ "gitHead": "2890289f7bd6fd3d8c545dd6d2b28249a5038d79"
61
61
  }