Skip to content

Commit

Permalink
upgrade dependencies (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritz078 authored Jun 14, 2020
1 parent 3dd131e commit 5cdec98
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 175 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dlnacasts": "^0.1.0",
"electron-log": "^4.2.0",
"electron-serve": "^1.0.0",
"electron-store": "^5.1.1",
"electron-store": "^5.2.0",
"electron-unhandled": "^3.0.2",
"electron-util": "^0.14.1",
"express": "^4.17.1",
Expand All @@ -40,25 +40,25 @@
"@mdi/react": "^1.3.0",
"@types/express": "^4.17.4",
"@types/lodash": "^4.14.152",
"@types/node": "^14.0.5",
"@types/react": "^16.9.35",
"@types/react-table": "^7.0.18",
"@types/node": "^14.0.13",
"@types/react": "^16.9.36",
"@types/react-table": "^7.0.19",
"@types/webtorrent": "^0.107.1",
"babel-loader": "^8.1.0",
"buffer": "^5.6.0",
"classnames": "^2.2.6",
"dotenv": "^8.2.0",
"electron": "^9.0.2",
"electron": "^9.0.4",
"electron-builder": "^22.6.1",
"electron-notarize": "^0.3.0",
"electron-notarize": "^1.0.0",
"electron-updater": "^4.3.1",
"husky": "^4.2.3",
"imagemin-lint-staged": "^0.4.0",
"lint-staged": "^10.2.6",
"lint-staged": "^10.2.10",
"lodash": "^4.17.15",
"mitt": "^1.2.0",
"next": "9.4.4",
"nextron": "^5.14.6",
"nextron": "^5.15.0",
"opensubtitles-api": "^5.1.2",
"parse-torrent-title": "^1.3.0",
"plyr": "^3.6.2",
Expand All @@ -71,12 +71,12 @@
"react-dom": "16.13.1",
"react-dropzone": "^11.0.1",
"react-spring": "^8.0.27",
"react-table": "^7.1.0",
"react-tiny-popover": "^5.0.1",
"sass": "^1.26.5",
"react-table": "^7.2.0",
"react-tiny-popover": "^5.1.0",
"sass": "^1.26.8",
"simplebar-react": "^2.2.0",
"srt-webvtt": "^1.0.1",
"typescript": "3.9.3",
"typescript": "3.9.5",
"webpack": "^4.43.0"
},
"husky": {
Expand Down
Loading

1 comment on commit 5cdec98

@vercel
Copy link

@vercel vercel bot commented on 5cdec98 Jun 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.