Updated @af/digi-ng

This commit is contained in:
Erik Tiekstra
2021-08-18 09:52:17 +02:00
parent 60df99aaa1
commit b7c7b6b6b0
2 changed files with 14 additions and 9 deletions

21
package-lock.json generated
View File

@@ -1,16 +1,17 @@
{ {
"name": "mina-sidor-fa-monorepo", "name": "mina-sidor-fa-web-monorepo",
"version": "1.1.0", "version": "1.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mina-sidor-fa-web-monorepo",
"version": "1.1.0", "version": "1.1.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@af/auth": "^11.1.0", "@af/auth": "^11.1.0",
"@af/digi-ng": "^14.0.0", "@af/digi-ng": "^15.0.2",
"@angular-eslint/schematics": "^1.2.0", "@angular-eslint/schematics": "^1.2.0",
"@angular/animations": "^11.2.0", "@angular/animations": "^11.2.0",
"@angular/cdk": "^11.2.12", "@angular/cdk": "^11.2.12",
@@ -99,9 +100,10 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
}, },
"node_modules/@af/digi-ng": { "node_modules/@af/digi-ng": {
"version": "14.0.0", "version": "15.0.2",
"resolved": "http://nexus.arbetsformedlingen.se/repository/npm/@af/digi-ng/-/digi-ng-14.0.0.tgz", "resolved": "http://nexus.arbetsformedlingen.se/repository/npm/@af/digi-ng/-/digi-ng-15.0.2.tgz",
"integrity": "sha512-ENG3rStYwrNZlT016EzjsfcuaEqnx0E+ca+Khqdzx4oU6XOCSFj5PgJgXzK7Vur4AeatLCMT0bug29ifI7yzOg==", "integrity": "sha512-qfSCVkZ1TNHNoegXHo0g4uyTYoloviI6FggliecxofCwQ0pGKEDTFJDTV1ZqLz2UXW/XlYHXMD7+lxJRiZhnlQ==",
"license": "MIT",
"dependencies": { "dependencies": {
"@angular/common": "^11.0.5", "@angular/common": "^11.0.5",
"@angular/forms": "^11.0.5", "@angular/forms": "^11.0.5",
@@ -110,6 +112,9 @@
"date-fns": "^2.15.0", "date-fns": "^2.15.0",
"rxjs": "6.5.5", "rxjs": "6.5.5",
"tslib": "^2.0.0" "tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/core": "^11.0.5"
} }
}, },
"node_modules/@af/digi-ng/node_modules/rxjs": { "node_modules/@af/digi-ng/node_modules/rxjs": {
@@ -32435,9 +32440,9 @@
} }
}, },
"@af/digi-ng": { "@af/digi-ng": {
"version": "14.0.0", "version": "15.0.2",
"resolved": "http://nexus.arbetsformedlingen.se/repository/npm/@af/digi-ng/-/digi-ng-14.0.0.tgz", "resolved": "http://nexus.arbetsformedlingen.se/repository/npm/@af/digi-ng/-/digi-ng-15.0.2.tgz",
"integrity": "sha512-ENG3rStYwrNZlT016EzjsfcuaEqnx0E+ca+Khqdzx4oU6XOCSFj5PgJgXzK7Vur4AeatLCMT0bug29ifI7yzOg==", "integrity": "sha512-qfSCVkZ1TNHNoegXHo0g4uyTYoloviI6FggliecxofCwQ0pGKEDTFJDTV1ZqLz2UXW/XlYHXMD7+lxJRiZhnlQ==",
"requires": { "requires": {
"@angular/common": "^11.0.5", "@angular/common": "^11.0.5",
"@angular/forms": "^11.0.5", "@angular/forms": "^11.0.5",

View File

@@ -41,7 +41,7 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@af/auth": "^11.1.0", "@af/auth": "^11.1.0",
"@af/digi-ng": "^14.0.0", "@af/digi-ng": "^15.0.2",
"@angular-eslint/schematics": "^1.2.0", "@angular-eslint/schematics": "^1.2.0",
"@angular/animations": "^11.2.0", "@angular/animations": "^11.2.0",
"@angular/cdk": "^11.2.12", "@angular/cdk": "^11.2.12",