diff --git a/.gitignore b/.gitignore index 3ba1dde..1847c19 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ python/.venv/ python/*.spec python/build/ python/dist/ +*DS_Store diff --git a/package.json b/package.json index df938e0..42f8447 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ }, "dependencies": { "dayjs": "^1.10.7", - "ee-core": "2.10.0", + "ee-core": "2.10.1", "electron-updater": "^5.3.0", "lodash": "^4.17.21" }