Merge pull request #2030 from mempool/simon/angular-14-upgrade
Angular 14 Upgrade
This commit is contained in:
		
						commit
						c9c5e8008c
					
				
							
								
								
									
										8588
									
								
								frontend/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8588
									
								
								frontend/package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -63,18 +63,18 @@ | |||||||
|     "cypress:run:ci:staging": "node update-config.js TESTNET_ENABLED=true SIGNET_ENABLED=true LIQUID_ENABLED=true BISQ_ENABLED=true ITEMS_PER_PAGE=25 && npm run generate-config && start-server-and-test serve:local-staging 4200 cypress:run:record" |     "cypress:run:ci:staging": "node update-config.js TESTNET_ENABLED=true SIGNET_ENABLED=true LIQUID_ENABLED=true BISQ_ENABLED=true ITEMS_PER_PAGE=25 && npm run generate-config && start-server-and-test serve:local-staging 4200 cypress:run:record" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@angular-devkit/build-angular": "~13.3.7", |     "@angular-devkit/build-angular": "~14.0.5", | ||||||
|     "@angular/animations": "~13.3.10", |     "@angular/animations": "~14.0.5", | ||||||
|     "@angular/cli": "~13.3.7", |     "@angular/cli": "~14.0.5", | ||||||
|     "@angular/common": "~13.3.10", |     "@angular/common": "~14.0.5", | ||||||
|     "@angular/compiler": "~13.3.10", |     "@angular/compiler": "~14.0.5", | ||||||
|     "@angular/core": "~13.3.10", |     "@angular/core": "~14.0.5", | ||||||
|     "@angular/forms": "~13.3.10", |     "@angular/forms": "~14.0.5", | ||||||
|     "@angular/localize": "~13.3.10", |     "@angular/localize": "~14.0.5", | ||||||
|     "@angular/platform-browser": "~13.3.10", |     "@angular/platform-browser": "~14.0.5", | ||||||
|     "@angular/platform-browser-dynamic": "~13.3.10", |     "@angular/platform-browser-dynamic": "~14.0.5", | ||||||
|     "@angular/platform-server": "~13.3.10", |     "@angular/platform-server": "~14.0.5", | ||||||
|     "@angular/router": "~13.3.10", |     "@angular/router": "~14.0.5", | ||||||
|     "@fortawesome/angular-fontawesome": "~0.10.2", |     "@fortawesome/angular-fontawesome": "~0.10.2", | ||||||
|     "@fortawesome/fontawesome-common-types": "~6.1.1", |     "@fortawesome/fontawesome-common-types": "~6.1.1", | ||||||
|     "@fortawesome/fontawesome-svg-core": "~6.1.1", |     "@fortawesome/fontawesome-svg-core": "~6.1.1", | ||||||
| @ -87,22 +87,22 @@ | |||||||
|     "browserify": "^17.0.0", |     "browserify": "^17.0.0", | ||||||
|     "clipboard": "^2.0.10", |     "clipboard": "^2.0.10", | ||||||
|     "domino": "^2.1.6", |     "domino": "^2.1.6", | ||||||
|     "echarts": "~5.3.2", |     "echarts": "~5.3.3", | ||||||
|     "express": "^4.17.1", |     "express": "^4.17.1", | ||||||
|     "lightweight-charts": "~3.8.0", |     "lightweight-charts": "~3.8.0", | ||||||
|     "ngx-echarts": "8.0.1", |     "ngx-echarts": "~14.0.0", | ||||||
|     "ngx-infinite-scroll": "^10.0.1", |     "ngx-infinite-scroll": "^10.0.1", | ||||||
|     "qrcode": "1.5.0", |     "qrcode": "1.5.0", | ||||||
|     "rxjs": "~7.5.5", |     "rxjs": "~7.5.5", | ||||||
|     "tinyify": "^3.0.0", |     "tinyify": "^3.0.0", | ||||||
|     "tlite": "^0.1.9", |     "tlite": "^0.1.9", | ||||||
|     "tslib": "~2.4.0", |     "tslib": "~2.4.0", | ||||||
|     "zone.js": "~0.11.5" |     "zone.js": "~0.11.6" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@angular/compiler-cli": "~13.3.10", |     "@angular/compiler-cli": "~14.0.5", | ||||||
|     "@angular/language-service": "~13.3.10", |     "@angular/language-service": "~14.0.5", | ||||||
|     "@nguniversal/builders": "~13.1.1", |     "@nguniversal/builders": "~14.0.3", | ||||||
|     "@types/express": "^4.17.0", |     "@types/express": "^4.17.0", | ||||||
|     "@types/node": "^12.11.1", |     "@types/node": "^12.11.1", | ||||||
|     "@typescript-eslint/eslint-plugin": "^5.30.5", |     "@typescript-eslint/eslint-plugin": "^5.30.5", | ||||||
|  | |||||||
| @ -529,7 +529,7 @@ if (browserWindowEnv && browserWindowEnv.BASE_MODULE === 'liquid') { | |||||||
| 
 | 
 | ||||||
| @NgModule({ | @NgModule({ | ||||||
|   imports: [RouterModule.forRoot(routes, { |   imports: [RouterModule.forRoot(routes, { | ||||||
|     initialNavigation: 'enabled', |     initialNavigation: 'enabledNonBlocking', | ||||||
|     scrollPositionRestoration: 'enabled', |     scrollPositionRestoration: 'enabled', | ||||||
|     anchorScrolling: 'enabled', |     anchorScrolling: 'enabled', | ||||||
|     preloadingStrategy: PreloadAllModules |     preloadingStrategy: PreloadAllModules | ||||||
|  | |||||||
| @ -12,6 +12,7 @@ if (browserWindowEnv.BASE_MODULE && (browserWindowEnv.BASE_MODULE === 'bisq' || | |||||||
|   routes = [ |   routes = [ | ||||||
|     { |     { | ||||||
|       path: '', |       path: '', | ||||||
|  |       pathMatch: 'full', | ||||||
|       redirectTo: 'api/rest' |       redirectTo: 'api/rest' | ||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
| @ -31,6 +32,7 @@ if (browserWindowEnv.BASE_MODULE && (browserWindowEnv.BASE_MODULE === 'bisq' || | |||||||
|   routes = [ |   routes = [ | ||||||
|     { |     { | ||||||
|       path: '', |       path: '', | ||||||
|  |       pathMatch: 'full', | ||||||
|       redirectTo: 'faq' |       redirectTo: 'faq' | ||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|  | |||||||
| @ -91,6 +91,7 @@ const routes: Routes = [ | |||||||
|           }, |           }, | ||||||
|           { |           { | ||||||
|             path: '', |             path: '', | ||||||
|  |             pathMatch: 'full', | ||||||
|             redirectTo: 'mempool', |             redirectTo: 'mempool', | ||||||
|           }, |           }, | ||||||
|           { |           { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user