Merge pull request #58 from SELab-2/Gabriellvl-patch-1
This commit is contained in:
		
						commit
						8ff474c3c7
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										4
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							|  | @ -13,7 +13,7 @@ | |||
|                 "frontend" | ||||
|             ], | ||||
|             "dependencies": { | ||||
|                 "@types/js-yaml": "^4.0.9" | ||||
|                 "@types/js-yaml": "^4.0.9", | ||||
|                 "vue-i18n": "^10.0.5" | ||||
|             }, | ||||
|             "devDependencies": { | ||||
|  | @ -38,7 +38,7 @@ | |||
|                 "@mikro-orm/sqlite": "6.4.6", | ||||
|                 "dotenv": "^16.4.7", | ||||
|                 "express": "^5.0.1", | ||||
|                 "uuid": "^11.1.0" | ||||
|                 "uuid": "^11.1.0", | ||||
|                 "js-yaml": "^4.1.0", | ||||
|                 "@types/js-yaml": "^4.0.9", | ||||
|             }, | ||||
|  |  | |||
|  | @ -37,7 +37,7 @@ | |||
|         "typescript-eslint": "^8.24.1" | ||||
|     }, | ||||
|     "dependencies": { | ||||
|         "@types/js-yaml": "^4.0.9" | ||||
|         "@types/js-yaml": "^4.0.9", | ||||
|         "vue-i18n": "^10.0.5" | ||||
|     } | ||||
| } | ||||
|  |  | |||
		Reference in a new issue
	
	 Gabriellvl
						Gabriellvl