Skip to content

Commit

Permalink
feat: Update electron to v27.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sprout2000 committed Oct 10, 2023
1 parent 9c3fb86 commit 8227c57
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 86 deletions.
164 changes: 87 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
"devDependencies": {
"@types/leaflet": "^1.9.6",
"@types/mime-types": "^2.1.2",
"@types/node": "^18.18.3",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@types/node": "^18.18.4",
"@types/react": "^18.2.27",
"@types/react-dom": "^18.2.12",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"dotenv": "^16.3.1",
"electron": "^26.3.0",
"electron": "^27.0.0",
"electron-builder": "^24.7.0",
"electronmon": "^2.0.2",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
Expand All @@ -60,9 +60,9 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"sass": "^1.68.0",
"sass": "^1.69.1",
"sass-loader": "^13.3.2",
"ts-loader": "^9.4.4",
"ts-loader": "^9.5.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"wait-on": "^7.0.1",
Expand Down

0 comments on commit 8227c57

Please sign in to comment.