Skip to content

Commit

Permalink
Update some dependences and roswell path
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Oct 14, 2023
1 parent 0c9c158 commit bdbbf49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions debugger-restarts/prebuilt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^4.8.1",
"eslint": "^8.26.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.1",
"rimraf": "^3.0.2",
"prettier": "^3.0.1",
"rimraf": "^5.0.1",
"typescript": "~5.1.3"
},
"jupyterlab": {
Expand Down
2 changes: 1 addition & 1 deletion src/cl-jupyter/installer.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
(when (or implementation (uiop:os-windows-p))
(list (namestring
(merge-pathnames
(make-pathname :directory '(:relative ".roswell" "bin")
(make-pathname :directory '(:relative ".roswell" "lisp" "quicklisp" "bin")
:name "cl-jupyter")
(if (uiop:os-windows-p) ; Get the home from %USERPROFILE% if on Windows to avoid MSYS home
(uiop:getenv-absolute-directory "USERPROFILE")
Expand Down

0 comments on commit bdbbf49

Please sign in to comment.