Skip to content

Commit

Permalink
pin @juptyerlab/codemirror
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejpurves committed Jul 14, 2023
1 parent 6b254b2 commit 7b8967a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"start:core": "turbo run start --filter=demo-core",
"start:react": "turbo run start --filter=demo-react",
"start:docs-core": "turbo run start --filter=docs-core",
"changeset": "changeset"
"changeset": "changeset",
"dev": "turbo run dev --parallel"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,5 +57,8 @@
"dependencies": {
"@changesets/cli": "^2.26.1",
"npm-run-all": "^4.1.5"
},
"overrides": {
"@jupyterlab/codemirror": "3.6.5"
}
}
2 changes: 1 addition & 1 deletion packages/lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build:post:contents": "./bin/stubContentsApi.js",
"declarations": "tsc --project ./tsconfig.json --declaration --emitDeclarationOnly --outDir dist/types",
"build": "npm-run-all -l clean -p build:bundle declarations",
"build:watch": "npm run build:bundle -- -w"
"dev": "npm run build:bundle -- -w"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"build:cjs": "tsc --project ./tsconfig.json --outDir ./dist",
"declarations": "tsc --project ./tsconfig.json --declaration --emitDeclarationOnly --outDir dist",
"build": "npm run declarations; npm run build:cjs",
"dev": "concurrently 'npm run declarations -- -w' 'npm run build:cjs -- -w'",
"test": "jest --runInBand",
"test:watch": "jest --watchAll --runInBand"
},
Expand Down
1 change: 1 addition & 0 deletions packages/thebe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"homepage": "https://thebe.readthedocs.io/en/latest",
"dependencies": {
"@jupyterlab/theme-light-extension": "^3.0.0",
"@jupyterlab/codemirror": "3.6.5",
"thebe-core": "^0.3.0",
"codemirror": "5.61.1",
"current-script-polyfill": "^1.0.0"
Expand Down

0 comments on commit 7b8967a

Please sign in to comment.