We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a80e6b commit ef22665Copy full SHA for ef22665
packages/notebook/package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "@theia/notebook",
3
- "version": "1.37.0",
+ "version": "1.38.0",
4
"description": "Theia - Notebook Extension",
5
"dependencies": {
6
- "@theia/core": "1.37.0",
7
- "@theia/filesystem": "1.37.0",
8
- "@theia/monaco": "1.37.0"
+ "@theia/core": "1.38.0",
+ "@theia/filesystem": "1.38.0",
+ "@theia/monaco": "1.38.0"
9
},
10
"publishConfig": {
11
"access": "public"
@@ -40,9 +40,9 @@
40
"watch": "theiaext watch"
41
42
"devDependencies": {
43
- "@theia/ext-scripts": "1.37.0",
44
45
+ "@theia/ext-scripts": "1.38.0",
46
47
"nyc": {
48
"extends": "../../configs/nyc.json"
0 commit comments