Skip to content

Commit

Permalink
UPGRADE lexical version to 0.3.8
Browse files Browse the repository at this point in the history
- All of the lexical packages upgraded to the latest version
- Errors are resolves related to the version upgrade
  • Loading branch information
ozanyurtsever committed Jul 22, 2022
1 parent 9ced392 commit 4c738b1
Show file tree
Hide file tree
Showing 11 changed files with 1,652 additions and 533 deletions.
5 changes: 4 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"presets": [["@babel/preset-env", { "targets": { "esmodules": true } }]]
"presets": [
["@babel/preset-env", { "targets": { "esmodules": true } }],
"@babel/preset-react"
]
}
1,190 changes: 906 additions & 284 deletions package-lock.json

Large diffs are not rendered by default.

38 changes: 23 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"engines": {
"node": ">=10"
},
"jest": {
"moduleNameMapper": {
"\\.(css|scss)$": "<rootDir>/test/mocks/styleMock.js"
}
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
Expand Down Expand Up @@ -60,6 +65,9 @@
"@storybook/addon-links": "^6.5.4",
"@storybook/addons": "^6.5.4",
"@storybook/react": "^6.5.4",
"@storybook/testing-react": "^1.3.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/intl": "^1.2.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
Expand All @@ -82,22 +90,22 @@
},
"dependencies": {
"@excalidraw/excalidraw": "0.11.0",
"@lexical/clipboard": "0.3.1",
"@lexical/code": "0.3.1",
"@lexical/file": "0.3.1",
"@lexical/hashtag": "0.3.1",
"@lexical/link": "0.3.1",
"@lexical/list": "0.3.1",
"@lexical/mark": "0.3.1",
"@lexical/overflow": "0.3.1",
"@lexical/plain-text": "0.3.1",
"@lexical/react": "0.3.1",
"@lexical/rich-text": "0.3.1",
"@lexical/selection": "0.3.1",
"@lexical/table": "0.3.1",
"@lexical/utils": "0.3.1",
"@lexical/clipboard": "0.3.8",
"@lexical/code": "0.3.8",
"@lexical/file": "0.3.8",
"@lexical/hashtag": "0.3.8",
"@lexical/link": "0.3.8",
"@lexical/list": "0.3.8",
"@lexical/mark": "0.3.8",
"@lexical/overflow": "0.3.8",
"@lexical/plain-text": "0.3.8",
"@lexical/react": "0.3.8",
"@lexical/rich-text": "0.3.8",
"@lexical/selection": "0.3.8",
"@lexical/table": "0.3.8",
"@lexical/utils": "0.3.8",
"katex": "^0.15.2",
"lexical": "^0.3.1",
"lexical": "0.3.8",
"use-child": "^1.0.0",
"utility-types": "^3.10.0",
"y-websocket": ">=1.3.x",
Expand Down
Loading

0 comments on commit 4c738b1

Please sign in to comment.