Skip to content

Commit

Permalink
deps: upgrade all except electron-store
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdawn committed Sep 13, 2024
1 parent 9391444 commit 19e4d5c
Show file tree
Hide file tree
Showing 2 changed files with 1,079 additions and 187 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
"@types/fs-extra": "^11.0.4",
"@types/jake": "^0.0.36",
"@types/lodash": "^4.17.7",
"@types/node": "^20.16.5",
"@types/prettier": "2.7.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"concurrently": "^8.2.2",
"electron": "31.6",
"electron-builder": "^24.13.3",
"@types/node": "^22.5.4",
"@types/prettier": "3.0.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"concurrently": "^9.0.1",
"electron": "32.1",
"electron-builder": "^25.0.5",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.36.1",
Expand All @@ -69,7 +69,7 @@
"napa": "^3.0.0",
"nodemon": "^3.1.4",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-organize-imports": "^4.0.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.1",
"turbo": "^2.1.2",
Expand Down
Loading

0 comments on commit 19e4d5c

Please sign in to comment.