Skip to content

Commit

Permalink
update python dep and js dep
Browse files Browse the repository at this point in the history
  • Loading branch information
maltheism committed Jun 11, 2022
1 parent f9e4900 commit 0435709
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@
"dependencies": {
"@electron/remote": "^2.0.8",
"@fortawesome/fontawesome-free": "^6.1.1",
"electron-log": "^4.4.6",
"electron-log": "^4.4.7",
"electron-store": "^8.0.1",
"keytar": "^7.9.0",
"papaparse": "^5.3.2",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react": "^18.1.0",
"react-color": "^2.19.3",
"react-dom": "^18.0.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.0",
"react-scripts": "^5.0.1",
"react-tooltip": "^4.2.21",
"socket.io-client": "^4.4.1"
"socket.io-client": "^4.5.1"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"concurrently": "^7.1.0",
"@babel/core": "^7.18.2",
"@babel/eslint-parser": "^7.18.2",
"concurrently": "^7.2.1",
"cross-env": "^7.0.3",
"electron": "^18.0.3",
"electron": "^19.0.3",
"electron-builder": "^23.0.3",
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.13.0",
"eslint": "^8.17.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"lint-staged": "^12.3.7",
"eslint-plugin-react": "^7.30.0",
"lint-staged": "^13.0.0",
"wait-on": "^6.0.1"
},
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
eventlet~=0.31.0
mne~=0.23.0
eventlet==0.33.1
mne==1.0.3
mne-bids~=0.8
mne-features~=0.1
numpy~=1.19.5
python-socketio~=5.0.4
python-engineio~=4.0.0
bids-validator~=1.6.0
pybv~=0.4
requests~=2.25.0
numpy==1.22.4
python-socketio==5.6.0
python-engineio==4.3.2
bids-validator==1.9.3
pybv==0.7.3
requests==2.27.1

0 comments on commit 0435709

Please sign in to comment.