Browse Source

Proj_day2))

Gennadysht 2 years ago
parent
commit
0abeec064c
3 changed files with 15 additions and 2 deletions
  1. 11 0
      package-lock.json
  2. 1 0
      package.json
  3. 3 2
      src/App.js

+ 11 - 0
package-lock.json

@@ -19,6 +19,7 @@
         "@testing-library/user-event": "^13.5.0",
         "react": "^18.2.0",
         "react-dom": "^18.2.0",
+        "react-lorem-ipsum": "^1.4.10",
         "react-scripts": "5.0.1",
         "styled-components": "^5.3.6",
         "web-vitals": "^2.1.4"
@@ -14737,6 +14738,11 @@
       "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
       "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
     },
+    "node_modules/react-lorem-ipsum": {
+      "version": "1.4.10",
+      "resolved": "https://registry.npmjs.org/react-lorem-ipsum/-/react-lorem-ipsum-1.4.10.tgz",
+      "integrity": "sha512-PCEuauLZTGJkm++oxJeUycEgQOBg3qmmD7pn5sUyq9e0OvvNbW32RKQsSgalAYGUIbS91UkDgxvt6iHVAsqYJw=="
+    },
     "node_modules/react-refresh": {
       "version": "0.11.0",
       "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz",
@@ -27977,6 +27983,11 @@
       "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
       "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
     },
+    "react-lorem-ipsum": {
+      "version": "1.4.10",
+      "resolved": "https://registry.npmjs.org/react-lorem-ipsum/-/react-lorem-ipsum-1.4.10.tgz",
+      "integrity": "sha512-PCEuauLZTGJkm++oxJeUycEgQOBg3qmmD7pn5sUyq9e0OvvNbW32RKQsSgalAYGUIbS91UkDgxvt6iHVAsqYJw=="
+    },
     "react-refresh": {
       "version": "0.11.0",
       "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz",

+ 1 - 0
package.json

@@ -14,6 +14,7 @@
     "@testing-library/user-event": "^13.5.0",
     "react": "^18.2.0",
     "react-dom": "^18.2.0",
+    "react-lorem-ipsum": "^1.4.10",
     "react-scripts": "5.0.1",
     "styled-components": "^5.3.6",
     "web-vitals": "^2.1.4"

+ 3 - 2
src/App.js

@@ -1,4 +1,3 @@
-import logo from './logo.svg';
 import './App.css';
 import { 
   JqlTests_RootCats, 
@@ -9,9 +8,11 @@ import {
   JqlTests_AuthUpsert
  } from './Tests/test_jql';
 
+ import { ManualReact } from './Tests/ManualReact';
+
 function App() {
   return (
-    <JqlTests_RootCats />
+    <ManualReact />
   );
 }
 {/*    <div className="App">