mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
update libs
This commit is contained in:
parent
3ca68f751b
commit
080f79e040
7
package-lock.json
generated
7
package-lock.json
generated
@ -1622,10 +1622,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@denysvuika/aca-dev-tools": {
|
"@denysvuika/aca-dev-tools": {
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/@denysvuika/aca-dev-tools/-/aca-dev-tools-0.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@denysvuika/aca-dev-tools/-/aca-dev-tools-0.1.2.tgz",
|
||||||
"integrity": "sha512-g58ESE3yyUH+bcCDMAVrtTPwViMoafJCikljd31fQZBzToj+1Mh25l3d1AxahPsbSRcdgu9EabVGTRC6/ErR1w==",
|
"integrity": "sha512-k4W2a2micWcUSwzZ8NPxPT4DqB4AF5xi8YZ4E5LJiMu0DBIvzE0qx8/cF1XYgqIl2wCUFUs5YPsDBK8up4QfKA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
|
"showdown": "^1.8.6",
|
||||||
"tslib": "^1.9.0"
|
"tslib": "^1.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -12,8 +12,6 @@
|
|||||||
"test:ci": "ng test app --code-coverage --watch=false",
|
"test:ci": "ng test app --code-coverage --watch=false",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"server-versions": "rimraf ./src/versions.json && npm list --depth=0 --json=true --prod=true > ./src/versions.json || exit 0",
|
"server-versions": "rimraf ./src/versions.json && npm list --depth=0 --json=true --prod=true > ./src/versions.json || exit 0",
|
||||||
"__e2e": "ng e2e",
|
|
||||||
"__wd:update": "webdriver-manager update --gecko=false --versions.chrome=2.38",
|
|
||||||
"wd:update": "webdriver-manager update --gecko=false",
|
"wd:update": "webdriver-manager update --gecko=false",
|
||||||
"e2e": "npm run wd:update && protractor --baseUrl=http://localhost:4000",
|
"e2e": "npm run wd:update && protractor --baseUrl=http://localhost:4000",
|
||||||
"start:docker": "docker-compose up -d --build && wait-on http://localhost:8080 && wait-on http://localhost:4000",
|
"start:docker": "docker-compose up -d --build && wait-on http://localhost:8080 && wait-on http://localhost:4000",
|
||||||
@ -46,7 +44,7 @@
|
|||||||
"@angular/platform-browser": "6.1.8",
|
"@angular/platform-browser": "6.1.8",
|
||||||
"@angular/platform-browser-dynamic": "6.1.8",
|
"@angular/platform-browser-dynamic": "6.1.8",
|
||||||
"@angular/router": "6.1.8",
|
"@angular/router": "6.1.8",
|
||||||
"@denysvuika/aca-dev-tools": "^0.1.1",
|
"@denysvuika/aca-dev-tools": "^0.1.2",
|
||||||
"@mat-datetimepicker/core": "^2.0.1",
|
"@mat-datetimepicker/core": "^2.0.1",
|
||||||
"@mat-datetimepicker/moment": "^2.0.1",
|
"@mat-datetimepicker/moment": "^2.0.1",
|
||||||
"@ngrx/effects": "^6.1.0",
|
"@ngrx/effects": "^6.1.0",
|
||||||
@ -65,7 +63,6 @@
|
|||||||
"monaco-editor": "^0.14.2",
|
"monaco-editor": "^0.14.2",
|
||||||
"pdfjs-dist": "^2.0.489",
|
"pdfjs-dist": "^2.0.489",
|
||||||
"rxjs": "^6.3.2",
|
"rxjs": "^6.3.2",
|
||||||
"showdown": "^1.8.6",
|
|
||||||
"zone.js": "0.8.26"
|
"zone.js": "0.8.26"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user