Skip to content

Commit

Permalink
feat: support react 19 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored Dec 6, 2024
1 parent 07ff31c commit 61f7620
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 129 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,14 @@
"@sanity/pkg-utils": "^6.11.14",
"@sanity/ui": "^2.9.1",
"@types/leaflet": "^1.9.15",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/refractor": "^3.4.1",
"@types/ws": "^8.5.13",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.4",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.24.0",
Expand All @@ -118,16 +119,16 @@
"eslint-config-prettier": "^9.1.0",
"eslint-config-sanity": "^7.1.3",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"eslint-plugin-react-hooks": "^5.1.0",
"husky": "^8.0.3",
"leaflet": "^1.9.4",
"npm-run-all2": "^5.0.2",
"prettier": "^3.4.2",
"prettier-plugin-packagejson": "^2.5.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-is": "^19.0.0",
"react-leaflet": "^4.2.1",
"react-refractor": "^2.2.0",
"refractor": "^4.8.1",
Expand All @@ -139,7 +140,7 @@
"vitest": "^1.6.0"
},
"peerDependencies": {
"react": "^17 || ^18 || >=19.0.0-rc"
"react": "^17 || ^18 || >=19.0.0-0"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit 61f7620

Please sign in to comment.