Skip to content

Commit

Permalink
Merge pull request #250 from B-urb/renovate/major-react-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update react monorepo (major)
  • Loading branch information
B-urb authored Jan 17, 2025
2 parents f93b46c + 903462c commit e85adf5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"axios": "^1.4.0",
"localforage": "^1.10.0",
"match-sorter": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@tanstack/react-query": "^5.0.0",
"react-router-dom": "^6.14.2",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^3.0.0-beta.0",
"sort-by": "^1.2.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^9.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.0.2",
"vite": "^5.0.0"
Expand Down

0 comments on commit e85adf5

Please sign in to comment.