Skip to content

Commit

Permalink
Update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent a29c8fa commit d87f1aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@testing-library/jest-dom": "^5.16.1",
"@types/jest": "^28.0.0",
"@types/node": "^16.0.0",
"@types/react": "^17.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.17",
"@vitejs/plugin-react": "^1.1.1",
Expand All @@ -44,8 +44,8 @@
"immer": "^9.0.2",
"jest-environment-jsdom": "^28.1.0",
"postcss": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hotkeys-hook": "^3.3.1",
"react-router-dom": "^6.0.0",
"react-use": "^17.3.1",
Expand Down Expand Up @@ -74,9 +74,9 @@
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-hooks": "5.0.0",
"jest": "28.1.3",
"prettier": "2.8.7",
"react-test-renderer": "17.0.2"
"react-test-renderer": "18.3.1"
}
}

0 comments on commit d87f1aa

Please sign in to comment.