Parcourir la Source

dropdown react script version

amenpunk il y a 3 ans
Parent
commit
2c10c8cdff
3 fichiers modifiés avec 2 ajouts et 31734 suppressions
  1. 1 0
      .gitignore
  2. 0 31730
      package-lock.json
  3. 1 4
      package.json

+ 1 - 0
.gitignore

@@ -21,4 +21,5 @@
21 21
 npm-debug.log*
22 22
 yarn-debug.log*
23 23
 yarn-error.log*
24
+package-lock.json
24 25
 

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 31730
package-lock.json


+ 1 - 4
package.json

@@ -24,13 +24,10 @@
24 24
     "react-hot-toast": "^2.2.0",
25 25
     "react-router": "6.2.1",
26 26
     "react-router-dom": "6.2.1",
27
-    "react-scripts": "^5.0.0",
27
+    "react-scripts": "4.0.3",
28 28
     "web-vitals": "^1.0.1",
29 29
     "yup": "^0.32.11"
30 30
   },
31
-  "resolutions": {
32
-    "react-error-overlay": "6.0.9"
33
-  },
34 31
   "scripts": {
35 32
     "start": "react-scripts start",
36 33
     "build": "react-scripts build",