Skip to content

Commit

Permalink
Updated library dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirose committed Apr 19, 2020
1 parent 75d2db6 commit 66394c8
Show file tree
Hide file tree
Showing 2 changed files with 1,135 additions and 447 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"private": true,
"dependencies": {
"@types/electron-devtools-installer": "^2.2.0",
"@types/jest": "25.1.2",
"@types/node": "13.7.1",
"@types/react": "16.9.19",
"@types/react-dom": "16.9.5",
"electron-devtools-installer": "^2.2.4",
"electron-is-dev": "^1.1.0",
"@types/jest": "25.2.1",
"@types/node": "13.13.0",
"@types/react": "16.9.34",
"@types/react-dom": "16.9.6",
"electron-devtools-installer": "^3.0.0",
"electron-is-dev": "^1.2.0",
"electron-reload": "^1.5.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.3.1",
"typescript": "3.7.5"
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1",
"typescript": "3.8.3"
},
"scripts": {
"start": "react-scripts start",
Expand Down Expand Up @@ -56,8 +56,8 @@
},
"devDependencies": {
"concurrently": "^5.1.0",
"electron": "^8.0.0",
"electron-builder": "^22.3.2",
"wait-on": "^4.0.0"
"electron": "^8.2.3",
"electron-builder": "^22.5.1",
"wait-on": "^4.0.2"
}
}

0 comments on commit 66394c8

Please sign in to comment.