Skip to content

Commit

Permalink
Merge pull request #210 from KPMP/KPMP-4616_bump-vitessce
Browse files Browse the repository at this point in the history
bump vitessce
  • Loading branch information
rlreamy authored Aug 28, 2023
2 parents 5b3a1f8 + c352745 commit c2fbad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"reactstrap": "8.9.0",
"redux": "4.1.1",
"redux-thunk": "2.3.0",
"vitessce": "2.0.3"
"vitessce": "3.1.1"
},
"overrides": {
"autoprefixer": "10.4.4",
Expand All @@ -54,7 +54,7 @@
"scripts": {
"start": "npm-run-all -p watch-css start-js --max_old_space_size=8192",
"build": "npm-run-all build-css build-js",
"test": "react-scripts test",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!vitessce|@devexpress|@elastic)'",
"eject": "react-scripts eject",
"start-js": "craco --max_old_space_size=8192 start",
"build-js": "craco --max_old_space_size=8192 build",
Expand Down

0 comments on commit c2fbad0

Please sign in to comment.