Skip to content

Commit

Permalink
v2.6.2
Browse files Browse the repository at this point in the history
Added Las Vegas GP Track Map & Updated Dependencies
  • Loading branch information
TheBaconCat authored Nov 19, 2023
2 parents 5384b16 + 921ca8f commit 51cd890
Show file tree
Hide file tree
Showing 5 changed files with 333 additions and 338 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "digiflag-f1mv",
"productName": "DigiFlag-F1MV",
"version": "2.6.1",
"version": "2.6.2",
"description": "DigiFlag for F1 MultiViewer",
"main": "./dist/main/main.js",
"license": "MIT",
Expand Down Expand Up @@ -46,35 +46,35 @@
"electron-store": "^8.1.0",
"electron-updater": "^6.1.4",
"express": "^4.18.2",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-fs-backend": "^2.2.0",
"i18next-http-backend": "^2.3.1",
"i18next": "^23.7.6",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-fs-backend": "^2.3.0",
"i18next-http-backend": "^2.4.1",
"ip": "^1.1.8",
"jquery": "^3.7.1",
"jquery-i18next": "^1.2.1",
"npm_f1mv_api": "^1.4.8"
},
"devDependencies": {
"@electron-toolkit/tsconfig": "^1.0.1",
"@electron/notarize": "^2.1.0",
"@types/express": "^4.17.20",
"@types/ip": "^1.1.2",
"@types/jquery": "^3.5.24",
"@types/node": "20.8.10",
"@types/request": "^2.48.11",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"electron": "^27.0.3",
"@electron/notarize": "^2.2.0",
"@types/express": "^4.17.21",
"@types/ip": "^1.1.3",
"@types/jquery": "^3.5.27",
"@types/node": "20.9.2",
"@types/request": "^2.48.12",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"electron": "^27.1.0",
"electron-builder": "^24.6.4",
"electron-log": "^5.0.0",
"electron-vite": "^1.0.28",
"eslint": "^8.53.0",
"electron-vite": "^1.0.29",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"typescript": "^5.2.2",
"vite": "^4.5.0"
},
Expand Down
Loading

0 comments on commit 51cd890

Please sign in to comment.