Skip to content

Commit d6e8ce4

Browse files
author
Zerline
committed
A few package upgrades.
1 parent f1b0c3a commit d6e8ce4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM sagemath/sagemath:9.0-py3
1+
FROM sagemath/sagemath:9.1.rc5
22
USER root
33
ENV HOME /root
44
RUN apt-get update && apt-get -qq install -y curl \

js/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@
4646
"devDependencies": {
4747
"rimraf": "^2.6.1",
4848
"ts-loader": "^6.1.2",
49-
"typescript": "^3.5.3",
49+
"typescript": "^3.7.0",
5050
"webpack-cli": "^3.3.6"
5151
},
5252
"dependencies": {
5353
"@phosphor/application": "^1.6.0",
5454
"@jupyter-widgets/base": "^2.0.1",
5555
"@jupyter-widgets/controls": "^1.5.2",
56+
"@jupyterlab/application": "^2.0.0",
5657
"@types/node": "^12.6.9",
5758
"ajv": "^6.10.2",
5859
"css-loader": "^3.2.0",

0 commit comments

Comments
 (0)