|
103 | 103 | "@sanity/pkg-utils": "^6.11.14",
|
104 | 104 | "@sanity/ui": "^2.9.1",
|
105 | 105 | "@types/leaflet": "^1.9.15",
|
106 |
| - "@types/react": "^18.3.14", |
107 |
| - "@types/react-dom": "^18.3.2", |
| 106 | + "@types/react": "^19.0.1", |
| 107 | + "@types/react-dom": "^19.0.1", |
108 | 108 | "@types/refractor": "^3.4.1",
|
109 | 109 | "@types/ws": "^8.5.13",
|
110 | 110 | "@typescript-eslint/eslint-plugin": "^7.18.0",
|
111 | 111 | "@typescript-eslint/parser": "^7.18.0",
|
112 | 112 | "@vitejs/plugin-react": "^4.3.4",
|
| 113 | + "babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124", |
113 | 114 | "commitizen": "^4.3.1",
|
114 | 115 | "cz-conventional-changelog": "^3.3.0",
|
115 | 116 | "esbuild": "^0.24.0",
|
|
118 | 119 | "eslint-config-prettier": "^9.1.0",
|
119 | 120 | "eslint-config-sanity": "^7.1.3",
|
120 | 121 | "eslint-plugin-react": "^7.37.2",
|
121 |
| - "eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517", |
122 |
| - "eslint-plugin-react-hooks": "^4.6.2", |
| 122 | + "eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124", |
| 123 | + "eslint-plugin-react-hooks": "^5.1.0", |
123 | 124 | "husky": "^8.0.3",
|
124 | 125 | "leaflet": "^1.9.4",
|
125 | 126 | "npm-run-all2": "^5.0.2",
|
126 | 127 | "prettier": "^3.4.2",
|
127 | 128 | "prettier-plugin-packagejson": "^2.5.6",
|
128 |
| - "react": "^18.3.1", |
129 |
| - "react-dom": "^18.3.1", |
130 |
| - "react-is": "^18.3.1", |
| 129 | + "react": "^19.0.0", |
| 130 | + "react-dom": "^19.0.0", |
| 131 | + "react-is": "^19.0.0", |
131 | 132 | "react-leaflet": "^4.2.1",
|
132 | 133 | "react-refractor": "^2.2.0",
|
133 | 134 | "refractor": "^4.8.1",
|
|
139 | 140 | "vitest": "^1.6.0"
|
140 | 141 | },
|
141 | 142 | "peerDependencies": {
|
142 |
| - "react": "^17 || ^18 || >=19.0.0-rc" |
| 143 | + "react": "^17 || ^18 || >=19.0.0-0" |
143 | 144 | },
|
144 | 145 | "packageManager": "[email protected]",
|
145 | 146 | "engines": {
|
|
0 commit comments