fix: create-nocobase-app compatibility (#323)
This commit is contained in:
		
							parent
							
								
									8144cfdbea
								
							
						
					
					
						commit
						fd7e77fcf9
					
				@ -16,6 +16,7 @@
 | 
			
		||||
    "commander": "^8.2.0",
 | 
			
		||||
    "execa": "5",
 | 
			
		||||
    "fs-extra": "^10.0.1",
 | 
			
		||||
    "lodash": "^4.17.21",
 | 
			
		||||
    "ora": "^5.4.1",
 | 
			
		||||
    "tar": "^6.1.11"
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
const execa = require('execa');
 | 
			
		||||
const axios = require('axios');
 | 
			
		||||
const fs = require('fs');
 | 
			
		||||
const fsP = require('fs/promises');
 | 
			
		||||
const fsP = require('fs').promises;
 | 
			
		||||
const tar = require('tar');
 | 
			
		||||
const { join } = require('path');
 | 
			
		||||
const crypto = require('crypto');
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										20
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								yarn.lock
									
									
									
									
									
								
							@ -3342,7 +3342,14 @@
 | 
			
		||||
  resolved "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
 | 
			
		||||
  integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
 | 
			
		||||
 | 
			
		||||
"@types/react-dom@^16.9.8", "@types/react-dom@^17.0.0":
 | 
			
		||||
"@types/react-dom@^16.9.8":
 | 
			
		||||
  version "16.9.15"
 | 
			
		||||
  resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.15.tgz#7bf41f2b2b86915ff9c0de475cb111d904df12c6"
 | 
			
		||||
  integrity sha512-PjWhZj54ACucQX2hDmnHyqHz+N2On5g3Lt5BeNn+wy067qvOokVSQw1nEog1XGfvLYrSl3cyrdebEfjQQNXD3A==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    "@types/react" "^16"
 | 
			
		||||
 | 
			
		||||
"@types/react-dom@^17.0.0":
 | 
			
		||||
  version "17.0.11"
 | 
			
		||||
  resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.11.tgz#e1eadc3c5e86bdb5f7684e00274ae228e7bcc466"
 | 
			
		||||
  integrity sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==
 | 
			
		||||
@ -3402,7 +3409,7 @@
 | 
			
		||||
    "@types/history" "*"
 | 
			
		||||
    "@types/react" "*"
 | 
			
		||||
 | 
			
		||||
"@types/react@*", "@types/react@>=16.9.11", "@types/react@^16.9.43", "@types/react@^17.0.0":
 | 
			
		||||
"@types/react@*", "@types/react@>=16.9.11", "@types/react@^17.0.0":
 | 
			
		||||
  version "17.0.34"
 | 
			
		||||
  resolved "https://registry.npmjs.org/@types/react/-/react-17.0.34.tgz#797b66d359b692e3f19991b6b07e4b0c706c0102"
 | 
			
		||||
  integrity sha512-46FEGrMjc2+8XhHXILr+3+/sTe3OfzSPU9YGKILLrUYbQ1CLQC9Daqo1KzENGXAWwrFwiY0l4ZbF20gRvgpWTg==
 | 
			
		||||
@ -3411,6 +3418,15 @@
 | 
			
		||||
    "@types/scheduler" "*"
 | 
			
		||||
    csstype "^3.0.2"
 | 
			
		||||
 | 
			
		||||
"@types/react@^16", "@types/react@^16.9.43":
 | 
			
		||||
  version "16.14.25"
 | 
			
		||||
  resolved "https://registry.npmjs.org/@types/react/-/react-16.14.25.tgz#d003f712c7563fdef5a87327f1892825af375608"
 | 
			
		||||
  integrity sha512-cXRVHd7vBT5v1is72mmvmsg9stZrbJO04DJqFeh3Yj2tVKO6vmxg5BI+ybI6Ls7ROXRG3aFbZj9x0WA3ZAoDQw==
 | 
			
		||||
  dependencies:
 | 
			
		||||
    "@types/prop-types" "*"
 | 
			
		||||
    "@types/scheduler" "*"
 | 
			
		||||
    csstype "^3.0.2"
 | 
			
		||||
 | 
			
		||||
"@types/sax@^1.2.1":
 | 
			
		||||
  version "1.2.3"
 | 
			
		||||
  resolved "https://registry.npmjs.org/@types/sax/-/sax-1.2.3.tgz#b630ac1403ebd7812e0bf9a10de9bf5077afb348"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user