Skip to content

Commit 15cfb1b

Browse files
build!: 💥 React 19 and React Leaflet as peer dependencies (#14)
build!: 💥 React 19 and React Leaflet as peer dependencies BREAKING CHANGE: React 19 and React Leaflet 5
1 parent d255efe commit 15cfb1b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,29 @@
33
"version": "1.4.0",
44
"description": "The purpose of this hook is to provide functionality for editing features on the map, such as drawing polylines, polygons, markers, rectangles, circles, and more.",
55
"main": "index.js",
6-
"scripts": {
7-
"release": "release-it"
8-
},
9-
"peerDependencies": {
10-
"leaflet": "^1.9.4",
11-
"leaflet-editable": "^1.2.0",
12-
"react": "^18.2.0",
13-
"react-dom": "^18.2.0",
14-
"react-leaflet": "^4.2.1"
15-
},
16-
"repository": {
17-
"type": "git",
18-
"url": "git+https://github.com/AlejandroRM-DEV/leaflet-editable-hook.git"
19-
},
206
"keywords": [
217
"leaflet"
228
],
239
"author": "Alejandro Ramírez Muñoz",
2410
"license": "MIT",
11+
"homepage": "https://github.com/AlejandroRM-DEV/leaflet-editable-hook#readme",
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/AlejandroRM-DEV/leaflet-editable-hook.git"
15+
},
2516
"bugs": {
2617
"url": "https://github.com/AlejandroRM-DEV/leaflet-editable-hook/issues"
2718
},
28-
"homepage": "https://github.com/AlejandroRM-DEV/leaflet-editable-hook#readme",
19+
"scripts": {
20+
"release": "release-it"
21+
},
22+
"peerDependencies": {
23+
"leaflet": "^1.9.4",
24+
"leaflet-editable": "^1.2.0",
25+
"react": "^19.0.0",
26+
"react-dom": "^19.0.0",
27+
"react-leaflet": "^5.0.0"
28+
},
2929
"devDependencies": {
3030
"@release-it/conventional-changelog": "^10.0.1",
3131
"release-it": "^19.0.2"

0 commit comments

Comments
 (0)