Skip to content

Commit

Permalink
bump typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfeu committed Apr 4, 2024
1 parent 9e705ce commit d3e4459
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"sinon": "^7.2.3",
"style-loader": "^0.23.1",
"ts-loader": "^9.2.6",
"typescript": "^4.0.5",
"typescript": "^5.4.4",
"webpack": "^5.69.1",
"webpack-cli": "^4.2.0"
},
Expand Down
1 change: 1 addition & 0 deletions src/services/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ const downloadReducer = (action: StateChangeAction) => {
new Notification('Download completed', {
icon: './app-resources/logo-128.png',
body: `The video "${videoTitle}" downloaded successfully`,
// @ts-ignore - no typings for Notification
image: thumbnail,
});
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7377,10 +7377,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^4.0.5:
version "4.0.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
typescript@^5.4.4:
version "5.4.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==

typical@^5.0.0, typical@^5.2.0:
version "5.2.0"
Expand Down

0 comments on commit d3e4459

Please sign in to comment.