Skip to content

Commit 78e8a1a

Browse files
committed
adding dependencies
1 parent 556a094 commit 78e8a1a

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ ruamel-yaml==0.15.80
8383
ruamel.yaml.clib==0.2.0
8484
scipy==1.4.1
8585
Send2Trash==1.5.0
86+
sentry_sdk==1.5.2
8687
terminado==0.8.3
8788
testpath==0.4.4
8889
tornado==6.1.0

webapp/package.bak

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@metacell/geppetto-meta-core": "file:.yalc/@metacell/geppetto-meta-core",
2525
"@metacell/geppetto-meta-ui": "file:.yalc/@metacell/geppetto-meta-ui",
2626
"@nosferatu500/react-sortable-tree": "3.0.5",
27-
"@sentry/react": "^6.15.0",
28-
"@sentry/tracing": "^6.15.0",
27+
"@sentry/react": "^6.16.1",
28+
"@sentry/tracing": "^6.16.1",
2929
"jquery": "^3.6.0",
3030
"js-base64": "^3.6.1",
3131
"less-vars-to-js": "^1.3.0",
@@ -35,7 +35,8 @@
3535
"react-json-view": "^1.21.3",
3636
"react-redux": "^7.2.0",
3737
"react-sortable-tree": "^2.8.0",
38-
"redux": "^4.1.0"
38+
"redux": "^4.1.0",
39+
"three": "0.111.0"
3940
},
4041
"resolutions": {
4142
"@material-ui/core": "4.11.4"

webapp/update-geppetto-ui.sh

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#!/bin/sh
2+
3+
set -e
4+
5+
app=$(pwd)
6+
7+
cd ../src/geppetto-meta/geppetto.js/geppetto-ui
8+
yarn && yarn build:dev && yarn publish:yalc
9+
10+
cd $app
11+
cd ../src/geppetto-meta/geppetto.js/geppetto-client
12+
yarn && yarn build:dev && yarn publish:yalc
13+
14+
cd $app/
15+
16+
yarn
17+
REACT_APP_BACKEND_URL=https://yale.metacell.us yarn run start

0 commit comments

Comments
 (0)