chore: upgrade Lexical and fix list style position

This commit is contained in:
Aman Harwara
2023-02-04 00:42:20 +05:30
parent 449199195c
commit cc959738c7
32 changed files with 169 additions and 169 deletions

View File

@@ -28,7 +28,7 @@
"@babel/plugin-transform-react-jsx": "^7.19.0",
"@babel/preset-env": "*",
"@babel/preset-typescript": "^7.18.6",
"@lexical/react": "0.7.6",
"@lexical/react": "0.7.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@reach/alert": "^0.18.0",
"@reach/alert-dialog": "^0.18.0",
@@ -84,7 +84,7 @@
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lexical": "0.7.6",
"lexical": "0.7.7",
"lint-staged": ">=13",
"mini-css-extract-plugin": "^2.7.2",
"minimatch": "^5.1.1",
@@ -116,7 +116,7 @@
"app/**/*.{js,ts,jsx,tsx,css,md}": "prettier --write"
},
"dependencies": {
"@lexical/headless": "^0.7.6",
"@lexical/headless": "^0.7.7",
"@simplewebauthn/browser": "^7.0.0"
}
}