Skip to content

Commit

Permalink
fix: react types with 18.2.61
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Mar 8, 2024
1 parent eb404d9 commit c5c6dbd
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 88 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,13 @@
"@ladle/react": "^2.12.3",
"@mdx-js/react": "^1.6.22",
"@playwright/test": "^1.33.0",
"@tanstack/react-table": "^8.9.11",
"@testing-library/react": "^14.0.0",
"@types/jsdom": "^21.1.1",
"@types/lodash": "^4.14.194",
"@types/react": "^18.2.5",
"@types/react": "^18.2.64",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "^18.2.4",
"@types/react-dom": "^18.2.21",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
Expand All @@ -91,7 +92,6 @@
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.0",
"@tanstack/react-table": "^8.9.11",
"semantic-release": "^19.0.5",
"terser": "^5.17.1",
"tslib": "^2.5.0",
Expand Down

0 comments on commit c5c6dbd

Please sign in to comment.