Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch back to dev/7.6.x dependencies rather than alpha release #1550

Draft
wants to merge 1 commit into
base: dev/1.1.x
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"@uppy/dashboard": "^3.5.4",
"@uppy/drag-drop": "^3.0.3",
"@uppy/progress-bar": "^3.0.3",
"arches": "archesproject/arches#alpha/7.6.0a1",
"arches": "archesproject/arches#dev/7.6.x",
"dom-to-image": "^2.6.0",
"html2canvas": "^1.4.1",
"plotly.js-dist": "^2.24.3",
"three": "^0.148.0"
},
"devDependencies": {
"arches-dev-dependencies": "archesproject/arches-dev-dependencies#alpha/7.6.0a1"
"arches-dev-dependencies": "archesproject/arches-dev-dependencies#dev/7.6.x"
},
"scripts": {
"build_production": "NODE_PATH=arches_for_science/media/node_modules NODE_OPTIONS=--max-old-space-size=2048 NODE_ENV=production arches_for_science/media/node_modules/.bin/webpack --config arches_for_science/webpack/webpack.config.prod.js",
Expand Down
Loading