mirror of
				https://github.com/lingble/twenty.git
				synced 2025-10-31 12:47:58 +00:00 
			
		
		
		
	Fix missing package in twenty-emails (#3631)
This commit is contained in:
		| @@ -13,6 +13,7 @@ | |||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@react-email/components": "0.0.12", |     "@react-email/components": "0.0.12", | ||||||
|     "@types/react": "^18.2.39", |     "@types/react": "^18.2.39", | ||||||
|  |     "date-fns": "^2.30.0", | ||||||
|     "tsup": "^8.0.1", |     "tsup": "^8.0.1", | ||||||
|     "typescript": "^5.3.3" |     "typescript": "^5.3.3" | ||||||
|   }, |   }, | ||||||
|   | |||||||
| @@ -42380,6 +42380,7 @@ __metadata: | |||||||
|   dependencies: |   dependencies: | ||||||
|     "@react-email/components": "npm:0.0.12" |     "@react-email/components": "npm:0.0.12" | ||||||
|     "@types/react": "npm:^18.2.39" |     "@types/react": "npm:^18.2.39" | ||||||
|  |     date-fns: "npm:^2.30.0" | ||||||
|     tsup: "npm:^8.0.1" |     tsup: "npm:^8.0.1" | ||||||
|     typescript: "npm:^5.3.3" |     typescript: "npm:^5.3.3" | ||||||
|   languageName: unknown |   languageName: unknown | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 martmull
					martmull