Skip to content

Commit

Permalink
updated version to 1.38.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jonah Iden <[email protected]>
  • Loading branch information
jonah-iden committed Jun 16, 2023
1 parent 7a80e6b commit ef22665
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/notebook/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@theia/notebook",
"version": "1.37.0",
"version": "1.38.0",
"description": "Theia - Notebook Extension",
"dependencies": {
"@theia/core": "1.37.0",
"@theia/filesystem": "1.37.0",
"@theia/monaco": "1.37.0"
"@theia/core": "1.38.0",
"@theia/filesystem": "1.38.0",
"@theia/monaco": "1.38.0"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -40,9 +40,9 @@
"watch": "theiaext watch"
},
"devDependencies": {
"@theia/ext-scripts": "1.37.0",
"@theia/filesystem": "1.37.0",
"@theia/monaco": "1.37.0"
"@theia/ext-scripts": "1.38.0",
"@theia/filesystem": "1.38.0",
"@theia/monaco": "1.38.0"
},
"nyc": {
"extends": "../../configs/nyc.json"
Expand Down

0 comments on commit ef22665

Please sign in to comment.