Skip to content

Commit

Permalink
Merge branch 'master' into compute-http-server
Browse files Browse the repository at this point in the history
  • Loading branch information
williamstein committed Oct 16, 2024
2 parents a24b29d + 4ac1353 commit d116cb9
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 36 deletions.
2 changes: 1 addition & 1 deletion src/packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@jupyter-widgets/controls": "5.0.0-rc.2",
"@jupyter-widgets/output": "^4.1.0",
"@lumino/widgets": "^1.31.1",
"@microlink/react-json-view": "^1.23.0",
"@microlink/react-json-view": "^1.23.3",
"@orama/orama": "3.0.0-rc-3",
"@react-hook/mouse-position": "^4.1.3",
"@rinsuki/lz4-ts": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"cors": "^2.8.5",
"debug": "^4.3.2",
"escape-html": "^1.0.3",
"express": "^4.20.0",
"express": "^4.21.1",
"formidable": "^3.5.1",
"http-proxy": "^1.18.1",
"immutable": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"cookies": "^0.8.0",
"csv-stringify": "^6.3.0",
"dayjs": "^1.11.11",
"express": "^4.20.0",
"express": "^4.21.1",
"lodash": "^4.17.21",
"lru-cache": "^7.18.3",
"ms": "2.1.2",
Expand Down
68 changes: 37 additions & 31 deletions src/packages/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/packages/project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"debug": "^4.3.2",
"diskusage": "^1.1.3",
"expect": "^26.6.2",
"express": "^4.20.0",
"express": "^4.21.1",
"express-rate-limit": "^7.4.0",
"formidable": "^3.5.1",
"get-port": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"cookies": "^0.8.0",
"dayjs": "^1.11.11",
"dot-object": "^2.1.4",
"express-session": "^1.18.0",
"express-session": "^1.18.1",
"google-auth-library": "^9.4.1",
"googleapis": "^137.1.0",
"gpt3-tokenizer": "^1.1.5",
Expand Down

0 comments on commit d116cb9

Please sign in to comment.