Downgraded node version

This commit is contained in:
Erik Tiekstra
2021-04-28 08:33:07 +02:00
parent 0583d7e82d
commit ff4e26a852
5 changed files with 7192 additions and 31693 deletions

2
.nvmrc
View File

@@ -1 +1 @@
15.11.0 14.16.1

View File

@@ -2,6 +2,7 @@ import { DigiNgNavigationBreadcrumbsModule } from '@af/digi-ng/_navigation/navig
import { HttpClientModule } from '@angular/common/http'; import { HttpClientModule } from '@angular/common/http';
import { NgModule } from '@angular/core'; import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser'; import { BrowserModule } from '@angular/platform-browser';
import { RouterModule } from '@angular/router';
import { AppRoutingModule } from './app-routing.module'; import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component'; import { AppComponent } from './app.component';
import { NavigationModule } from './components/navigation/navigation.module'; import { NavigationModule } from './components/navigation/navigation.module';
@@ -14,6 +15,7 @@ import { SkipToContentModule } from './components/skip-to-content/skip-to-conten
BrowserModule, BrowserModule,
HttpClientModule, HttpClientModule,
AppRoutingModule, AppRoutingModule,
RouterModule,
SkipToContentModule, SkipToContentModule,
NavigationModule, NavigationModule,
SidebarModule, SidebarModule,

File diff suppressed because it is too large Load Diff

36997
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,7 +4,7 @@
"license": "MIT", "license": "MIT",
"repository": "https://bitbucket.arbetsformedlingen.se/projects/TEA/repos/dafa-web-monorepo", "repository": "https://bitbucket.arbetsformedlingen.se/projects/TEA/repos/dafa-web-monorepo",
"engines": { "engines": {
"node": "15.11.0" "node": "14.16.1"
}, },
"scripts": { "scripts": {
"ng": "nx", "ng": "nx",