Skip to content

Commit

Permalink
Merge pull request #632 from nextcloud/fix/drop-tslib
Browse files Browse the repository at this point in the history
fix: Remove unnecessary `tslib` runtime dependency
  • Loading branch information
susnux committed Jun 27, 2023
2 parents 36686f2 + d4166e2 commit 407abfd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -43,8 +43,7 @@
"dependencies": {
"@nextcloud/auth": "^2.1.0",
"@nextcloud/router": "^2.1.2",
"axios": "^1.4.0",
"tslib": "^2.5.3"
"axios": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.22.1",
Expand All @@ -56,6 +55,7 @@
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"rollup": "^3.23.0",
"tslib": "^2.6.0",
"typescript": "^5.0.4"
},
"engines": {
Expand Down

0 comments on commit 407abfd

Please sign in to comment.