Skip to content

Commit ef22665

Browse files
committed
updated version to 1.38.0
Signed-off-by: Jonah Iden <[email protected]>
1 parent 7a80e6b commit ef22665

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/notebook/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@theia/notebook",
3-
"version": "1.37.0",
3+
"version": "1.38.0",
44
"description": "Theia - Notebook Extension",
55
"dependencies": {
6-
"@theia/core": "1.37.0",
7-
"@theia/filesystem": "1.37.0",
8-
"@theia/monaco": "1.37.0"
6+
"@theia/core": "1.38.0",
7+
"@theia/filesystem": "1.38.0",
8+
"@theia/monaco": "1.38.0"
99
},
1010
"publishConfig": {
1111
"access": "public"
@@ -40,9 +40,9 @@
4040
"watch": "theiaext watch"
4141
},
4242
"devDependencies": {
43-
"@theia/ext-scripts": "1.37.0",
44-
"@theia/filesystem": "1.37.0",
45-
"@theia/monaco": "1.37.0"
43+
"@theia/ext-scripts": "1.38.0",
44+
"@theia/filesystem": "1.38.0",
45+
"@theia/monaco": "1.38.0"
4646
},
4747
"nyc": {
4848
"extends": "../../configs/nyc.json"

0 commit comments

Comments
 (0)