Skip to content

Commit

Permalink
fix: update some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozone committed Sep 21, 2022
1 parent 69bf7fe commit 6fa8b61
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 92 deletions.
8 changes: 4 additions & 4 deletions examples/package.json
Expand Up @@ -13,10 +13,10 @@
"react-dom": ">= 16.14"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.9.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@emotion/cache": "^11.10.3",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.1",
"@mui/styled-engine-sc": "^5.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Expand Up @@ -33,7 +33,7 @@
"color-parse": "^1.4.2",
"fast-deep-equal": "^3.1.3",
"invariant": "^2.0.0",
"is-hotkey": "~0.1.6",
"is-hotkey": "~0.2.0",
"lodash.debounce": "^4.0.8",
"lodash.flatten": "^4.4.0",
"lodash.throttle": "^4.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/content/slate/package.json
Expand Up @@ -27,13 +27,13 @@
"react-dom": ">= 16.14"
},
"dependencies": {
"@emotion/is-prop-valid": "^0.8.8",
"@emotion/is-prop-valid": "^1.2.0",
"@mui/icons-material": "^5.8.0",
"@react-page/editor": "0.0.0",
"@xmldom/xmldom": "^0.8.1",
"cssstyle": "^2.3.0",
"deep-rename-keys": "^0.2.1",
"is-hotkey": "^0.1.6",
"is-hotkey": "^0.2.0",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.flatten": "^4.4.0",
Expand All @@ -53,10 +53,10 @@
"devDependencies": {
"@types/is-hotkey": "0.1.1",
"@types/lodash.debounce": "4.0.4",
"@types/xmldom": "^0.1.31",
"@types/lodash.flatten": "^4.4.6",
"@types/lodash.isempty": "^4.4.6",
"@types/lodash.isobject": "^3.0.6"
"@types/lodash.isobject": "^3.0.6",
"@types/xmldom": "^0.1.31"
},
"browser": {
"./lib/HtmlToSlate/parseHtml.js": "./lib/HtmlToSlate/parseHtml.browser.js",
Expand Down

0 comments on commit 6fa8b61

Please sign in to comment.