mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 05:24:13 +00:00 
			
		
		
		
	Remove an unused dependency (#11405)
This commit is contained in:
		
							parent
							
								
									339086995f
								
							
						
					
					
						commit
						5096be06ac
					
				
					 3 changed files with 0 additions and 5 deletions
				
			
		|  | @ -147,7 +147,6 @@ | ||||||
| 		"rss-parser": "3.13.0", | 		"rss-parser": "3.13.0", | ||||||
| 		"rxjs": "7.8.1", | 		"rxjs": "7.8.1", | ||||||
| 		"sanitize-html": "2.11.0", | 		"sanitize-html": "2.11.0", | ||||||
| 		"semver": "7.5.4", |  | ||||||
| 		"sharp": "0.32.3", | 		"sharp": "0.32.3", | ||||||
| 		"sharp-read-bmp": "github:misskey-dev/sharp-read-bmp", | 		"sharp-read-bmp": "github:misskey-dev/sharp-read-bmp", | ||||||
| 		"slacc": "0.0.10", | 		"slacc": "0.0.10", | ||||||
|  |  | ||||||
|  | @ -10,7 +10,6 @@ import * as os from 'node:os'; | ||||||
| import cluster from 'node:cluster'; | import cluster from 'node:cluster'; | ||||||
| import chalk from 'chalk'; | import chalk from 'chalk'; | ||||||
| import chalkTemplate from 'chalk-template'; | import chalkTemplate from 'chalk-template'; | ||||||
| import semver from 'semver'; |  | ||||||
| import Logger from '@/logger.js'; | import Logger from '@/logger.js'; | ||||||
| import { loadConfig } from '@/config.js'; | import { loadConfig } from '@/config.js'; | ||||||
| import type { Config } from '@/config.js'; | import type { Config } from '@/config.js'; | ||||||
|  |  | ||||||
							
								
								
									
										3
									
								
								pnpm-lock.yaml
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										3
									
								
								pnpm-lock.yaml
									
										
									
										generated
									
									
									
								
							|  | @ -341,9 +341,6 @@ importers: | ||||||
|       sanitize-html: |       sanitize-html: | ||||||
|         specifier: 2.11.0 |         specifier: 2.11.0 | ||||||
|         version: 2.11.0 |         version: 2.11.0 | ||||||
|       semver: |  | ||||||
|         specifier: 7.5.4 |  | ||||||
|         version: 7.5.4 |  | ||||||
|       sharp: |       sharp: | ||||||
|         specifier: 0.32.3 |         specifier: 0.32.3 | ||||||
|         version: 0.32.3 |         version: 0.32.3 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue