Skip to content

Commit

Permalink
Electron 20.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirose committed Sep 24, 2022
1 parent e256e6d commit 0c40707
Show file tree
Hide file tree
Showing 3 changed files with 2,038 additions and 1,878 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14.2
16.15.0
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
"main": "build/electron/main.js",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/electron-devtools-installer": "^2.2.2",
"@types/jest": "^28.1.1",
"@types/node": "^17.0.40",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/jest": "^29.0.3",
"@types/node": "^18.7.20",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"electron-devtools-installer": "^3.2.0",
"electron-reload": "^1.5.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"typescript": "^4.7.3",
"web-vitals": "^2.1.4"
"typescript": "^4.8.3",
"web-vitals": "^3.0.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down Expand Up @@ -60,10 +60,10 @@
]
},
"devDependencies": {
"concurrently": "^7.2.1",
"concurrently": "^7.4.0",
"cross-env": "^7.0.3",
"electron": "^19.0.3",
"electron-builder": "^23.0.3",
"electron": "^20.2.0",
"electron-builder": "^23.3.3",
"wait-on": "^6.0.1"
}
}
Loading

0 comments on commit 0c40707

Please sign in to comment.