Skip to content

Commit

Permalink
upgrade React 19 to stable versions (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrembecky authored Dec 27, 2024
1 parent 38cef03 commit df02e40
Show file tree
Hide file tree
Showing 3 changed files with 778 additions and 135 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"clsx": "^2.1.1",
"katex": "^0.16.11",
"luxon": "^3.5.0",
"next": "15.0.3",
"next": "15.1.2",
"ra-i18n-polyglot": "^5.4.0",
"ra-language-slovak": "^3.6.2",
"react": "19.0.0-rc-66855b96-20241106",
"react": "19.0.0",
"react-admin": "^5.4.0",
"react-cookie": "^4.1.1",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0",
"react-dropzone": "^14.3.5",
"react-hook-form": "^7.53.2",
"react-markdown": "^9.0.1",
Expand All @@ -52,14 +52,14 @@
"@types/katex": "^0.16.7",
"@types/luxon": "^3.4.2",
"@types/node": "^20.17.7",
"@types/react": "^19.0.0-rc.1",
"@types/react-dom": "^19.0.0-rc.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"confusing-browser-globals": "^1.0.11",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.3",
"eslint-config-next": "15.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
Expand Down
Loading

0 comments on commit df02e40

Please sign in to comment.