File tree Expand file tree Collapse file tree 13 files changed +39
-39
lines changed
examples/collaborative-editors Expand file tree Collapse file tree 13 files changed +39
-39
lines changed Original file line number Diff line number Diff line change 1212 "author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
1313 "license" : " MIT" ,
1414 "devDependencies" : {
15- "@otjs/ace" : " 0.1.1 " ,
15+ "@otjs/ace" : " ^0.2.0 " ,
1616 "ace-builds" : " 1.4.13"
1717 }
1818}
Original file line number Diff line number Diff line change 1313 "author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
1414 "license" : " MIT" ,
1515 "devDependencies" : {
16- "@otjs/firebase-plaintext" : " 0.1.1 " ,
16+ "@otjs/firebase-plaintext" : " ^0.2.0 " ,
1717 "firebase" : " 9.0.2"
1818 }
1919}
Original file line number Diff line number Diff line change 1212 "author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
1313 "license" : " MIT" ,
1414 "devDependencies" : {
15- "@otjs/monaco" : " 0.1.1 " ,
15+ "@otjs/monaco" : " ^0.2.0 " ,
1616 "monaco-editor" : " 0.27.0"
1717 }
1818}
Original file line number Diff line number Diff line change 1111 "author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
1212 "license" : " MIT" ,
1313 "dependencies" : {
14- "@otjs/firebase-ace" : " 0.1.1 " ,
15- "@otjs/firebase-monaco" : " 0.1.1 " ,
14+ "@otjs/firebase-ace" : " ^0.2.0 " ,
15+ "@otjs/firebase-monaco" : " ^0.2.0 " ,
1616 "firebase" : " 9.0.2" ,
1717 "monaco-editor" : " 0.27.0" ,
1818 "uuid" : " 8.3.2"
Original file line number Diff line number Diff line change 1919 "npmClientArgs" : [" --frozen-lockfile" ],
2020 "packages" : [" packages/*" ],
2121 "useWorkspaces" : true ,
22- "version" : " 0.1.1 "
22+ "version" : " 0.2.0 "
2323}
Original file line number Diff line number Diff line change 11{
22 "name" : " @otjs/ace" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " Plain Text Editor Adapter for Ace Editor." ,
55 "author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
66 "homepage" : " https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/ace#readme" ,
4141 "clean" : " rimraf lib typings index.d.ts"
4242 },
4343 "devDependencies" : {
44- "@otjs/plaintext" : " 0.1.1 " ,
45- "@otjs/plaintext-editor" : " 0.1.1 " ,
44+ "@otjs/plaintext" : " 0.2.0 " ,
45+ "@otjs/plaintext-editor" : " 0.2.0 " ,
4646 "@otjs/types" : " ^0.0.0" ,
4747 "@otjs/utils" : " ^0.0.0" ,
4848 "@types/ace" : " 0.0.47" ,
5252 "mitt" : " 3.0.0"
5353 },
5454 "peerDependencies" : {
55- "@otjs/plaintext" : " ^0.1.1 " ,
56- "@otjs/plaintext-editor" : " ^0.1.1 " ,
55+ "@otjs/plaintext" : " ^0.2.0 " ,
56+ "@otjs/plaintext-editor" : " ^0.2.0 " ,
5757 "ace-builds" : " 1.4.13"
5858 },
5959 "peerDependenciesMeta" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @otjs/firebase-ace" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " Real-time collaborative editor with out of the box binding with Firebase and Ace Editor." ,
55 "author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
66 "homepage" : " https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/firebase-ace#readme" ,
5252 "mitt" : " 3.0.0"
5353 },
5454 "dependencies" : {
55- "@otjs/ace" : " 0.1.1 " ,
56- "@otjs/firebase-plaintext" : " 0.1.1 " ,
57- "@otjs/plaintext" : " 0.1.1 " ,
58- "@otjs/plaintext-editor" : " 0.1.1 "
55+ "@otjs/ace" : " 0.2.0 " ,
56+ "@otjs/firebase-plaintext" : " 0.2.0 " ,
57+ "@otjs/plaintext" : " 0.2.0 " ,
58+ "@otjs/plaintext-editor" : " 0.2.0 "
5959 },
6060 "peerDependencies" : {
61- "firebase " : " ^9.0.2 " ,
62- "ace-builds " : " 1.4.13 "
61+ "ace-builds " : " 1.4.13 " ,
62+ "firebase " : " ^9.0.2 "
6363 },
6464 "peerDependenciesMeta" : {
6565 "firebase" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @otjs/firebase-monaco" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " Real-time collaborative editor with out of the box binding with Firebase and Monaco Editor." ,
55 "author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
66 "homepage" : " https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/firebase-monaco#readme" ,
5252 "monaco-editor" : " 0.27.0"
5353 },
5454 "dependencies" : {
55- "@otjs/firebase-plaintext" : " 0.1.1 " ,
56- "@otjs/monaco" : " 0.1.1 " ,
57- "@otjs/plaintext" : " 0.1.1 " ,
58- "@otjs/plaintext-editor" : " 0.1.1 "
55+ "@otjs/firebase-plaintext" : " 0.2.0 " ,
56+ "@otjs/monaco" : " 0.2.0 " ,
57+ "@otjs/plaintext" : " 0.2.0 " ,
58+ "@otjs/plaintext-editor" : " 0.2.0 "
5959 },
6060 "peerDependencies" : {
6161 "firebase" : " ^9.0.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @otjs/firebase-plaintext" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " Database Adapter implementation for Firebase to use with Plain Text Editor" ,
55 "author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
66 "homepage" : " https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/firebase-plaintext#readme" ,
4343 "clean" : " rimraf lib typings index.d.ts"
4444 },
4545 "devDependencies" : {
46- "@otjs/plaintext" : " 0.1.1 " ,
47- "@otjs/plaintext-editor" : " 0.1.1 " ,
46+ "@otjs/plaintext" : " 0.2.0 " ,
47+ "@otjs/plaintext-editor" : " 0.2.0 " ,
4848 "@otjs/types" : " ^0.0.0" ,
4949 "@otjs/utils" : " ^0.0.0" ,
5050 "firebase" : " 9.0.2"
5353 "mitt" : " 3.0.0"
5454 },
5555 "peerDependencies" : {
56- "@otjs/plaintext" : " ^0.1.1 " ,
57- "@otjs/plaintext-editor" : " ^0.1.1 " ,
56+ "@otjs/plaintext" : " ^0.2.0 " ,
57+ "@otjs/plaintext-editor" : " ^0.2.0 " ,
5858 "firebase" : " ^9.0.2"
5959 },
6060 "peerDependenciesMeta" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @otjs/monaco" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " Plain Text Editor Adapter for Monaco Editor." ,
55 "author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
66 "homepage" : " https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/monaco#readme" ,
4141 "clean" : " rimraf lib typings index.d.ts"
4242 },
4343 "devDependencies" : {
44- "@otjs/plaintext" : " 0.1.1 " ,
45- "@otjs/plaintext-editor" : " 0.1.1 " ,
44+ "@otjs/plaintext" : " 0.2.0 " ,
45+ "@otjs/plaintext-editor" : " 0.2.0 " ,
4646 "@otjs/types" : " ^0.0.0" ,
4747 "@otjs/utils" : " ^0.0.0" ,
4848 "monaco-editor" : " 0.27.0"
5151 "mitt" : " 3.0.0"
5252 },
5353 "peerDependencies" : {
54- "@otjs/plaintext" : " ^0.1.1 " ,
55- "@otjs/plaintext-editor" : " ^0.1.1 " ,
54+ "@otjs/plaintext" : " ^0.2.0 " ,
55+ "@otjs/plaintext-editor" : " ^0.2.0 " ,
5656 "monaco-editor" : " ^0.27.0"
5757 },
5858 "peerDependenciesMeta" : {
You can’t perform that action at this time.
0 commit comments