Skip to content

Commit

Permalink
Merge pull request #1355 from flanksource/fix-freeze-issues
Browse files Browse the repository at this point in the history
fix: fix freezes caused by react-image
  • Loading branch information
mainawycliffe authored Aug 30, 2023
2 parents 850b14c + b4a5192 commit b09a7d9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
34 changes: 16 additions & 18 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@clerk/nextjs": "^4.23.2",
"@headlessui/react": "0.0.0-insiders.5af3bd4",
"@headlessui/react": "^0.0.0-insiders.5af3bd4",
"@heroicons/react": "^1.0.3",
"@hookform/resolvers": "^2.8.8",
"@monaco-editor/react": "^4.4.6",
Expand All @@ -32,7 +32,7 @@
"@types/node": "^17.0.36",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@types/react-mentions": "^4.1.6",
"@types/react-mentions": "^4.1.8",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/testing-library__react": "^10.2.0",
"ansi-to-html": "^0.7.2",
Expand Down Expand Up @@ -65,9 +65,9 @@
"react-hook-form": "^7.15.0",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.8.0",
"react-image": "^4.0.3",
"react-image": "^4.1.0",
"react-loading-icons": "^1.0.8",
"react-mentions": "4.4.0",
"react-mentions": "^4.4.0",
"react-router-dom": "^6.2.1",
"react-select": "^5.2.2",
"react-table": "^7.7.0",
Expand Down

0 comments on commit b09a7d9

Please sign in to comment.