mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
update libs
This commit is contained in:
7
package-lock.json
generated
7
package-lock.json
generated
@@ -1622,10 +1622,11 @@
|
||||
}
|
||||
},
|
||||
"@denysvuika/aca-dev-tools": {
|
||||
"version": "0.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@denysvuika/aca-dev-tools/-/aca-dev-tools-0.1.1.tgz",
|
||||
"integrity": "sha512-g58ESE3yyUH+bcCDMAVrtTPwViMoafJCikljd31fQZBzToj+1Mh25l3d1AxahPsbSRcdgu9EabVGTRC6/ErR1w==",
|
||||
"version": "0.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@denysvuika/aca-dev-tools/-/aca-dev-tools-0.1.2.tgz",
|
||||
"integrity": "sha512-k4W2a2micWcUSwzZ8NPxPT4DqB4AF5xi8YZ4E5LJiMu0DBIvzE0qx8/cF1XYgqIl2wCUFUs5YPsDBK8up4QfKA==",
|
||||
"requires": {
|
||||
"showdown": "^1.8.6",
|
||||
"tslib": "^1.9.0"
|
||||
}
|
||||
},
|
||||
|
@@ -12,8 +12,6 @@
|
||||
"test:ci": "ng test app --code-coverage --watch=false",
|
||||
"lint": "ng lint",
|
||||
"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",
|
||||
"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",
|
||||
@@ -46,7 +44,7 @@
|
||||
"@angular/platform-browser": "6.1.8",
|
||||
"@angular/platform-browser-dynamic": "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/moment": "^2.0.1",
|
||||
"@ngrx/effects": "^6.1.0",
|
||||
@@ -65,7 +63,6 @@
|
||||
"monaco-editor": "^0.14.2",
|
||||
"pdfjs-dist": "^2.0.489",
|
||||
"rxjs": "^6.3.2",
|
||||
"showdown": "^1.8.6",
|
||||
"zone.js": "0.8.26"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Reference in New Issue
Block a user