mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 03:23:51 -05:00
🔧 (cross-env) add missing dep and upgrade all to same version (#1106)
1. Upgrade all `cross-env` versions to be the same 2. Added `cross-env` to `desktop-electron` - it was used there, but was missing as a dep
This commit is contained in:
committed by
GitHub
parent
38357f7efa
commit
3cba838412
@@ -38,7 +38,7 @@
|
||||
"postinstall": "patch-package"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^5.1.5",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.37.0",
|
||||
"eslint-config-react-app": "7.0.1",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
|
||||
Reference in New Issue
Block a user