mirror of
				https://github.com/Xahau/xahau.js.git
				synced 2025-11-04 04:55:48 +00:00 
			
		
		
		
	* feat: Upgrade to Node 18 and remove cross-fetch (#2678) BREAKING CHANGE: fetch now relies on the native javascript environment in browsers and node.js Co-authored-by: justinr1234 <justinr1234@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							c9ef96e0a2
						
					
				
				
					commit
					3bc3c2029b
				
			@@ -25,7 +25,7 @@
 | 
			
		||||
    "@types/chai": "^4.2.21",
 | 
			
		||||
    "@types/jest": "^29.2.2",
 | 
			
		||||
    "@types/lodash": "^4.14.136",
 | 
			
		||||
    "@types/node": "^16.18.38",
 | 
			
		||||
    "@types/node": "^18.19.29",
 | 
			
		||||
    "@types/ws": "^8.2.0",
 | 
			
		||||
    "@typescript-eslint/eslint-plugin": "^5.28.0",
 | 
			
		||||
    "@typescript-eslint/parser": "^5.28.0",
 | 
			
		||||
@@ -64,7 +64,7 @@
 | 
			
		||||
    "./packages/*"
 | 
			
		||||
  ],
 | 
			
		||||
  "engines": {
 | 
			
		||||
    "node": ">=16.0.0",
 | 
			
		||||
    "node": ">=18.0.0",
 | 
			
		||||
    "npm": ">=7.10.0 < 10.0.0"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user