Skip to content

Commit

Permalink
fix: lock lexical to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed Feb 21, 2024
1 parent fb21e26 commit 8ed17c6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/lexical-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@lexical/headless": "^0.12.2",
"@lexical/html": "^0.12.2",
"@webiny/lexical-nodes": "0.0.0",
"lexical": "^0.12.2"
"lexical": "0.12.2"
},
"devDependencies": {
"@types/jsdom": "21.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/lexical-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@webiny/lexical-theme": "0.0.0",
"@webiny/react-composition": "0.0.0",
"@webiny/react-properties": "0.0.0",
"lexical": "^0.12.2",
"lexical": "0.12.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/lexical-nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@lexical/selection": "^0.12.2",
"@lexical/utils": "^0.12.2",
"@webiny/lexical-theme": "0.0.0",
"lexical": "^0.12.2"
"lexical": "0.12.2"
},
"devDependencies": {
"@webiny/cli": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lexical-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"dependencies": {
"@emotion/react": "^11.10.6",
"lexical": "^0.12.2",
"lexical": "0.12.2",
"react-style-object-to-css": "^1.1.2"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18264,7 +18264,7 @@ __metadata:
"@webiny/lexical-nodes": 0.0.0
"@webiny/project-utils": 0.0.0
jsdom: 21.1.2
lexical: ^0.12.2
lexical: 0.12.2
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -18328,7 +18328,7 @@ __metadata:
"@webiny/project-utils": 0.0.0
"@webiny/react-composition": 0.0.0
"@webiny/react-properties": 0.0.0
lexical: ^0.12.2
lexical: 0.12.2
react: ^17.0.2
react-dom: ^17.0.2
languageName: unknown
Expand All @@ -18351,7 +18351,7 @@ __metadata:
"@webiny/cli": 0.0.0
"@webiny/lexical-theme": 0.0.0
"@webiny/project-utils": 0.0.0
lexical: ^0.12.2
lexical: 0.12.2
react: ^17.0.2
languageName: unknown
linkType: soft
Expand All @@ -18363,7 +18363,7 @@ __metadata:
"@emotion/react": ^11.10.6
"@webiny/cli": 0.0.0
"@webiny/project-utils": 0.0.0
lexical: ^0.12.2
lexical: 0.12.2
react-style-object-to-css: ^1.1.2
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -33664,7 +33664,7 @@ __metadata:
languageName: node
linkType: hard

"lexical@npm:^0.12.2":
"lexical@npm:0.12.2":
version: 0.12.2
resolution: "lexical@npm:0.12.2"
checksum: f02cd11aa015f1babb960d39a31ada30060c3af5446dcc4a6d26e300af8b889bc307633cf77604cf7538e776efdf6ca19d919b82ad24e29c451f58939e91621f
Expand Down

0 comments on commit 8ed17c6

Please sign in to comment.