Skip to content

Commit

Permalink
Upgrade to [email protected] (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
aboodman authored Feb 2, 2024
1 parent 2dcd87d commit 057e386
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion examples/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@codemirror/lang-javascript": "^6.2.1",
"@rocicorp/eslint-config": "^0.5.1",
"@rocicorp/prettier-config": "^0.2.0",
"@rocicorp/reflect": ">=0.38.202312080119 <=0.39.0",
"@rocicorp/reflect": "0.39.202402020122",
"@types/react-dom": "^18.2.17",
"@types/react": "^18.2.38",
"@vitejs/plugin-react": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/monaco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@rocicorp/eslint-config": "^0.5.1",
"@rocicorp/prettier-config": "^0.2.0",
"@rocicorp/reflect": ">=0.38.202312080119 <=0.39.0",
"@rocicorp/reflect": "0.39.202402020122",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/tiptap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"next": "^13.5.4"
},
"dependencies": {
"@rocicorp/reflect": ">=0.38.202312080119 <=0.39.0",
"@rocicorp/reflect": "0.39.202402020122",
"@tiptap/core": "^2.0.4",
"@tiptap/extension-code-block-lowlight": "^2.1.13",
"@tiptap/extension-collaboration": "^2.0.4",
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/reflect-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:watch": "vitest watch --browser.provider=playwright --browser.name=chromium --browser.headless"
},
"peerDependencies": {
"@rocicorp/reflect": ">=0.38.202312080119 <=0.39.0",
"@rocicorp/reflect": "0.39.202402020122",
"y-protocols": "^1.0.6",
"yjs": "^13.6.10"
},
Expand Down

0 comments on commit 057e386

Please sign in to comment.