1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 18:43:25 +00:00

Bump dependencies (#848)

* Bump dependencies
This commit is contained in:
Oscar Hinton
2021-04-23 10:45:30 +02:00
committed by GitHub
parent 6dc82a8707
commit e6e79917f7
10 changed files with 6002 additions and 7727 deletions

View File

@@ -6,9 +6,8 @@
"experimentalDecorators": true,
"module": "es6",
"target": "ES2016",
"allowJs": true,
"sourceMap": true,
"types": ["sweetalert2"],
"types": [],
"baseUrl": ".",
"paths": {
"tldjs": [
@@ -17,24 +16,6 @@
"jslib/*": [
"jslib/src/*"
],
"@angular/*": [
"node_modules/@angular/*"
],
"electron": [
"node_modules/electron"
],
"electron-log": [
"node_modules/electron-log"
],
"electron-store": [
"node_modules/electron-store"
],
"node": [
"node_modules/@types/node"
],
"duo_web_sdk": [
"node_modules/duo_web_sdk"
]
}
},
"angularCompilerOptions": {