mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 01:15:14 +00:00 
			
		
		
		
	- Add ability to disable ipv6, fixes #312
- Added ipv6 listening to hosts when configured, fixes #236 and #149 - Added documentation about disabling ipv6 - Updated npm packages
This commit is contained in:
		@@ -4,20 +4,20 @@
 | 
			
		||||
  "description": "A beautiful interface for creating Nginx endpoints",
 | 
			
		||||
  "main": "js/index.js",
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@babel/core": "^7.8.3",
 | 
			
		||||
    "@babel/core": "^7.9.0",
 | 
			
		||||
    "babel-core": "^6.26.3",
 | 
			
		||||
    "babel-loader": "^8.0.6",
 | 
			
		||||
    "babel-loader": "^8.1.0",
 | 
			
		||||
    "babel-minify-webpack-plugin": "^0.3.1",
 | 
			
		||||
    "babel-preset-env": "^1.7.0",
 | 
			
		||||
    "backbone": "^1.4.0",
 | 
			
		||||
    "backbone.marionette": "^4.1.2",
 | 
			
		||||
    "copy-webpack-plugin": "^5.1.1",
 | 
			
		||||
    "css-loader": "^3.4.2",
 | 
			
		||||
    "css-loader": "^3.5.0",
 | 
			
		||||
    "ejs-lint": "^1.0.1",
 | 
			
		||||
    "ejs-loader": "^0.3.5",
 | 
			
		||||
    "ejs-loader": "^0.3.6",
 | 
			
		||||
    "ejs-webpack-loader": "^2.2.2",
 | 
			
		||||
    "file-loader": "^5.0.2",
 | 
			
		||||
    "html-webpack-plugin": "^3.2.0",
 | 
			
		||||
    "file-loader": "^6.0.0",
 | 
			
		||||
    "html-webpack-plugin": "^4.0.4",
 | 
			
		||||
    "imports-loader": "^0.8.0",
 | 
			
		||||
    "jquery": "^3.4.1",
 | 
			
		||||
    "jquery-mask-plugin": "^1.14.16",
 | 
			
		||||
@@ -34,9 +34,9 @@
 | 
			
		||||
    "sass-loader": "^8.0.2",
 | 
			
		||||
    "style-loader": "^1.1.3",
 | 
			
		||||
    "tabler-ui": "git+https://github.com/tabler/tabler.git#00f78ad823311bc3ad974ac3e5b0126198f0a813",
 | 
			
		||||
    "underscore": "^1.9.2",
 | 
			
		||||
    "webpack": "^4.41.5",
 | 
			
		||||
    "webpack-cli": "^3.3.10",
 | 
			
		||||
    "underscore": "^1.10.2",
 | 
			
		||||
    "webpack": "^4.42.1",
 | 
			
		||||
    "webpack-cli": "^3.3.11",
 | 
			
		||||
    "webpack-visualizer-plugin": "^0.1.11"
 | 
			
		||||
  },
 | 
			
		||||
  "scripts": {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user