Skip to content

Commit

Permalink
refactor: remove promise
Browse files Browse the repository at this point in the history
  • Loading branch information
69pmb committed Jan 26, 2024
1 parent b64f59f commit 7e6bee4
Show file tree
Hide file tree
Showing 11 changed files with 806 additions and 273 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,28 @@
"@fortawesome/free-regular-svg-icons": "6.1.0",
"@fortawesome/free-solid-svg-icons": "6.1.0",
"core-js": "3.31.0",
"crypto-browserify": "^3.12.0",
"dexie": "2.0.4",
"dropbox": "4.0.30",
"dropbox": "10.34.0",
"jszip": "3.10.1",
"luxon": "~3.3.0",
"rxjs": "7.8.1",
"stream": "0.0.2",
"timers": "0.1.1",
"tslib": "2.5.3",
"util": "^0.12.5",
"xml2js": "0.5.0",
"xmlbuilder": "15.1.1",
"zone.js": "0.13.1"
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "~15.2",
"@angular-eslint/eslint-plugin": "~15.2.1",
"@angular/cli": "15.2.10",
"@angular/compiler-cli": "15.2.10",
"@angular/language-service": "15.2.10",
"@types/luxon": "~3.3.0",
"@types/luxon": "~3.3.8",
"@types/node": "16.18.72",
"@types/xml2js": "^0.4.11",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "~5.62.0",
"@typescript-eslint/parser": "~5.62.0",
"eslint": "~8.56.0",
Expand Down
Loading

0 comments on commit 7e6bee4

Please sign in to comment.