@nrwl/react 15.9.0-rc.2 → 15.9.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/react",
3
- "version": "15.9.0-rc.2",
3
+ "version": "15.9.0",
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": {
@@ -31,17 +31,19 @@
31
31
  "migrations": "./migrations.json"
32
32
  },
33
33
  "dependencies": {
34
- "@nrwl/devkit": "15.9.0-rc.2",
35
- "@nrwl/js": "15.9.0-rc.2",
36
- "@nrwl/linter": "15.9.0-rc.2",
37
- "@nrwl/workspace": "15.9.0-rc.2",
34
+ "@nrwl/devkit": "15.9.0",
35
+ "@nrwl/js": "15.9.0",
36
+ "@nrwl/linter": "15.9.0",
37
+ "@nrwl/workspace": "15.9.0",
38
38
  "@phenomnomnominal/tsquery": "4.1.1",
39
+ "@svgr/webpack": "^6.1.2",
39
40
  "chalk": "^4.1.0",
41
+ "file-loader": "^6.2.0",
40
42
  "minimatch": "3.0.5"
41
43
  },
42
44
  "publishConfig": {
43
45
  "access": "public"
44
46
  },
45
47
  "types": "./index.d.ts",
46
- "gitHead": "5d1a02b95dd6cb7b9a863411d452a74e529badde"
48
+ "gitHead": "d24d8504944d294edd7ec26da219d4a724883f58"
47
49
  }
@@ -688,17 +688,20 @@ export function NxWelcome({ title }: { title: string }) {
688
688
  <div id="nx-cloud" className="rounded shadow">
689
689
  <div>
690
690
  <svg
691
- viewBox="0 0 120 120"
692
- fill="none"
691
+ id="nx-cloud-logo"
692
+ role="img"
693
693
  xmlns="http://www.w3.org/2000/svg"
694
+ stroke="currentColor"
695
+ fill="transparent"
696
+ viewBox="0 0 24 24"
694
697
  >
695
698
  <path
696
- d="M120 15V30C103.44 30 90 43.44 90 60C90 76.56 76.56 90 60 90C43.44 90 30 103.44 30 120H15C6.72 120 0 113.28 0 105V15C0 6.72 6.72 0 15 0H105C113.28 0 120 6.72 120 15Z"
697
- fill="#0E2039"
699
+ strokeWidth="2"
700
+ d="M23 3.75V6.5c-3.036 0-5.5 2.464-5.5 5.5s-2.464 5.5-5.5 5.5-5.5 2.464-5.5 5.5H3.75C2.232 23 1 21.768 1 20.25V3.75C1 2.232 2.232 1 3.75 1h16.5C21.768 1 23 2.232 23 3.75Z"
698
701
  />
699
702
  <path
700
- d="M120 30V105C120 113.28 113.28 120 105 120H30C30 103.44 43.44 90 60 90C76.56 90 90 76.56 90 60C90 43.44 103.44 30 120 30Z"
701
- fill="white"
703
+ strokeWidth="2"
704
+ d="M23 6v14.1667C23 21.7307 21.7307 23 20.1667 23H6c0-3.128 2.53867-5.6667 5.6667-5.6667 3.128 0 5.6666-2.5386 5.6666-5.6666C17.3333 8.53867 19.872 6 23 6Z"
702
705
  />
703
706
  </svg>
704
707
  <h2>