Skip to content

Commit 1e801ff

Browse files
committed
fix(deps): update dependencies
1 parent f52ec79 commit 1e801ff

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"dependencies": {
6262
"@aminya/jmp": "^2.0.9",
63-
"@jupyterlab/services": "^0.52.0",
63+
"@jupyterlab/services": "^6.0.0",
6464
"@nteract/commutable": "^7.1.4",
6565
"@nteract/markdown": "^4.5.1",
6666
"@nteract/mathjax": "^4.0.2",
@@ -70,21 +70,21 @@
7070
"anser": "^2.0.1",
7171
"atom-select-list": "^0.8.1",
7272
"escape-carriage": "^1.2.0",
73-
"escape-string-regexp": "^4.0.0",
73+
"escape-string-regexp": "^5.0.0",
7474
"kernelspecs": "^2.0.0",
7575
"lodash": "^4.14.0",
7676
"mathjax-electron": "^3.0.0",
77-
"mobx": "^5.1.1",
78-
"mobx-react": "^6.0.0",
77+
"mobx": "^6.0.0",
78+
"mobx-react": "^7.0.0",
7979
"react": "^17.0.2",
8080
"react-dom": "^17.0.2",
81-
"react-table": "^6.11.5",
81+
"react-table": "^7.0.0",
8282
"spawnteract": "^5.1.0",
83-
"strip-indent": "^3.0.0",
83+
"strip-indent": "^4.0.0",
8484
"styled-components": "^5.2.3",
85-
"tildify": "^2.0.0",
85+
"tildify": "^3.0.0",
8686
"uuid": "^8.0.0",
87-
"ws": "^7.0.0",
87+
"ws": "^8.0.0",
8888
"xmlhttprequest": "^1.8.0"
8989
},
9090
"consumedServices": {

0 commit comments

Comments
 (0)