Skip to content

Commit 93cd91e

Browse files
committed
upgrade react
1 parent 4f4a515 commit 93cd91e

File tree

2 files changed

+103
-86
lines changed

2 files changed

+103
-86
lines changed

package.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"mdast-util-toc": "^7.1.0",
4747
"next": "^15.5.7",
4848
"npm-watch": "^0.13.0",
49-
"react": "19.2.0",
50-
"react-dom": "19.2.0",
49+
"react": "^19.2.1",
50+
"react-dom": "^19.2.1",
5151
"react-leaflet": "^5.0.0",
5252
"react-leaflet-cluster": "^3.1.1",
5353
"rehype-autolink-headings": "^6.1.1",
@@ -79,7 +79,7 @@
7979
"cross-env": "^10.1.0",
8080
"esbuild": "^0.25.12",
8181
"eslint": "^9.39.1",
82-
"eslint-config-next": "15.5.5",
82+
"eslint-config-next": "^15.5.7",
8383
"netlify-cli": "^23.12.3",
8484
"postcss": "^8.5.6",
8585
"prettier": "^3.7.4",
@@ -88,10 +88,5 @@
8888
"tsx": "^4.21.0",
8989
"typescript": "^5.9.3"
9090
},
91-
"overrides": {
92-
"@types/react": "npm:types-react@rc",
93-
"@types/react-dom": "npm:types-react-dom@rc",
94-
"react": "rc",
95-
"react-dom": "rc"
96-
}
91+
"overrides": {}
9792
}

0 commit comments

Comments
 (0)