fix(core): update
This commit is contained in:
		
							
								
								
									
										6737
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6737
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										18
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								package.json
									
									
									
									
									
								
							| @@ -16,21 +16,21 @@ | ||||
|     "build": "(tsbuild --web --allowimplicitany)" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@gitzone/tsbuild": "^2.1.63", | ||||
|     "@gitzone/tstest": "^1.0.71", | ||||
|     "@pushrocks/tapbundle": "^5.0.3", | ||||
|     "@types/node": "^17.0.40" | ||||
|     "@gitzone/tsbuild": "^2.1.65", | ||||
|     "@gitzone/tstest": "^1.0.73", | ||||
|     "@pushrocks/tapbundle": "^5.0.4", | ||||
|     "@types/node": "^18.7.18" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@pushrocks/early": "^4.0.3", | ||||
|     "@pushrocks/smartcli": "^3.0.14", | ||||
|     "@pushrocks/smartfile": "^10.0.1", | ||||
|     "@pushrocks/smartlog": "^2.0.44", | ||||
|     "@pushrocks/smartcli": "^4.0.6", | ||||
|     "@pushrocks/smartfile": "^10.0.5", | ||||
|     "@pushrocks/smartlog": "^3.0.1", | ||||
|     "@pushrocks/smartlog-destination-local": "^8.0.8", | ||||
|     "@pushrocks/smartpath": "^5.0.5", | ||||
|     "@pushrocks/smartshell": "^2.0.30", | ||||
|     "typedoc": "^0.22.17", | ||||
|     "typescript": "^4.7.3" | ||||
|     "typedoc": "^0.23.14", | ||||
|     "typescript": "^4.8.3" | ||||
|   }, | ||||
|   "files": [ | ||||
|     "ts/**/*", | ||||
|   | ||||
| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@gitzone/tsdoc', | ||||
|   version: '1.1.10', | ||||
|   version: '1.1.11', | ||||
|   description: 'a tool for better documentation' | ||||
| } | ||||
|   | ||||
| @@ -26,7 +26,8 @@ export class TypeDoc { | ||||
|         "target": "ES2022", | ||||
|         "module": "ES2022", | ||||
|         "moduleResolution": "nodenext", | ||||
|         "skipLibCheck": true | ||||
|         "skipLibCheck": true, | ||||
|         "allowSyntheticDefaultImports": true, | ||||
|       }, | ||||
|       include: [], | ||||
|     }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user