mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	chore(web): update dependencies (#1877)
* chore(web): update dependencies * remove invalid alt attribute
This commit is contained in:
		
							parent
							
								
									e157a69d86
								
							
						
					
					
						commit
						641c05c6fe
					
				
							
								
								
									
										3044
									
								
								web/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										3044
									
								
								web/package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -19,56 +19,51 @@
 | 
			
		||||
		"test:watch": "npm test -- --watch"
 | 
			
		||||
	},
 | 
			
		||||
	"devDependencies": {
 | 
			
		||||
		"@babel/preset-env": "^7.19.0",
 | 
			
		||||
		"@babel/preset-env": "^7.20.2",
 | 
			
		||||
		"@babel/preset-typescript": "^7.18.6",
 | 
			
		||||
		"@faker-js/faker": "^7.5.0",
 | 
			
		||||
		"@sveltejs/adapter-auto": "^1.0.0",
 | 
			
		||||
		"@sveltejs/adapter-node": "^1.0.0",
 | 
			
		||||
		"@sveltejs/kit": "^1.0.0",
 | 
			
		||||
		"@faker-js/faker": "^7.6.0",
 | 
			
		||||
		"@sveltejs/adapter-node": "^1.2.0",
 | 
			
		||||
		"@sveltejs/kit": "^1.8.5",
 | 
			
		||||
		"@testing-library/jest-dom": "^5.16.5",
 | 
			
		||||
		"@testing-library/svelte": "^3.2.1",
 | 
			
		||||
		"@types/bcrypt": "^5.0.0",
 | 
			
		||||
		"@types/cookie": "^0.4.1",
 | 
			
		||||
		"@types/fluent-ffmpeg": "^2.1.20",
 | 
			
		||||
		"@types/leaflet": "^1.7.10",
 | 
			
		||||
		"@types/lodash": "^4.14.182",
 | 
			
		||||
		"@testing-library/svelte": "^3.2.2",
 | 
			
		||||
		"@types/cookie": "^0.5.1",
 | 
			
		||||
		"@types/leaflet": "^1.9.1",
 | 
			
		||||
		"@types/lodash-es": "^4.17.6",
 | 
			
		||||
		"@types/luxon": "^3.1.0",
 | 
			
		||||
		"@types/socket.io-client": "^3.0.0",
 | 
			
		||||
		"@typescript-eslint/eslint-plugin": "^5.27.0",
 | 
			
		||||
		"@typescript-eslint/parser": "^5.27.0",
 | 
			
		||||
		"autoprefixer": "^10.4.7",
 | 
			
		||||
		"babel-jest": "^29.0.2",
 | 
			
		||||
		"eslint": "^8.16.0",
 | 
			
		||||
		"eslint-config-prettier": "^8.3.0",
 | 
			
		||||
		"@types/luxon": "^3.2.0",
 | 
			
		||||
		"@typescript-eslint/eslint-plugin": "^5.53.0",
 | 
			
		||||
		"@typescript-eslint/parser": "^5.53.0",
 | 
			
		||||
		"autoprefixer": "^10.4.13",
 | 
			
		||||
		"babel-jest": "^29.4.3",
 | 
			
		||||
		"eslint": "^8.34.0",
 | 
			
		||||
		"eslint-config-prettier": "^8.6.0",
 | 
			
		||||
		"eslint-plugin-svelte3": "^4.0.0",
 | 
			
		||||
		"factory.ts": "^1.2.0",
 | 
			
		||||
		"factory.ts": "^1.3.0",
 | 
			
		||||
		"identity-obj-proxy": "^3.0.0",
 | 
			
		||||
		"jest": "^29.0.2",
 | 
			
		||||
		"jest-environment-jsdom": "^29.0.2",
 | 
			
		||||
		"postcss": "^8.4.13",
 | 
			
		||||
		"prettier": "^2.6.2",
 | 
			
		||||
		"prettier-plugin-svelte": "^2.7.0",
 | 
			
		||||
		"svelte": "^3.44.0",
 | 
			
		||||
		"svelte-check": "^2.7.1",
 | 
			
		||||
		"jest": "^29.4.3",
 | 
			
		||||
		"jest-environment-jsdom": "^29.4.3",
 | 
			
		||||
		"postcss": "^8.4.21",
 | 
			
		||||
		"prettier": "^2.8.4",
 | 
			
		||||
		"prettier-plugin-svelte": "^2.9.0",
 | 
			
		||||
		"svelte": "^3.55.1",
 | 
			
		||||
		"svelte-check": "^3.0.4",
 | 
			
		||||
		"svelte-jester": "^2.3.2",
 | 
			
		||||
		"svelte-preprocess": "^4.10.7",
 | 
			
		||||
		"tailwindcss": "^3.0.24",
 | 
			
		||||
		"tslib": "^2.3.1",
 | 
			
		||||
		"typescript": "^4.7.4",
 | 
			
		||||
		"vite": "^4.0.0"
 | 
			
		||||
		"svelte-preprocess": "^5.0.1",
 | 
			
		||||
		"tailwindcss": "^3.2.7",
 | 
			
		||||
		"tslib": "^2.5.0",
 | 
			
		||||
		"typescript": "^4.9.5",
 | 
			
		||||
		"vite": "^4.1.4"
 | 
			
		||||
	},
 | 
			
		||||
	"type": "module",
 | 
			
		||||
	"dependencies": {
 | 
			
		||||
		"axios": "^0.27.2",
 | 
			
		||||
		"copy-image-clipboard": "^2.1.2",
 | 
			
		||||
		"handlebars": "^4.7.7",
 | 
			
		||||
		"leaflet": "^1.8.0",
 | 
			
		||||
		"leaflet": "^1.9.3",
 | 
			
		||||
		"lodash-es": "^4.17.21",
 | 
			
		||||
		"luxon": "^3.1.1",
 | 
			
		||||
		"luxon": "^3.2.1",
 | 
			
		||||
		"rxjs": "^7.8.0",
 | 
			
		||||
		"socket.io-client": "^4.5.1",
 | 
			
		||||
		"socket.io-client": "^4.6.1",
 | 
			
		||||
		"svelte-local-storage-store": "^0.4.0",
 | 
			
		||||
		"svelte-material-icons": "^2.0.2"
 | 
			
		||||
		"svelte-material-icons": "^3.0.4"
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -54,7 +54,6 @@
 | 
			
		||||
		style:width={`${size}px`}
 | 
			
		||||
		style:height={`${size}px`}
 | 
			
		||||
		style:background-color={getRandomeBackgroundColor()}
 | 
			
		||||
		alt="profile-img"
 | 
			
		||||
		class="inline rounded-full object-cover shadow-sm text-white font-semibold"
 | 
			
		||||
	>
 | 
			
		||||
		<div title={user.email}>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user