Skip to content

Commit

Permalink
fix that local / ci need different dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed May 15, 2024
1 parent 658ace5 commit e2dec15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@jupyterlab/builder": "^3.6.7",
"@jupyterlab/builder": "^3.6 || ^4",
"rimraf": "^2.6.1",
"webpack": "^5",
"webpack-cli": "^5.1.4"
Expand Down

0 comments on commit e2dec15

Please sign in to comment.