fix(core): update
This commit is contained in:
		
							
								
								
									
										9370
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										9370
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										12
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								package.json
									
									
									
									
									
								
							| @@ -13,13 +13,11 @@ | |||||||
|     "build": "(tsbuild --web --allowimplicitany)" |     "build": "(tsbuild --web --allowimplicitany)" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@gitzone/tsbuild": "^2.1.61", |     "@gitzone/tsbuild": "^2.1.63", | ||||||
|     "@gitzone/tsrun": "^1.2.32", |     "@gitzone/tsrun": "^1.2.34", | ||||||
|     "@gitzone/tstest": "^1.0.70", |     "@gitzone/tstest": "^1.0.71", | ||||||
|     "@pushrocks/tapbundle": "^5.0.3", |     "@pushrocks/tapbundle": "^5.0.3", | ||||||
|     "@types/node": "^17.0.23", |     "@types/node": "^17.0.38" | ||||||
|     "tslint": "^6.1.3", |  | ||||||
|     "tslint-config-prettier": "^1.18.0" |  | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@pushrocks/consolecolor": "^2.0.1", |     "@pushrocks/consolecolor": "^2.0.1", | ||||||
| @@ -27,7 +25,7 @@ | |||||||
|     "@pushrocks/smartnpm": "^2.0.0", |     "@pushrocks/smartnpm": "^2.0.0", | ||||||
|     "@pushrocks/smartopen": "^2.0.0", |     "@pushrocks/smartopen": "^2.0.0", | ||||||
|     "@pushrocks/smarttime": "^3.0.45", |     "@pushrocks/smarttime": "^3.0.45", | ||||||
|     "@pushrocks/smartversion": "^2.0.7" |     "@pushrocks/smartversion": "^3.0.2" | ||||||
|   }, |   }, | ||||||
|   "files": [ |   "files": [ | ||||||
|     "ts/**/*", |     "ts/**/*", | ||||||
|   | |||||||
							
								
								
									
										8
									
								
								ts/00_commitinfo_data.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								ts/00_commitinfo_data.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | |||||||
|  | /** | ||||||
|  |  * autocreated commitinfo by @pushrocks/commitinfo | ||||||
|  |  */ | ||||||
|  | export const commitinfo = { | ||||||
|  |   name: '@pushrocks/smartupdate', | ||||||
|  |   version: '2.0.4', | ||||||
|  |   description: 'update your tools in a smart way' | ||||||
|  | } | ||||||
							
								
								
									
										9
									
								
								tsconfig.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								tsconfig.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | |||||||
|  | { | ||||||
|  |   "compilerOptions": { | ||||||
|  |     "experimentalDecorators": true, | ||||||
|  |     "useDefineForClassFields": false, | ||||||
|  |     "target": "ES2022", | ||||||
|  |     "module": "ES2022", | ||||||
|  |     "moduleResolution": "nodenext" | ||||||
|  |   } | ||||||
|  | } | ||||||
							
								
								
									
										17
									
								
								tslint.json
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								tslint.json
									
									
									
									
									
								
							| @@ -1,17 +0,0 @@ | |||||||
| { |  | ||||||
|   "extends": ["tslint:latest", "tslint-config-prettier"], |  | ||||||
|   "rules": { |  | ||||||
|     "semicolon": [true, "always"], |  | ||||||
|     "no-console": false, |  | ||||||
|     "ordered-imports": false, |  | ||||||
|     "object-literal-sort-keys": false, |  | ||||||
|     "member-ordering": { |  | ||||||
|       "options":{ |  | ||||||
|         "order": [ |  | ||||||
|           "static-method" |  | ||||||
|         ] |  | ||||||
|       } |  | ||||||
|     } |  | ||||||
|   }, |  | ||||||
|   "defaultSeverity": "warning" |  | ||||||
| } |  | ||||||
		Reference in New Issue
	
	Block a user