Skip to content

Commit

Permalink
Update version numbers in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
m158261 committed Jan 23, 2024
1 parent 978e915 commit 9cbcb34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/theme-high-contrast-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/theme-high-contrast-extension",
"version": "4.1.0-beta.1",
"version": "4.1.0-beta.2",
"description": "JupyterLab - High Contrast Theme",
"homepage": "https://github.com/jupyterlab/jupyterlab",
"bugs": {
Expand Down Expand Up @@ -32,9 +32,9 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^4.1.0-beta.1",
"@jupyterlab/apputils": "^4.2.0-beta.1",
"@jupyterlab/translation": "^4.1.0-beta.1"
"@jupyterlab/application": "^4.1.0-beta.2",
"@jupyterlab/apputils": "^4.2.0-beta.2",
"@jupyterlab/translation": "^4.1.0-beta.2"
},
"devDependencies": {
"rimraf": "~5.0.5",
Expand Down

0 comments on commit 9cbcb34

Please sign in to comment.