Merge pull request #600 from paperless-ngx/fix-npm-deps-010222

Fix npm dependencies 01.02.22
This commit is contained in:
shamoon 2022-04-01 13:44:10 -07:00 committed by GitHub
commit 0d1bcd3c13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1152 additions and 4725 deletions

View File

@ -88,14 +88,4 @@ describe('settings', () => {
cy.visit('/dashboard')
cy.get('app-saved-view-widget').contains('Inbox').should('not.exist')
})
it('should change the pdf viewer type', () => {
cy.visit('/documents/1')
cy.get('object[data*="/api/documents/1/preview/"]').should('not.exist')
cy.visit('/settings').wait('@savedViews')
cy.contains('Use PDF viewer provided by the browser').click()
cy.contains('button', 'Save').click().wait('@savedViews').wait(1000)
cy.visit('/documents/1')
cy.get('object[data*="/api/documents/1/preview/"]')
})
})

5838
src-ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,22 +13,21 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~13.2.6",
"@angular/common": "~13.2.6",
"@angular/compiler": "~13.3.0",
"@angular/core": "~13.3.0",
"@angular/forms": "~13.2.6",
"@angular/localize": "~13.2.6",
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.2.6",
"@angular/common": "~13.3.1",
"@angular/compiler": "~13.3.1",
"@angular/core": "~13.3.1",
"@angular/forms": "~13.3.1",
"@angular/localize": "~13.3.1",
"@angular/platform-browser": "~13.3.1",
"@angular/platform-browser-dynamic": "~13.3.1",
"@angular/router": "~13.3.1",
"@ng-bootstrap/ng-bootstrap": "^12.0.1",
"@ng-select/ng-select": "^8.1.1",
"@ngneat/dirty-check-forms": "^2.0.0",
"@popperjs/core": "^2.11.4",
"bootstrap": "^5.1.3",
"file-saver": "^2.0.5",
"ng2-pdf-viewer": "^8.0.1",
"ng2-pdf-viewer": "^9.0.0",
"ngx-color": "^7.3.3",
"ngx-cookie-service": "^13.1.2",
"ngx-file-drop": "^13.0.0",
@ -40,11 +39,11 @@
},
"devDependencies": {
"@angular-builders/jest": "13.0.3",
"@angular-devkit/build-angular": "~13.2.5",
"@angular/cli": "~13.2.5",
"@angular/compiler-cli": "~13.2.4",
"@angular-devkit/build-angular": "~13.3.1",
"@angular/cli": "~13.3.1",
"@angular/compiler-cli": "~13.3.1",
"@types/jest": "27.4.1",
"@types/node": "^17.0.21",
"@types/node": "^17.0.23",
"codelyzer": "^6.0.2",
"concurrently": "7.0.0",
"jest": "27.5.1",
@ -54,7 +53,7 @@
"wait-on": "~6.0.1"
},
"optionalDependencies": {
"cypress": "~9.5.2",
"cypress": "~9.5.3",
"@cypress/schematic": "^1.6.0"
}
}