forked from mirrors/amnezia-wg-easy
		
	npm: package updates
This commit is contained in:
		
							parent
							
								
									63f49a20ed
								
							
						
					
					
						commit
						5dad038796
					
				
					 3 changed files with 464 additions and 68 deletions
				
			
		
							
								
								
									
										514
									
								
								src/package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										514
									
								
								src/package-lock.json
									
										
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							| 
						 | 
					@ -16,7 +16,7 @@
 | 
				
			||||||
  "license": "CC BY-NC-SA 4.0",
 | 
					  "license": "CC BY-NC-SA 4.0",
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "bcryptjs": "^2.4.3",
 | 
					    "bcryptjs": "^2.4.3",
 | 
				
			||||||
    "debug": "^4.3.5",
 | 
					    "debug": "^4.3.6",
 | 
				
			||||||
    "express-session": "^1.18.0",
 | 
					    "express-session": "^1.18.0",
 | 
				
			||||||
    "h3": "^1.12.0",
 | 
					    "h3": "^1.12.0",
 | 
				
			||||||
    "qrcode": "^1.5.3"
 | 
					    "qrcode": "^1.5.3"
 | 
				
			||||||
| 
						 | 
					@ -24,7 +24,7 @@
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
    "eslint-config-athom": "^3.1.3",
 | 
					    "eslint-config-athom": "^3.1.3",
 | 
				
			||||||
    "nodemon": "^3.1.4",
 | 
					    "nodemon": "^3.1.4",
 | 
				
			||||||
    "tailwindcss": "^3.4.6"
 | 
					    "tailwindcss": "^3.4.7"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "nodemonConfig": {
 | 
					  "nodemonConfig": {
 | 
				
			||||||
    "ignore": [
 | 
					    "ignore": [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com
 | 
					! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
| 
						 | 
					@ -803,6 +803,10 @@ video {
 | 
				
			||||||
  height: 1.5rem;
 | 
					  height: 1.5rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.h-1 {
 | 
				
			||||||
 | 
					  height: 0.25rem;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.h-10 {
 | 
					.h-10 {
 | 
				
			||||||
  height: 2.5rem;
 | 
					  height: 2.5rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -843,6 +847,10 @@ video {
 | 
				
			||||||
  min-height: 100vh;
 | 
					  min-height: 100vh;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.w-1 {
 | 
				
			||||||
 | 
					  width: 0.25rem;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.w-10 {
 | 
					.w-10 {
 | 
				
			||||||
  width: 2.5rem;
 | 
					  width: 2.5rem;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -960,6 +968,10 @@ video {
 | 
				
			||||||
  flex-direction: column-reverse;
 | 
					  flex-direction: column-reverse;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.flex-wrap {
 | 
				
			||||||
 | 
					  flex-wrap: wrap;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.items-end {
 | 
					.items-end {
 | 
				
			||||||
  align-items: flex-end;
 | 
					  align-items: flex-end;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue