mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	refactor(nx/client): add types for http proxy
This commit is contained in:
		| @@ -81,6 +81,7 @@ | |||||||
|     "@types/debounce": "1.2.4", |     "@types/debounce": "1.2.4", | ||||||
|     "@types/ejs": "3.1.5", |     "@types/ejs": "3.1.5", | ||||||
|     "@types/escape-html": "1.0.4", |     "@types/escape-html": "1.0.4", | ||||||
|  |     "@types/express-http-proxy": "1.6.6", | ||||||
|     "@types/express-session": "1.18.1", |     "@types/express-session": "1.18.1", | ||||||
|     "@types/fs-extra": "11.0.4", |     "@types/fs-extra": "11.0.4", | ||||||
|     "@types/html": "1.0.4", |     "@types/html": "1.0.4", | ||||||
|   | |||||||
							
								
								
									
										11
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										11
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -292,6 +292,7 @@ | |||||||
|         "@types/debounce": "1.2.4", |         "@types/debounce": "1.2.4", | ||||||
|         "@types/ejs": "3.1.5", |         "@types/ejs": "3.1.5", | ||||||
|         "@types/escape-html": "1.0.4", |         "@types/escape-html": "1.0.4", | ||||||
|  |         "@types/express-http-proxy": "1.6.6", | ||||||
|         "@types/express-session": "1.18.1", |         "@types/express-session": "1.18.1", | ||||||
|         "@types/fs-extra": "11.0.4", |         "@types/fs-extra": "11.0.4", | ||||||
|         "@types/html": "1.0.4", |         "@types/html": "1.0.4", | ||||||
| @@ -9062,6 +9063,16 @@ | |||||||
|         "@types/serve-static": "*" |         "@types/serve-static": "*" | ||||||
|       } |       } | ||||||
|     }, |     }, | ||||||
|  |     "node_modules/@types/express-http-proxy": { | ||||||
|  |       "version": "1.6.6", | ||||||
|  |       "resolved": "https://registry.npmjs.org/@types/express-http-proxy/-/express-http-proxy-1.6.6.tgz", | ||||||
|  |       "integrity": "sha512-J8ZqHG76rq1UB716IZ3RCmUhg406pbWxsM3oFCFccl5xlWUPzoR4if6Og/cE4juK8emH0H9quZa5ltn6ZdmQJg==", | ||||||
|  |       "dev": true, | ||||||
|  |       "license": "MIT", | ||||||
|  |       "dependencies": { | ||||||
|  |         "@types/express": "*" | ||||||
|  |       } | ||||||
|  |     }, | ||||||
|     "node_modules/@types/express-serve-static-core": { |     "node_modules/@types/express-serve-static-core": { | ||||||
|       "version": "4.19.6", |       "version": "4.19.6", | ||||||
|       "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz", |       "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user