fix: Mikro-orm versie zonder ^
This commit is contained in:
		
							parent
							
								
									bf36790b28
								
							
						
					
					
						commit
						e139f59afa
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -14,9 +14,9 @@ | |||
|         "test:unit": "vitest" | ||||
|     }, | ||||
|     "dependencies": { | ||||
|         "@mikro-orm/core": "^6.4.6", | ||||
|         "@mikro-orm/postgresql": "^6.4.6", | ||||
|         "@mikro-orm/reflection": "^6.4.6", | ||||
|         "@mikro-orm/core": "6.4.6", | ||||
|         "@mikro-orm/postgresql": "6.4.6", | ||||
|         "@mikro-orm/reflection": "6.4.6", | ||||
|         "@mikro-orm/sqlite": "6.4.6", | ||||
|         "axios": "^1.8.1", | ||||
|         "dotenv": "^16.4.7", | ||||
|  |  | |||
		Reference in a new issue