Skip to content

Commit

Permalink
Merge pull request #129 from ocavue/ocavue/ts
Browse files Browse the repository at this point in the history
move typescript to devDependencies
  • Loading branch information
dmonad authored Nov 29, 2022
2 parents 577fc57 + bf21e1b commit 7a3afbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
},
"homepage": "https://github.com/yjs/y-prosemirror#readme",
"dependencies": {
"lib0": "^0.2.42",
"typescript": "^4.8.4"
"lib0": "^0.2.42"
},
"peerDependencies": {
"prosemirror-model": "^1.7.1",
Expand All @@ -76,6 +75,7 @@
"prosemirror-view": "^1.26.2",
"rollup": "^2.59.0",
"standard": "^17.0.0",
"typescript": "^4.8.4",
"y-protocols": "^1.0.5",
"y-webrtc": "^10.2.0",
"yjs": "^13.5.38"
Expand Down

0 comments on commit 7a3afbc

Please sign in to comment.