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 Dec 5, 2024
1 parent a29c8fa commit 4bdb468
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@testing-library/jest-dom": "^5.16.1",
"@types/jest": "^28.0.0",
"@types/node": "^16.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^18.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/styled-components": "^5.1.17",
"@vitejs/plugin-react": "^1.1.1",
"autoprefixer": "^10.0.0",
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": "^19.0.0",
"react-dom": "^19.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.1.0",
"jest": "28.1.3",
"prettier": "2.8.7",
"react-test-renderer": "17.0.2"
"react-test-renderer": "19.0.0"
}
}

0 comments on commit 4bdb468

Please sign in to comment.