Skip to content

Commit 0b6ef1c

Browse files
committed
Upd electron version and others
1 parent 60221c5 commit 0b6ef1c

File tree

3 files changed

+668
-443
lines changed

3 files changed

+668
-443
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@
167167
"@types/react": "18.0.14",
168168
"@types/react-dom": "17.0.11",
169169
"@types/react-router-dom": "^5.1.6",
170+
"@types/universal-analytics": "0.4.5",
170171
"@types/uuid": "^8.3.3",
171172
"@types/webpack-env": "^1.15.2",
172173
"@typescript-eslint/eslint-plugin": "^4.8.1",
173174
"@typescript-eslint/parser": "^4.8.1",
174-
"@types/universal-analytics": "0.4.5",
175175
"babel-eslint": "^10.1.0",
176176
"babel-jest": "^26.1.0",
177177
"babel-loader": "^8.2.2",
@@ -186,11 +186,11 @@
186186
"css-minimizer-webpack-plugin": "^2.0.0",
187187
"detect-port": "^1.3.0",
188188
"dotenv-webpack": "^7.0.3",
189-
"electron": "^12.0.2",
190-
"electron-builder": "^22.11.7",
191-
"electron-devtools-installer": "git+https://github.com/MarshallOfSound/electron-devtools-installer.git",
192-
"electron-notarize": "^1.0.0",
193-
"electron-rebuild": "^2.3.2",
189+
"electron": "19.0.0",
190+
"electron-builder": "23.1.0",
191+
"electron-devtools-installer": "3.2.0",
192+
"electron-notarize": "1.2.1",
193+
"electron-rebuild": "3.2.7",
194194
"eslint": "^7.5.0",
195195
"eslint-config-airbnb": "^18.2.0",
196196
"eslint-config-airbnb-typescript": "^12.0.0",
@@ -236,9 +236,9 @@
236236
"caniuse-lite": "1.0.30001214",
237237
"clsx": "^1.1.1",
238238
"date-fns": "2.20.1",
239-
"electron-debug": "^3.1.0",
240-
"electron-log": "^4.2.4",
241-
"electron-updater": "^4.3.4",
239+
"electron-debug": "3.2.0",
240+
"electron-log": "4.4.8",
241+
"electron-updater": "5.0.5",
242242
"electron-windows-badge": "1.1.0",
243243
"history": "^5.0.0",
244244
"less": "4.1.1",

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
55
<title>Time Tracker</title>

0 commit comments

Comments
 (0)