Skip to content

Commit

Permalink
Fix missing dev installation (#231)
Browse files Browse the repository at this point in the history
* Fix missing dev installation

* Update pre-commit
  • Loading branch information
martinRenou authored Dec 12, 2023
1 parent 02555da commit f980c3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
args: ['--fix']

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.3
rev: v3.1.0
hooks:
- id: prettier

Expand Down
1 change: 1 addition & 0 deletions python/jupytercad_lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"mkdirp": "^1.0.3",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"typescript": "^5",
"yjs": "^13.5.0"
},
"sideEffects": [
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,7 @@ __metadata:
npm-run-all: ^4.1.5
react: ^18.0.1
rimraf: ^3.0.2
typescript: ^5
yjs: ^13.5.0
yjs-widgets: ^0.3.3
languageName: unknown
Expand Down

0 comments on commit f980c3f

Please sign in to comment.