Skip to content

Commit

Permalink
fix(deps): update draft-js
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofan2406 committed Oct 9, 2023
1 parent bf52d09 commit 6bd20cf
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 239 deletions.
270 changes: 38 additions & 232 deletions package-lock.json

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

9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@
"react": "^18.2.0",
"react-dev-utils": "^12.0.1",
"react-dom": "^18.2.0",
"react-html-parser": "^2.0.2",
"react-router-dom": "^6.16.0",
"react-to-typescript-definitions": "^3.1.1",
"rimraf": "^5.0.5",
Expand All @@ -164,8 +163,8 @@
"webpack-merge": "^5.9.0"
},
"dependencies": {
"@draft-js-plugins/editor": "^4.1.3",
"@draft-js-plugins/mention": "^5.2.1",
"@draft-js-plugins/editor": "^4.1.4",
"@draft-js-plugins/mention": "^5.2.2",
"@types/draft-js": "^0.11.13",
"@types/react-datepicker": "^4.15.1",
"@types/react-slick": "^0.23.10",
Expand All @@ -190,10 +189,6 @@
"engines": {
"node": "^18"
},
"overrides": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"browserslist": [
"last 2 versions",
"> 5%",
Expand Down

0 comments on commit 6bd20cf

Please sign in to comment.